X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=openbox%2Fevent.h;h=05f9e0c26c17e257ede3cc01002ff793eb0c6f62;hb=b07194a7aef3d0fbbef01a4e82fe7763f8c82720;hp=d0eeeb2189aa7b6d7ed81b895d16eb3e028ed778;hpb=16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88;p=chaz%2Fopenbox diff --git a/openbox/event.h b/openbox/event.h index d0eeeb21..05f9e0c2 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -32,4 +32,8 @@ extern guint ScrollLockMask; void event_startup(gboolean reconfig); void event_shutdown(gboolean reconfig); +/*! Request that a number of EnterNotify events not be used for distributing + focus */ +void event_ignore_enter_focus(guint num); + #endif