X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.h;h=263e4ec71d48f3c0fc2cbefe1ede706c549ba752;hb=ada2eb8fe506d1e55cf49953e570f7270c4dd930;hp=0c6c7b976247d07a41b8a2aff6535c19f677eaa3;hpb=de4f92ccc66c1dad1a2820a07d1f0161bd61a855;p=chaz%2Fopenbox diff --git a/openbox/event.h b/openbox/event.h index 0c6c7b97..263e4ec7 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -11,7 +11,7 @@ extern guint NumLockMask; /*! The value of the mask for the ScrollLock modifier */ extern guint ScrollLockMask; -void event_startup(); -void event_shutdown(); +void event_startup(gboolean reconfig); +void event_shutdown(gboolean reconfig); #endif