compositor: Remove unused code fetching _XSETROOT_ID
We don't use this atom anywhere, so don't bother fetching it. https://bugzilla.gnome.org/show_bug.cgi?id=691363
This commit is contained in:
parent
7e2d6cb6ec
commit
66d37e06ba
@ -18,7 +18,6 @@ struct _MetaCompositor
|
|||||||
MetaDisplay *display;
|
MetaDisplay *display;
|
||||||
|
|
||||||
Atom atom_x_root_pixmap;
|
Atom atom_x_root_pixmap;
|
||||||
Atom atom_x_set_root;
|
|
||||||
Atom atom_net_wm_window_opacity;
|
Atom atom_net_wm_window_opacity;
|
||||||
guint repaint_func_id;
|
guint repaint_func_id;
|
||||||
|
|
||||||
|
@ -1270,7 +1270,6 @@ meta_compositor_new (MetaDisplay *display)
|
|||||||
{
|
{
|
||||||
char *atom_names[] = {
|
char *atom_names[] = {
|
||||||
"_XROOTPMAP_ID",
|
"_XROOTPMAP_ID",
|
||||||
"_XSETROOT_ID",
|
|
||||||
"_NET_WM_WINDOW_OPACITY",
|
"_NET_WM_WINDOW_OPACITY",
|
||||||
};
|
};
|
||||||
Atom atoms[G_N_ELEMENTS(atom_names)];
|
Atom atoms[G_N_ELEMENTS(atom_names)];
|
||||||
@ -1297,8 +1296,7 @@ meta_compositor_new (MetaDisplay *display)
|
|||||||
compositor);
|
compositor);
|
||||||
|
|
||||||
compositor->atom_x_root_pixmap = atoms[0];
|
compositor->atom_x_root_pixmap = atoms[0];
|
||||||
compositor->atom_x_set_root = atoms[1];
|
compositor->atom_net_wm_window_opacity = atoms[1];
|
||||||
compositor->atom_net_wm_window_opacity = atoms[2];
|
|
||||||
|
|
||||||
compositor->repaint_func_id = clutter_threads_add_repaint_func (meta_repaint_func,
|
compositor->repaint_func_id = clutter_threads_add_repaint_func (meta_repaint_func,
|
||||||
compositor,
|
compositor,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user