summary refs log tree commit diff stats
path: root/lib/xlib.sld
diff options
context:
space:
mode:
authorCase Duckworth2024-01-17 00:24:11 -0600
committerCase Duckworth2024-01-17 00:24:11 -0600
commit8179c0025a44a769ab6ad2e5c0a58f545517280c (patch)
tree8de19b673bbddbfcbb03c7d2363ca937ccf4aa3b /lib/xlib.sld
parentUpdate .gitignore (diff)
downloadacdwm-b21871cf2d002b62c52eb75f0687cf1bf8b7877f.tar.gz
acdwm-b21871cf2d002b62c52eb75f0687cf1bf8b7877f.zip
Change organization and massively refactor v001
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"))