mirror of
https://github.com/brl/mutter.git
synced 2025-02-25 01:04:10 +00:00
x11: Drop unused methods
These are not used anywhere in Mutter or GNOME Shell, it seems we can drop them. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2779>
This commit is contained in:
parent
a799ac8ff0
commit
22c6374374
@ -45,18 +45,9 @@ Display *meta_x11_display_get_xdisplay (MetaX11Display *x11_display);
|
|||||||
META_EXPORT
|
META_EXPORT
|
||||||
Window meta_x11_display_get_xroot (MetaX11Display *x11_display);
|
Window meta_x11_display_get_xroot (MetaX11Display *x11_display);
|
||||||
|
|
||||||
META_EXPORT
|
|
||||||
int meta_x11_display_get_xinput_opcode (MetaX11Display *x11_display);
|
|
||||||
|
|
||||||
META_EXPORT
|
META_EXPORT
|
||||||
int meta_x11_display_get_damage_event_base (MetaX11Display *x11_display);
|
int meta_x11_display_get_damage_event_base (MetaX11Display *x11_display);
|
||||||
|
|
||||||
META_EXPORT
|
|
||||||
int meta_x11_display_get_shape_event_base (MetaX11Display *x11_display);
|
|
||||||
|
|
||||||
META_EXPORT
|
|
||||||
gboolean meta_x11_display_has_shape (MetaX11Display *x11_display);
|
|
||||||
|
|
||||||
META_EXPORT
|
META_EXPORT
|
||||||
void meta_x11_display_set_cm_selection (MetaX11Display *x11_display);
|
void meta_x11_display_set_cm_selection (MetaX11Display *x11_display);
|
||||||
|
|
||||||
|
@ -1576,35 +1576,12 @@ meta_x11_display_get_xroot (MetaX11Display *x11_display)
|
|||||||
return x11_display->xroot;
|
return x11_display->xroot;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_x11_display_get_xinput_opcode: (skip)
|
|
||||||
* @x11_display: a #MetaX11Display
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
int
|
|
||||||
meta_x11_display_get_xinput_opcode (MetaX11Display *x11_display)
|
|
||||||
{
|
|
||||||
return x11_display->xinput_opcode;
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
int
|
||||||
meta_x11_display_get_damage_event_base (MetaX11Display *x11_display)
|
meta_x11_display_get_damage_event_base (MetaX11Display *x11_display)
|
||||||
{
|
{
|
||||||
return x11_display->damage_event_base;
|
return x11_display->damage_event_base;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
|
||||||
meta_x11_display_get_shape_event_base (MetaX11Display *x11_display)
|
|
||||||
{
|
|
||||||
return x11_display->shape_event_base;
|
|
||||||
}
|
|
||||||
|
|
||||||
gboolean
|
|
||||||
meta_x11_display_has_shape (MetaX11Display *x11_display)
|
|
||||||
{
|
|
||||||
return META_X11_DISPLAY_HAS_SHAPE (x11_display);
|
|
||||||
}
|
|
||||||
|
|
||||||
Window
|
Window
|
||||||
meta_x11_display_create_offscreen_window (MetaX11Display *x11_display,
|
meta_x11_display_create_offscreen_window (MetaX11Display *x11_display,
|
||||||
Window parent,
|
Window parent,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user