clutter: Sanitize ClutterInputDevice header

Move some exposed setters to private headers. It makes some sense to
provide those for backends, not as much to the upper layers.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1486
This commit is contained in:
Carlos Garnacho
2020-05-06 18:56:06 +02:00
committed by Jonas Ådahl
parent e28007edb9
commit b6a020e9ff
3 changed files with 16 additions and 15 deletions

View File

@ -1,6 +1,7 @@
#include <stdlib.h>
#include <glib.h>
#include <clutter/clutter.h>
#include <clutter/clutter-mutter.h>
#include "tests/clutter-test-utils.h"