mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
Add GDK-specific symbols to clutter.symbols
A GDK backend for clutter was added in commits610a9c17
(Add A new GDK backend) andf14cbf5b
(gdk: Allow disabling event retrieval) These are not included in the Win32 builds for the moment as GDK3 is quite unstable on Windows at this time
This commit is contained in:
parent
73fa9eec5f
commit
bd9dbe870a
@ -631,6 +631,15 @@ clutter_frame_source_add
|
||||
clutter_frame_source_add_full
|
||||
#endif
|
||||
|
||||
#ifdef CLUTTER_WINDOWING_GDK
|
||||
clutter_gdk_disable_event_retrieval
|
||||
clutter_gdk_get_stage_from_window
|
||||
clutter_gdk_get_stage_window
|
||||
clutter_gdk_handle_event
|
||||
clutter_gdk_set_display
|
||||
clutter_gdk_set_stage_foreign
|
||||
#endif
|
||||
|
||||
clutter_geometry_get_type
|
||||
clutter_geometry_intersects
|
||||
clutter_geometry_union
|
||||
|
Loading…
Reference in New Issue
Block a user