aboutsummaryrefslogtreecommitdiffstats
path: root/runes.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-08 00:36:47 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-08 00:39:19 -0400
commitb17a26a5c9259c52f81d95bcdac4a0df5c6a5854 (patch)
tree7d13e6d85981a62075dd97bab72120ec5cb0b775 /runes.c
parentdb4de803acdf72bca4587f448b8f08e8e3b549dd (diff)
downloadrunes-b17a26a5c9259c52f81d95bcdac4a0df5c6a5854.tar.gz
runes-b17a26a5c9259c52f81d95bcdac4a0df5c6a5854.zip
handle most of the rest of the wm properties
Diffstat (limited to 'runes.c')
-rw-r--r--runes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runes.c b/runes.c
index fac77b9..b1a513f 100644
--- a/runes.c
+++ b/runes.c
@@ -12,7 +12,7 @@ int main (int argc, char *argv[])
setlocale(LC_ALL, "");
- t = runes_term_create();
+ t = runes_term_create(argc, argv);
runes_display_init(t);