From bd9dbe870a9835d6bfc0b8832846936a5fa16e6a Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 7 Nov 2011 12:44:44 +0800 Subject: [PATCH] Add GDK-specific symbols to clutter.symbols A GDK backend for clutter was added in commits 610a9c17 (Add A new GDK backend) and f14cbf5b (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 --- clutter/clutter.symbols | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/clutter/clutter.symbols b/clutter/clutter.symbols index 26663010a..ecf4d4b64 100644 --- a/clutter/clutter.symbols +++ b/clutter/clutter.symbols @@ -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