Code cosmetic..

This commit is contained in:
Martin Duquesnoy
2010-04-12 18:33:32 +02:00
parent b31d54b7e6
commit b0b74b46eb
9 changed files with 47 additions and 32 deletions

View File

@@ -49,6 +49,8 @@ buttonpress(XButtonEvent *ev)
{
client_focus(c);
client_raise(c);
return;
}
/* Titlebar */
@@ -436,6 +438,8 @@ keypress(XKeyPressedEvent *ev)
void
mappingnotify(XMappingEvent *ev)
{
XRefreshKeyboardMapping(ev);
if(ev->request == MappingKeyboard)
grabkeys();