diff options
author | sabetts <sabetts> | 2000-08-27 23:21:00 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-08-27 23:21:00 +0000 |
commit | 98a3dea008502975d0b4958a8dc2c4f37bfa6b80 (patch) | |
tree | ec6b94f9b93632859e314bb12f544ae01f413000 /main.c | |
parent | 2f020a0d37e9bfb0b8ebc40062622ae4f200e4a1 (diff) | |
download | ratpoison-98a3dea008502975d0b4958a8dc2c4f37bfa6b80.zip |
integrated the number sources. windows now keep the number they're
given.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,6 +124,7 @@ main (int argc, char *argv[]) signal (SIGHUP, SIG_IGN); } + init_numbers (); init_window_list (); font = XLoadQueryFont (dpy, FONT_NAME); |