X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=src%2Fwindow.h;h=f61247d5c0084b02d6aed05842bd891a56db7954;hb=ffd2c0a0f8b898cb4199a0c63aff255a85cc0f11;hp=7bccd2cba295130d337651946f23480b538077f9;hpb=8a92836b3af157fd47c657cfe546887e5f5683a8;p=winnie diff --git a/src/window.h b/src/window.h index 7bccd2c..f61247d 100644 --- a/src/window.h +++ b/src/window.h @@ -39,6 +39,11 @@ public: void set_mouse_button_callback(MouseButtonFuncType func); void set_mouse_motion_callback(MouseMotionFuncType func); + const DisplayFuncType get_display_callback() const; + const KeyboardFuncType get_keyboard_callback() const; + const MouseButtonFuncType get_mouse_button_callback() const; + const MouseMotionFuncType get_mouse_motion_callback() const; + // XXX remove if not needed friend class WindowManager; };