diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-22 05:25:23 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-22 05:25:23 +0000 |
commit | 641062ef0fca969feae3980afd0d22e436a26c41 (patch) | |
tree | 5a882d43a56662f82b805e7943873211c4a5b6a1 /tabbed-xresources-20210317-dabf6a2.diff | |
parent | Initial commit (diff) | |
download | tabbed-main.tar.gz tabbed-main.zip |
Diffstat (limited to 'tabbed-xresources-20210317-dabf6a2.diff')
-rw-r--r-- | tabbed-xresources-20210317-dabf6a2.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tabbed-xresources-20210317-dabf6a2.diff b/tabbed-xresources-20210317-dabf6a2.diff new file mode 100644 index 0000000..e7f72fa --- /dev/null +++ b/tabbed-xresources-20210317-dabf6a2.diff @@ -0,0 +1,15 @@ +diff --git a/tabbed.c b/tabbed.c +index eafe28a..c5bffc7 100644 +--- a/tabbed.c ++++ b/tabbed.c +@@ -1354,6 +1422,7 @@ main(int argc, char *argv[]) + if (!(dpy = XOpenDisplay(NULL))) + die("%s: cannot open display\n", argv0); + ++ config_init(); + setup(); + printf("0x%lx\n", win); + fflush(NULL); +-- +2.30.2 + |