From 327a0b3de75187a23bb01ce5e8e6992fd1106a81 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 18:38:08 +0000 Subject: 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 --- openbox/engine.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/engine.c') 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); -- cgit v1.2.3