diff options
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index a24b237..b7a3081 100644 --- a/src/window.h +++ b/src/window.h @@ -15,6 +15,7 @@ typedef struct CherryWindow { GC gc; int (*listener)(struct CherryWindow *, CherryEvent); + void (*draw)(struct CherryWidget *); } CherryWindow; CherryWindow *cherry_window_new(void); |