Stricter object encapsulation

This commit is contained in:
Bert
2011-01-21 12:57:35 +01:00
parent 629d37376d
commit c7860b690b
5 changed files with 25 additions and 31 deletions

View File

@ -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;