diff options
author | sabetts <sabetts> | 2000-12-09 23:43:32 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-12-09 23:43:32 +0000 |
commit | 6eb8f2a4f20a82a719fec33ecf29d7382794c796 (patch) | |
tree | 12c844bc3a80da5826029c84342594d2c34d663c /src/ChangeLog | |
parent | 3068ac85a5716aff7b3ff0652220c9504b3c00b1 (diff) | |
download | ratpoison-6eb8f2a4f20a82a719fec33ecf29d7382794c796.zip |
* data.h (struct rp_window): added x, y, width, height, border;
* events.c (configure_request): Now honours request, but then
maximizes it afterwards.
(configure_request): updates the rp_window's geometry fields
* manage.c (manage): commented out XMoveResizeWindow call
(send_configure): added
* actions.h (maximize): added prototype
* actions.c (maximize): added
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4e6284b..371f70a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,18 @@ 2000-12-09 shawn <sabetts@diggin.lamenet.tmp> + * data.h (struct rp_window): added x, y, width, height, border; + + * events.c (configure_request): Now honours request, but then + maximizes it afterwards. + (configure_request): updates the rp_window's geometry fields + + * manage.c (manage): commented out XMoveResizeWindow call + (send_configure): added + + * actions.h (maximize): added prototype + + * actions.c (maximize): added + * input.c (cook_keycode): properly handle LockMask (cook_keycode): updated comments |