diff options
author | sabetts <sabetts> | 2001-02-27 03:56:06 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-02-27 03:56:06 +0000 |
commit | 754b72f96a7931913a1e281da3d92843843c7fb6 (patch) | |
tree | b5aa8e882e4226773c50275a28e08c70af1b24e1 /src/ChangeLog | |
parent | d81f46e77d6f6c0ce351765a1a778cdad9be592a (diff) | |
download | ratpoison-754b72f96a7931913a1e281da3d92843843c7fb6.zip |
(save_mouse_position): stores the mouse position relative
to the root window.
(set_active_window): warps the mouse relative to the root window.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ab2ea77..30ef558 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2001-02-26 shawn <sabetts@diggin.lamenet.tmp> + * list.c (save_mouse_position): stores the mouse position relative + to the root window. + (set_active_window): warps the mouse relative to the root window. + * actions.h: prototype for force_maximize added * actions.c: the user command "maximize" calls force_maximize |