]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.c
move the openbox engine into librender and the kernel. the theme is loaded and stored...
[chaz/openbox] / plugins / keyboard / keyboard.c
index 81809649848b74766b6a8ca255660f1f4b99055b..115c1182553c3c8947b191403d7b53be269901e9 100644 (file)
@@ -116,6 +116,8 @@ static void event(ObEvent *e, void *foo)
     if (e->type == Event_X_KeyRelease)
         return;
 
+    g_assert(e->type == Event_X_KeyPress);
+
     if (e->data.x.e->xkey.keycode == reset_key &&
         e->data.x.e->xkey.state == reset_state) {
         reset_chains();
This page took 0.019429 seconds and 4 git commands to generate.