mutter/clutter/gdk
Emmanuele Bassi e62a6376a5 gdk: Disable deprecation warnings
For the GDK backend We're using the GdkDeviceManager API, which maps to
Clutter's own device manager API. GDK has now moved to a per-seat device
management model, and deprecated the device manager singleton one.

In order to avoid the deprecation warnings, we'd have to implement a
model similar to the GDK one inside the generic Clutter API, but that
would also require moving all the others backend to it, which is pretty
pointless.

Instead, we can disable deprecation warnings for the
ClutterDeviceManager implementation inside the GDK backend.
2016-02-28 12:43:43 +00:00
..
clutter-backend-gdk-private.h Add a new GDK backend 2011-11-03 13:42:13 +00:00
clutter-backend-gdk.c Add internal constructor function for each backend 2015-12-11 14:23:38 +00:00
clutter-backend-gdk.h Add internal constructor function for each backend 2015-12-11 14:23:38 +00:00
clutter-device-manager-gdk.c gdk: Disable deprecation warnings 2016-02-28 12:43:43 +00:00
clutter-device-manager-gdk.h Add a new GDK backend 2011-11-03 13:42:13 +00:00
clutter-event-gdk.c gdk: stage: create subsurface when dealing with foreign windows on wayland 2015-09-07 18:17:10 +01:00
clutter-gdk.h gdk: Add function to retrieve the GdkVisual 2015-06-10 19:09:21 +01:00
clutter-input-device-gdk.c gdk/device: Propagate more device details from GDK 2015-06-03 13:08:01 +01:00
clutter-input-device-gdk.h Add a new GDK backend 2011-11-03 13:42:13 +00:00
clutter-master-clock-gdk.c gdk: Enable clock updates when timelines are added to the clock 2015-09-22 17:27:42 +01:00
clutter-master-clock-gdk.h gdk: implement a MasterClock based on GdkFrameClock 2015-02-17 19:12:40 +00:00
clutter-settings-gdk.h gdk: Add window-scaling-factor support 2014-09-03 14:21:08 +01:00
clutter-stage-gdk.c gdk: Enable swap throttling on full screen windows 2016-01-25 18:48:49 +00:00
clutter-stage-gdk.h gdk: stage: create subsurface when dealing with foreign windows on wayland 2015-09-07 18:17:10 +01:00