diff options
author | sabetts <sabetts> | 2002-01-26 23:51:54 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-01-26 23:51:54 +0000 |
commit | 8595eca7d51f3d1b0d205c117fdb1dc7ea14f765 (patch) | |
tree | f39ac8317f1a0925eb2938348add5480f5e7c312 /ChangeLog | |
parent | 17f8b39f56521459d6debf30908c25613decec3f (diff) | |
download | ratpoison-8595eca7d51f3d1b0d205c117fdb1dc7ea14f765.zip |
(alias_t): rename data structure from cmd_alias to
avoid a name clash with the function cmd_alias. Dependant code
updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-01-26 shawn <sabetts@vcn.bc.ca> + * src/actions.c (alias_t): rename data structure from cmd_alias to + avoid a name clash with the function cmd_alias. Dependant code + updated. + * src/list.c (set_active_window): Corrected a bug in determining what a maxsize window is. Only one of width or height must be less than the screen width or height for a window to qualify as a |