diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-07 00:24:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-07 00:24:58 +0000 |
| commit | 72c56d793b21cb0dae7a6a3d0baf580dacc4a34f (patch) | |
| tree | 8081c6b2a86f5408a1514db75007f46155ac1223 /src/Window.hh | |
| parent | aa06c07dec30149e7e6ae2cf8703527672f0bc21 (diff) | |
sync with blackbox
Diffstat (limited to 'src/Window.hh')
| -rw-r--r-- | src/Window.hh | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/Window.hh b/src/Window.hh index 46bc2662..105aef16 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -301,7 +301,7 @@ private: void doResize(int x_root, int y_root); void endResize(void); - void constrain(Corner anchor, int *pw = 0, int *ph = 0); + void constrain(Corner anchor, unsigned int *pw = 0, unsigned int *ph = 0); public: BlackboxWindow(Blackbox *b, Window w, BScreen *s); @@ -398,13 +398,15 @@ public: void buttonPressEvent(const XButtonEvent *be); void buttonReleaseEvent(const XButtonEvent *re); void motionNotifyEvent(const XMotionEvent *me); - void destroyNotifyEvent(const XDestroyWindowEvent */*unused*/); + void destroyNotifyEvent(const XDestroyWindowEvent* /*unused*/); void mapRequestEvent(const XMapRequestEvent *mre); - void unmapNotifyEvent(const XUnmapEvent */*unused*/); - void reparentNotifyEvent(const XReparentEvent */*unused*/); + void unmapNotifyEvent(const XUnmapEvent* /*unused*/); + void reparentNotifyEvent(const XReparentEvent* /*unused*/); void propertyNotifyEvent(const XPropertyEvent *pe); void exposeEvent(const XExposeEvent *ee); void configureRequestEvent(const XConfigureRequestEvent *cr); + void enterNotifyEvent(const XCrossingEvent *ce); + void leaveNotifyEvent(const XCrossingEvent* /*unused*/); #ifdef SHAPE void configureShape(void); |
