summaryrefslogtreecommitdiff
path: root/openbox/engine.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-21 18:38:08 +0000
committerDana Jansens <danakj@orodu.net>2003-03-21 18:38:08 +0000
commit327a0b3de75187a23bb01ce5e8e6992fd1106a81 (patch)
tree0c82dedb2972c7cfedc234704c510d6ea71a4e45 /openbox/engine.c
parenta822cbe13b18eca60b220b9b312210c02b946a3b (diff)
always adjust the frames size and position together, so there is no more weird resizing before moving and edge flickering when resizing from the top/left
Diffstat (limited to 'openbox/engine.c')
-rw-r--r--openbox/engine.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/engine.c b/openbox/engine.c
index b1873abc..23527739 100644
--- a/openbox/engine.c
+++ b/openbox/engine.c
@@ -42,8 +42,7 @@ static gboolean load(char *name)
LOADSYM(frame_new, engine_frame_new);
LOADSYM(frame_grab_client, engine_frame_grab_client);
LOADSYM(frame_release_client, engine_frame_release_client);
- LOADSYM(frame_adjust_size, engine_frame_adjust_size);
- LOADSYM(frame_adjust_position, engine_frame_adjust_position);
+ LOADSYM(frame_adjust_area, engine_frame_adjust_area);
LOADSYM(frame_adjust_shape, engine_frame_adjust_shape);
LOADSYM(frame_adjust_state, engine_frame_adjust_state);
LOADSYM(frame_adjust_focus, engine_frame_adjust_focus);