Implement "blur" window event.
This commit is contained in:
parent
6912a0513a
commit
406f0b7bc7
2 changed files with 10 additions and 0 deletions
|
@ -65,6 +65,7 @@ class NativeWindowGtk : public NativeWindow {
|
|||
|
||||
CHROMEGTK_CALLBACK_1(NativeWindowGtk, gboolean, OnWindowDeleteEvent,
|
||||
GdkEvent*);
|
||||
CHROMEGTK_CALLBACK_1(NativeWindowGtk, gboolean, OnFocusOut, GdkEventFocus*);
|
||||
|
||||
GtkWindow* window_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue