From: Dana Jansens Date: Sun, 5 Aug 2007 03:35:36 +0000 (-0400) Subject: Merge branch 'backport' X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=f55ae9e56945892825928cfb021b5e739d0d5224;hp=fa085b73389de3af8236919f4e39c4c20d16ed7c;p=chaz%2Fopenbox Merge branch 'backport' --- diff --git a/data/rc.xml b/data/rc.xml index 3859f537..e54cb04d 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -334,14 +334,24 @@ - - - - + + no + + + + + + + - - + + yes + + + + + @@ -545,23 +555,23 @@ - + previous - + next - + previous - + next - + previous - + next @@ -582,16 +592,16 @@ - + previous - + next - + previous - + next diff --git a/openbox/event.h b/openbox/event.h index a8d1aeaf..65ff915b 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -33,11 +33,6 @@ extern Time event_curtime; /*! The last user-interaction time, as given by the clients */ extern Time event_last_user_time; -/*! The value of the mask for the NumLock modifier */ -extern guint NumLockMask; -/*! The value of the mask for the ScrollLock modifier */ -extern guint ScrollLockMask; - void event_startup(gboolean reconfig); void event_shutdown(gboolean reconfig);