gri3-wm/include/guile.h

4 lines
134 B
C
Raw Permalink Normal View History

2020-05-10 19:35:15 +02:00
SCM guile_split(SCM direction);
bool guile_hook(char * name, SCM params);
2020-05-11 17:44:53 +02:00
SCM guile_register_keyboard_key(SCM modifier, SCM keycode);