diff options
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,8 +33,8 @@ typedef struct win_env_s { typedef struct win_s { Window xwin; win_env_t env; - Pixmap pm; GC bgc; + Pixmap pm; int w; int h; |