OpenGL
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@61 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
40aabee23a
commit
ed7dc61897
9 changed files with 199 additions and 12 deletions
|
|
@ -63,6 +63,8 @@ struct _MwWidget {
|
|||
int pressed;
|
||||
int close;
|
||||
|
||||
void* internal;
|
||||
|
||||
MwIntegerKeyValue* integer;
|
||||
MwTextKeyValue* text;
|
||||
MwUserHandlerKeyValue* handler;
|
||||
|
|
@ -70,7 +72,6 @@ struct _MwWidget {
|
|||
#endif
|
||||
|
||||
struct _MwClass {
|
||||
void* opaque;
|
||||
MwHandler create;
|
||||
MwHandler destroy;
|
||||
MwHandler draw;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue