mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
ClutterStageX11: Don't exposed unused function
https://bugzilla.gnome.org/show_bug.cgi?id=768976
This commit is contained in:
parent
8bebb8126c
commit
942feadffd
@ -432,7 +432,7 @@ clutter_stage_x11_unrealize (ClutterStageWindow *stage_window)
|
|||||||
clutter_stage_window_parent_iface->unrealize (stage_window);
|
clutter_stage_window_parent_iface->unrealize (stage_window);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
_clutter_stage_x11_update_foreign_event_mask (CoglOnscreen *onscreen,
|
_clutter_stage_x11_update_foreign_event_mask (CoglOnscreen *onscreen,
|
||||||
guint32 event_mask,
|
guint32 event_mask,
|
||||||
void *user_data)
|
void *user_data)
|
||||||
|
@ -91,9 +91,6 @@ struct _ClutterStageX11Class
|
|||||||
|
|
||||||
GType _clutter_stage_x11_get_type (void) G_GNUC_CONST;
|
GType _clutter_stage_x11_get_type (void) G_GNUC_CONST;
|
||||||
|
|
||||||
void _clutter_stage_x11_update_foreign_event_mask (CoglOnscreen *onscreen,
|
|
||||||
guint32 event_mask,
|
|
||||||
void *user_data);
|
|
||||||
void _clutter_stage_x11_events_device_changed (ClutterStageX11 *stage_x11,
|
void _clutter_stage_x11_events_device_changed (ClutterStageX11 *stage_x11,
|
||||||
ClutterInputDevice *device,
|
ClutterInputDevice *device,
|
||||||
ClutterDeviceManager *device_manager);
|
ClutterDeviceManager *device_manager);
|
||||||
|
Loading…
Reference in New Issue
Block a user