diff options
author | Havoc Pennington <hp@pobox.com> | 2002-01-27 05:27:11 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-01-27 05:27:11 +0000 |
commit | 855d19cc0a346884e760012d47d567cbfeb034e7 (patch) | |
tree | 950b53733f70afc51a91790a8ca64818f9198a0e /src/frames.h | |
parent | d34cc4a6839276032e909cdf0113173967155ed0 (diff) | |
download | metacity-855d19cc0a346884e760012d47d567cbfeb034e7.tar.gz metacity-855d19cc0a346884e760012d47d567cbfeb034e7.tar.bz2 |
separate code to draw frame from the expose_event handler, so in principle
2002-01-27 Havoc Pennington <hp@pobox.com>
* 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.
Diffstat (limited to 'src/frames.h')
-rw-r--r-- | src/frames.h | 8 |
1 files changed, 6 insertions, 2 deletions
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); |