diff options
author | sabetts <sabetts> | 2002-01-24 10:58:20 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-01-24 10:58:20 +0000 |
commit | cb02a04e74094b5ab59e438145f33b0a61fd5fa4 (patch) | |
tree | 909a922cfb2a900d2dc1098473c8a832e14a78b3 /src/events.c | |
parent | 15afe7617bf51dcdf7b74e3bb996ae632387924e (diff) | |
download | ratpoison-cb02a04e74094b5ab59e438145f33b0a61fd5fa4.zip |
* src/actions.c (find_alias_index): new function
(cmd_alias): When an alias is already in the alias list, replace
it with the new alias.
* src/events.c (configure_request): do not send a synthetic
configure notify event.
Diffstat (limited to 'src/events.c')
-rw-r--r-- | src/events.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/events.c b/src/events.c index 1eb9149..db917e3 100644 --- a/src/events.c +++ b/src/events.c @@ -348,9 +348,6 @@ configure_request (XConfigureRequestEvent *e) XConfigureWindow (dpy, win->w, e->value_mask & (CWX|CWY|CWBorderWidth|CWWidth|CWHeight), &changes); - - send_configure (win->w, changes.x, changes.y, changes.width, changes.height, - border); } } else |