From 029e1208b91250f4bd91ecc2015d051294fb9d3f Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 20 Jan 2011 21:44:34 +0100 Subject: No more expose handling --- window.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'window.h') diff --git a/window.h b/window.h index f090d26..8728bb9 100644 --- a/window.h +++ b/window.h @@ -33,6 +33,8 @@ typedef struct win_env_s { typedef struct win_s { Window xwin; win_env_t env; + Pixmap pm; + GC bgc; int w; int h; @@ -49,6 +51,8 @@ void win_close(win_t*); void win_set_title(win_t*, const char*); int win_configure(win_t*, XConfigureEvent*); + void win_clear(win_t*); +void win_draw(win_t*); #endif /* WINDOW_H */ -- cgit v1.2.3