X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fimage.hh;h=225660cfba494cc07cdfb812ab7b41fed5033019;hb=70e2ab8017bc50fc1442f56f2b24ad18f4844686;hp=d172a21e2ecb392fc4469f375653a37c9ae2370e;hpb=8f8acc24933830d4f5784616b9b0c5896bde0b93;p=chaz%2Fopenbox diff --git a/otk/image.hh b/otk/image.hh index d172a21e..225660cf 100644 --- a/otk/image.hh +++ b/otk/image.hh @@ -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; }