fix graphic bug
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@85 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
a5200bdb3f
commit
a95e2d0e45
5 changed files with 14 additions and 7 deletions
|
|
@ -17,6 +17,7 @@ struct _MwLL {
|
|||
HWND hWnd;
|
||||
HDC hDC;
|
||||
void* user;
|
||||
int copy_buffer;
|
||||
|
||||
MwLLHandler handler;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ struct _MwLL {
|
|||
Colormap colormap;
|
||||
void* user;
|
||||
Atom wm_delete;
|
||||
int copy_buffer;
|
||||
|
||||
unsigned int width;
|
||||
unsigned int height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue