diff options
-rw-r--r-- | src/window.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/window.h b/src/window.h index e32b258..a24b237 100644 --- a/src/window.h +++ b/src/window.h @@ -7,9 +7,8 @@ #include "event.h" typedef struct CherryWindow { - char *title; - int x, y; - int visible; + CherryWidget base; + char *title; /* Xlib stuff */ Window window_handler; |