theme
[windtk] / src / wtimpl.h
index d9f3410..f4956ac 100644 (file)
@@ -26,6 +26,7 @@ struct wt_context {
        struct wt_graphics gfx;
        struct wt_rect vp;
        wt_widget *root;
+       struct wt_theme *theme;
 
        int colors[NUM_COLORS];
 };