Wrote better checks for illegal actions.
[rodin/chimara.git] / src / window.h
index 30fe53d8834b3d2237bd1c2c4205699d6c827a33..e957de81640de5c62c3d06f5df3186072c9dc8db 100644 (file)
@@ -27,7 +27,7 @@ enum InputRequestType
 struct glk_window_struct
 {
        /*< private >*/
-       glui32 rock;
+       glui32 magic, rock;
        /* Pointer to the node in the global tree that contains this window */
        GNode *window_node;
        /* Window parameters */