]> Dogcows Code - chaz/openbox/blobdiff - otk/image.hh
epist alt-tab works now! i.e. NET_ACTIVE_WINDOW is working
[chaz/openbox] / otk / image.hh
index 5407e5227818541f718a0b6624ee957f12a3f1f9..da489323af7e7d1112511d9dbf70d965b0a0a89e 100644 (file)
@@ -68,15 +68,17 @@ public:
 
 class BImageControl {
 public:
+#ifndef SWIG
   struct CachedImage {
     Pixmap pixmap;
 
     unsigned int count, width, height;
     unsigned long pixel1, pixel2, texture;
   };
+#endif
 
-  BImageControl(OBTimerQueueManager *timermanager,
-                const ScreenInfo *scrn,
+  BImageControl(otk::OBTimerQueueManager *timermanager,
+                const otk::ScreenInfo *scrn,
                 bool _dither= False, int _cpc = 4,
                 unsigned long cache_timeout = 300000l,
                 unsigned long cmax = 200l);
@@ -98,7 +100,7 @@ public:
   unsigned long getSqrt(unsigned int x);
 
   Pixmap renderImage(unsigned int width, unsigned int height,
-                     const BTexture &texture);
+                     const otk::BTexture &texture);
 
   void installRootColormap(void);
   void removeImage(Pixmap pixmap);
This page took 0.024174 seconds and 4 git commands to generate.