mirror of
https://github.com/brl/mutter.git
synced 2025-07-19 00:20:48 +00:00
Add a cache of pixmaps for recently exposed frame areas. Makes metacity a
Sun Jun 26 11:19:18 2005 Soeren Sandmann <sandmann@redhat.com> * src/frames.c: Add a cache of pixmaps for recently exposed frame areas. Makes metacity a bit faster when dragging windows around. See bug 141813.
This commit is contained in:

committed by
Søren Sandmann Pedersen

parent
a85aea8b18
commit
947e45d27d
@ -90,6 +90,10 @@ struct _MetaFrames
|
||||
MetaUIFrame *last_motion_frame;
|
||||
|
||||
int expose_delay_count;
|
||||
|
||||
int invalidate_cache_timeout_id;
|
||||
GList *invalidate_frames;
|
||||
GHashTable *cache;
|
||||
};
|
||||
|
||||
struct _MetaFramesClass
|
||||
|
Reference in New Issue
Block a user