summaryrefslogtreecommitdiff
path: root/otk/image.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-14 09:54:05 +0000
committerDana Jansens <danakj@orodu.net>2003-01-14 09:54:05 +0000
commit96a9196cbb71b7f8d5e3d98a92b2e59bb1b591a8 (patch)
tree795fa58db8ecd287d1b77f76818cc260b106db17 /otk/image.hh
parent0afb43164484dcac4773ad778c032687da6b01aa (diff)
otk::Timer-ng!! thanks ManMower for this shizznit!
Diffstat (limited to 'otk/image.hh')
-rw-r--r--otk/image.hh9
1 files changed, 4 insertions, 5 deletions
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; }