]> Dogcows Code - chaz/openbox/blobdiff - otk_c/gccache.h
check for the python cflags and libs
[chaz/openbox] / otk_c / gccache.h
index f6657f48458f8cf535a88ffb8c82a8cb20371e6f..119c256b9fd03d9b14c2a18e49a14a44b25df284 100644 (file)
@@ -1,4 +1,4 @@
-// -*- mode: C; indent-tabs-mode: nil; -*-
+// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 #ifndef __gccache_h
 #define __gccache_h
 
@@ -16,7 +16,7 @@ typedef struct OtkGCCacheContext {
   int function;
   int subwindow;
   Bool used;
-  unsigned int screen;
+  int screen;
   int linewidth;
 } OtkGCCacheContext;
 
@@ -51,8 +51,8 @@ typedef struct OtkGCCache {
   OtkGCCacheItem **cache;
 } OtkGCCache;
 
-void OtkGCCache_Initialize(int screen_count);
-void OtkGCCache_Destroy();
+void OtkGCCache_Initialize();
+//void OtkGCCache_Destroy();
 
 // cleans up the cache
 void OtkGCCache_Purge();
This page took 0.02058 seconds and 4 git commands to generate.