]> Dogcows Code - chaz/openbox/blobdiff - otk/image.hh
remove the border on the handle
[chaz/openbox] / otk / image.hh
index d172a21e2ecb392fc4469f375653a37c9ae2370e..225660cfba494cc07cdfb812ab7b41fed5033019 100644 (file)
@@ -77,11 +77,10 @@ public:
   };
 #endif
 
-  ImageControl(otk::TimerQueueManager *timermanager,
-                const otk::ScreenInfo *scrn,
-                bool _dither= False, int _cpc = 4,
-                unsigned long cache_timeout = 300000l,
-                unsigned long cmax = 200l);
+  ImageControl(const otk::ScreenInfo *scrn,
+               bool _dither= False, int _cpc = 4,
+               unsigned long cache_timeout = 300000l,
+               unsigned long cmax = 200l);
   virtual ~ImageControl(void);
 
   inline bool doDither(void) { return dither; }
This page took 0.019888 seconds and 4 git commands to generate.