summaryrefslogtreecommitdiff
path: root/otk_c/gccache.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-21 12:04:15 +0000
committerDana Jansens <danakj@orodu.net>2002-12-21 12:04:15 +0000
commit187e7db9c039d7369766aeae7dfdf87f191ac446 (patch)
tree6b46655512d45480aef7cc778e05c82c45aad91d /otk_c/gccache.h
parent59b65db2cac9f359dfcff3ab988e70eab053bdb4 (diff)
a color cache to be proud of!
Diffstat (limited to 'otk_c/gccache.h')
-rw-r--r--otk_c/gccache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk_c/gccache.h b/otk_c/gccache.h
index f6657f48..ccd95524 100644
--- a/otk_c/gccache.h
+++ b/otk_c/gccache.h
@@ -16,7 +16,7 @@ typedef struct OtkGCCacheContext {
int function;
int subwindow;
Bool used;
- unsigned int screen;
+ int screen;
int linewidth;
} OtkGCCacheContext;