diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index c4b6538..77ca3f9 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.5 2002/01/18 01:33:58 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.6 2002/01/20 02:12:52 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef _WINDOW_HH_ | 27 | #ifndef _WINDOW_HH_ |
28 | #define _WINDOW_HH_ | 28 | #define _WINDOW_HH_ |
@@ -159,7 +159,7 @@ public: | |||
159 | void buttonPressEvent(XButtonEvent *); | 159 | void buttonPressEvent(XButtonEvent *); |
160 | void buttonReleaseEvent(XButtonEvent *); | 160 | void buttonReleaseEvent(XButtonEvent *); |
161 | void motionNotifyEvent(XMotionEvent *); | 161 | void motionNotifyEvent(XMotionEvent *); |
162 | void destroyNotifyEvent(XDestroyWindowEvent *); | 162 | bool destroyNotifyEvent(XDestroyWindowEvent *); |
163 | void mapRequestEvent(XMapRequestEvent *); | 163 | void mapRequestEvent(XMapRequestEvent *); |
164 | void mapNotifyEvent(XMapEvent *); | 164 | void mapNotifyEvent(XMapEvent *); |
165 | void unmapNotifyEvent(XUnmapEvent *); | 165 | void unmapNotifyEvent(XUnmapEvent *); |