diff options
author | sabetts <sabetts> | 2003-03-07 04:42:15 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-03-07 04:42:15 +0000 |
commit | e401dac992736a1a0ba3ee20146c9fec37a80df7 (patch) | |
tree | 255396ff78337ec8418ff59f5c87c49528ca7e35 /ChangeLog | |
parent | 43669c3edb5e311c030175fa982c185c1647076e (diff) | |
download | ratpoison-e401dac992736a1a0ba3ee20146c9fec37a80df7.zip |
* src/Makefile.am (ratpoison_SOURCES): remove list.h and list.c,
add window.c and window.h
* src/ratpoison.h: include window.h instead of list.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2003-03-06 Shawn Betts <sabetts@sfu.ca> + * src/Makefile.am (ratpoison_SOURCES): remove list.h and list.c, + add window.c and window.h + + * src/ratpoison.h: include window.h instead of list.h + * src/main.c (main): call init_window_stuff(). Remove call to init_numbers(). (clean_up): call free_window_stuff(). Remove call to free_numbers(). |