things
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@18 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
edfa67e964
commit
6c44baff6c
4 changed files with 57 additions and 8 deletions
10
src/window.c
10
src/window.c
|
|
@ -1,5 +1,11 @@
|
|||
/* $Id$ */
|
||||
#include <Milsko/Milsko.h>
|
||||
|
||||
MilskoClassRec MilskoWindowClassRec = {};
|
||||
MilskoClass MilskoWindowClass = &MilskoWindowClassRec;
|
||||
MilskoClassRec MilskoWindowClassRec = {
|
||||
NULL, /* opaque */
|
||||
NULL, /* create */
|
||||
NULL, /* destroy */
|
||||
NULL, /* draw */
|
||||
NULL /* click */
|
||||
};
|
||||
MilskoClass MilskoWindowClass = &MilskoWindowClassRec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue