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.
This commit is contained in:
Havoc Pennington
2002-01-27 05:27:11 +00:00
committed by Havoc Pennington
parent d34cc4a683
commit 855d19cc0a
6 changed files with 125 additions and 52 deletions

View File

@@ -66,8 +66,12 @@ void meta_ui_map_frame (MetaUI *ui,
void meta_ui_unmap_frame (MetaUI *ui,
Window xwindow);
void meta_ui_reset_frame_bg (MetaUI *ui,
Window xwindow);
void meta_ui_unflicker_frame_bg (MetaUI *ui,
Window xwindow,
int target_width,
int target_height);
void meta_ui_reset_frame_bg (MetaUI *ui,
Window xwindow);
void meta_ui_queue_frame_draw (MetaUI *ui,
Window xwindow);