diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-03-20 15:48:38 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-03-20 15:48:38 +0000 |
| commit | 8a3bfe527c5204271b218d0a6a3789a88a5d1c7c (patch) | |
| tree | 4a60a74c51087016529ec21f5c20525ef12f36ac /openbox/event.c | |
| parent | 0e6161b0d4953b81273200fd31bd9c14fac4981b (diff) | |
whitespace changes
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/event.c b/openbox/event.c index a5d983c3..a1c7e1f5 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -141,10 +141,10 @@ void event_startup(gboolean reconfig) const KeyCode num_lock = XKeysymToKeycode(ob_display, XK_Num_Lock); const KeyCode scroll_lock = XKeysymToKeycode(ob_display, XK_Scroll_Lock); - + for (cnt = 0; cnt < size; ++cnt) { if (! modmap->modifiermap[cnt]) continue; - + if (num_lock == modmap->modifiermap[cnt]) NumLockMask = mask_table[cnt / modmap->max_keypermod]; if (scroll_lock == modmap->modifiermap[cnt]) @@ -495,7 +495,7 @@ static void event_process(const XEvent *ec, gpointer data) /* unhandled configure requests must be used to configure the window directly */ XWindowChanges xwc; - + xwc.x = e->xconfigurerequest.x; xwc.y = e->xconfigurerequest.y; xwc.width = e->xconfigurerequest.width; |
