Implement "blur" window event.

This commit is contained in:
Cheng Zhao 2014-01-15 14:38:38 +00:00
parent 6912a0513a
commit 406f0b7bc7
2 changed files with 10 additions and 0 deletions

View file

@ -65,6 +65,7 @@ class NativeWindowGtk : public NativeWindow {
CHROMEGTK_CALLBACK_1(NativeWindowGtk, gboolean, OnWindowDeleteEvent,
GdkEvent*);
CHROMEGTK_CALLBACK_1(NativeWindowGtk, gboolean, OnFocusOut, GdkEventFocus*);
GtkWindow* window_;