formatting + remake pass
This commit is contained in:
parent
c344180055
commit
75848c63a2
2
rose.c
2
rose.c
|
@ -412,7 +412,7 @@ int keypress(void* self, GdkEvent* e, GtkNotebook* notebook)
|
|||
(void)self;
|
||||
|
||||
for (int i = 0; i < sizeof(keys) / sizeof(keys[0]); i++)
|
||||
if ((e->key.state == keys[i].mod || keys[i].mod == 0x0) && e->key.keyval == keys[i].key )
|
||||
if ((e->key.state == keys[i].mod || keys[i].mod == 0x0) && e->key.keyval == keys[i].key)
|
||||
return handle_key(keys[i].id, notebook);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user