From 855d19cc0a346884e760012d47d567cbfeb034e7 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 27 Jan 2002 05:27:11 +0000 Subject: separate code to draw frame from the expose_event handler, so in principle 2002-01-27 Havoc Pennington * src/frames.c: separate code to draw frame from the expose_event handler, so in principle we can draw the frame to a pixmap, but this isn't used yet. --- src/frames.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/frames.h') diff --git a/src/frames.h b/src/frames.h index 5cc70ea..9979432 100644 --- a/src/frames.h +++ b/src/frames.h @@ -111,8 +111,12 @@ void meta_frames_get_geometry (MetaFrames *frames, int *top_height, int *bottom_height, int *left_width, int *right_width); -void meta_frames_reset_bg (MetaFrames *frames, - Window xwindow); +void meta_frames_reset_bg (MetaFrames *frames, + Window xwindow); +void meta_frames_unflicker_bg (MetaFrames *frames, + Window xwindow, + int target_width, + int target_height); void meta_frames_queue_draw (MetaFrames *frames, Window xwindow); -- cgit v1.1