Data Fields | |
| MetaScreen * | screen |
| GList * | windows |
| GHashTable * | windows_by_xid |
| MetaWindow * | focus_window |
| Window | output |
| gboolean | have_shadows |
| shadow * | shadows [LAST_SHADOW_TYPE] |
| Picture | root_picture |
| Picture | root_buffer |
| Picture | black_picture |
| Picture | trans_black_picture |
| Picture | root_tile |
| XserverRegion | all_damage |
| guint | overlays |
| gboolean | compositor_active |
| gboolean | clip_changed |
| GSList * | dock_windows |
Definition at line 147 of file compositor-xrender.c.
| GList* _MetaCompScreen::windows |
Definition at line 150 of file compositor-xrender.c.
Referenced by add_win(), destroy_win(), paint_all(), process_circulate_notify(), restack_win(), xrender_manage_screen(), and xrender_unmanage_screen().
| GHashTable* _MetaCompScreen::windows_by_xid |
Definition at line 151 of file compositor-xrender.c.
Referenced by add_win(), destroy_win(), find_window_for_screen(), xrender_manage_screen(), and xrender_unmanage_screen().
Definition at line 153 of file compositor-xrender.c.
Referenced by unmap_win(), xrender_manage_screen(), and xrender_set_active_window().
| Window _MetaCompScreen::output |
Definition at line 155 of file compositor-xrender.c.
Referenced by add_win(), create_root_buffer(), xrender_manage_screen(), and xrender_unmanage_screen().
| gboolean _MetaCompScreen::have_shadows |
Definition at line 157 of file compositor-xrender.c.
Referenced by window_has_shadow(), xrender_manage_screen(), and xrender_unmanage_screen().
| shadow* _MetaCompScreen::shadows[LAST_SHADOW_TYPE] |
Definition at line 158 of file compositor-xrender.c.
Referenced by generate_shadows(), make_shadow(), and xrender_unmanage_screen().
| Picture _MetaCompScreen::root_picture |
Definition at line 160 of file compositor-xrender.c.
Referenced by paint_all(), xrender_manage_screen(), and xrender_unmanage_screen().
| Picture _MetaCompScreen::root_buffer |
Definition at line 161 of file compositor-xrender.c.
Referenced by paint_all(), process_configure_notify(), and xrender_manage_screen().
| Picture _MetaCompScreen::black_picture |
Definition at line 162 of file compositor-xrender.c.
Referenced by paint_dock_shadows(), paint_windows(), xrender_manage_screen(), and xrender_unmanage_screen().
Definition at line 163 of file compositor-xrender.c.
| Picture _MetaCompScreen::root_tile |
Definition at line 164 of file compositor-xrender.c.
Referenced by paint_root(), process_property_notify(), and xrender_manage_screen().
| XserverRegion _MetaCompScreen::all_damage |
Definition at line 165 of file compositor-xrender.c.
Referenced by add_damage(), repair_screen(), and xrender_manage_screen().
| gboolean _MetaCompScreen::compositor_active |
| gboolean _MetaCompScreen::clip_changed |
Definition at line 169 of file compositor-xrender.c.
Referenced by paint_windows(), process_circulate_notify(), repair_screen(), resize_win(), unmap_win(), xrender_manage_screen(), and xrender_set_active_window().
| GSList* _MetaCompScreen::dock_windows |
Definition at line 171 of file compositor-xrender.c.
Referenced by add_win(), free_win(), and paint_dock_shadows().
1.5.5