summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-21 12:57:35 +0100
committerBert <ber.t@gmx.com>2011-01-21 12:57:35 +0100
commitc7860b690b687492f90202e77d575f5855f04433 (patch)
tree9a80ff127810907c978fe06a283b7dd7495cb4ec /window.h
parent629d37376d1c9b175a525e8c30f8d468996a3bd6 (diff)
downloadnsxiv-c7860b690b687492f90202e77d575f5855f04433.tar.zst
Stricter object encapsulation
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.h b/window.h
index 8728bb9..38d8091 100644
--- a/window.h
+++ b/window.h
@@ -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;