diff options
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r-- | src/IconButton.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh index b80a29b..bb41b8b 100644 --- a/src/IconButton.hh +++ b/src/IconButton.hh | |||
@@ -45,6 +45,8 @@ public: | |||
45 | virtual ~IconButton(); | 45 | virtual ~IconButton(); |
46 | 46 | ||
47 | void exposeEvent(XExposeEvent &event); | 47 | void exposeEvent(XExposeEvent &event); |
48 | void enterNotifyEvent(XCrossingEvent &ce); | ||
49 | void leaveNotifyEvent(XCrossingEvent &ce); | ||
48 | void clear(); | 50 | void clear(); |
49 | void clearArea(int x, int y, | 51 | void clearArea(int x, int y, |
50 | unsigned int width, unsigned int height, | 52 | unsigned int width, unsigned int height, |