diff options
Diffstat (limited to 'wm.scm')
-rw-r--r-- | wm.scm | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,14 @@ (dynamic-func name libschewm) args)) +(define c/key-from-str + (schewm-func uint32 + "keysym_from_str" + (list '*))) + +(define (key-from-str s) + (c/key-from-str (string->pointer s))) + (define c/wm-init (schewm-func int "wm_init" '())) |