summary refs log tree commit diff stats
path: root/lib/xlib.sld
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xlib.sld')
-rw-r--r--lib/xlib.sld4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/xlib.sld b/lib/xlib.sld new file mode 100644 index 0000000..4206a86 --- /dev/null +++ b/lib/xlib.sld
@@ -0,0 +1,4 @@
1(module (acdwm xlib) ()
2 (import scheme (chicken base) (chicken module))
3 (reexport xlib)
4 (include-relative "xlib.sls"))