display: Make handle_[x]event private

This commit is contained in:
Jasper St. Pierre
2013-11-18 20:50:56 -05:00
parent 8dd97b4998
commit bbbb9ac53c
2 changed files with 2 additions and 8 deletions

View File

@@ -2033,7 +2033,7 @@ handle_window_focus_event (MetaDisplay *display,
}
}
gboolean
static gboolean
meta_display_handle_event (MetaDisplay *display,
const ClutterEvent *event)
{
@@ -2980,7 +2980,7 @@ handle_other_xevent (MetaDisplay *display,
* busy around here. Most of this function is a ginormous switch statement
* dealing with all the kinds of events that might turn up.
*/
gboolean
static gboolean
meta_display_handle_xevent (MetaDisplay *display,
XEvent *event)
{