mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
Remove meta_core_increment_event_serial
It's unused.
This commit is contained in:
parent
3fe755e684
commit
dfcefd3315
@ -718,16 +718,6 @@ meta_core_set_screen_cursor (Display *xdisplay,
|
|||||||
meta_frame_set_screen_cursor (window->frame, cursor);
|
meta_frame_set_screen_cursor (window->frame, cursor);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
meta_core_increment_event_serial (Display *xdisplay)
|
|
||||||
{
|
|
||||||
MetaDisplay *display;
|
|
||||||
|
|
||||||
display = meta_display_for_x_display (xdisplay);
|
|
||||||
|
|
||||||
meta_display_increment_event_serial (display);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
meta_invalidate_default_icons (void)
|
meta_invalidate_default_icons (void)
|
||||||
{
|
{
|
||||||
|
@ -193,12 +193,6 @@ void meta_core_set_screen_cursor (Display *xdisplay,
|
|||||||
Window frame_on_screen,
|
Window frame_on_screen,
|
||||||
MetaCursor cursor);
|
MetaCursor cursor);
|
||||||
|
|
||||||
/* Used because we ignore EnterNotify when a window is unmapped that
|
|
||||||
* really shouldn't cause focus changes, by comparing the event serial
|
|
||||||
* of the EnterNotify and the UnmapNotify.
|
|
||||||
*/
|
|
||||||
void meta_core_increment_event_serial (Display *display);
|
|
||||||
|
|
||||||
void meta_invalidate_default_icons (void);
|
void meta_invalidate_default_icons (void);
|
||||||
|
|
||||||
void meta_core_add_old_event_mask (Display *xdisplay,
|
void meta_core_add_old_event_mask (Display *xdisplay,
|
||||||
|
Loading…
Reference in New Issue
Block a user