Home
last modified time | relevance | path

Searched refs:focus_notify (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/snes9x-gtk/snes9x-1.54.1/gtk/src/
H A Dgtk_s9xwindow.h21 void focus_notify (int state);
H A Dgtk_s9xwindow.cpp479 ((Snes9xWindow *) data)->focus_notify (TRUE); in event_focus_in()
487 ((Snes9xWindow *) data)->focus_notify (FALSE); in event_focus_out()
726 Snes9xWindow::focus_notify (int state) in focus_notify() function in Snes9xWindow
/dports/games/libretro-snes9x/snes9x-73aa348/gtk/src/
H A Dgtk_s9xwindow.h24 void focus_notify (bool state);
H A Dgtk_s9xwindow.cpp492 ((Snes9xWindow *) data)->focus_notify (true); in event_focus_in()
500 ((Snes9xWindow *) data)->focus_notify (false); in event_focus_out()
797 Snes9xWindow::focus_notify (bool state) in focus_notify() function in Snes9xWindow
/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dfocus.c334 ok = ok && (ft->can_focus || ft->focus_notify); in focus_valid_target()
H A Dclient.h233 gboolean focus_notify; member
H A Dclient.c876 else if (!(focus_client->can_focus || focus_client->focus_notify)) in client_can_steal_focus()
1639 self->focus_notify = FALSE; in client_update_protocols()
1650 self->focus_notify = TRUE; in client_update_protocols()
4019 if (!(self->can_focus || self->focus_notify)) in client_can_focus()
4062 if (self->focus_notify) { in client_focus()