Forward un/map events to NSGLView

This commit is contained in:
Robin Gareus 2017-03-20 16:31:42 +01:00
parent c0828792f0
commit 60a0b8f645
4 changed files with 64 additions and 2 deletions

View file

@ -221,8 +221,10 @@ public:
bool on_button_press_event (GdkEventButton *);
bool on_button_release_event (GdkEventButton* event);
bool on_motion_notify_event (GdkEventMotion *);
bool on_enter_notify_event (GdkEventCrossing*);
bool on_leave_notify_event (GdkEventCrossing*);
bool on_enter_notify_event (GdkEventCrossing*);
bool on_leave_notify_event (GdkEventCrossing*);
void on_map();
void on_unmap();
void on_realize ();