diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.hh | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh index 80b7003..483c52d 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.31 2002/09/08 19:49:39 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.32 2002/10/02 16:11:30 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -182,7 +182,10 @@ public: | |||
182 | void showMenu(int mx, int my); | 182 | void showMenu(int mx, int my); |
183 | void pauseMoving(); | 183 | void pauseMoving(); |
184 | void resumeMoving(); | 184 | void resumeMoving(); |
185 | 185 | /** | |
186 | @name event handlers | ||
187 | */ | ||
188 | //@{ | ||
186 | void buttonPressEvent(XButtonEvent *be); | 189 | void buttonPressEvent(XButtonEvent *be); |
187 | void buttonReleaseEvent(XButtonEvent *be); | 190 | void buttonReleaseEvent(XButtonEvent *be); |
188 | void motionNotifyEvent(XMotionEvent *me); | 191 | void motionNotifyEvent(XMotionEvent *me); |
@@ -193,7 +196,8 @@ public: | |||
193 | void propertyNotifyEvent(Atom a); | 196 | void propertyNotifyEvent(Atom a); |
194 | void exposeEvent(XExposeEvent *ee); | 197 | void exposeEvent(XExposeEvent *ee); |
195 | void configureRequestEvent(XConfigureRequestEvent *ce); | 198 | void configureRequestEvent(XConfigureRequestEvent *ce); |
196 | 199 | //@} | |
200 | |||
197 | void setDecoration(Decoration decoration); | 201 | void setDecoration(Decoration decoration); |
198 | void toggleDecoration(); | 202 | void toggleDecoration(); |
199 | 203 | ||