Hide GdkDeviceManager and GdkDeviceManagerClass
And nuke GdkDeviceManagerPrivate at the same time. Again a commit that only deals with the X11 backend, other backends will need to catch up.
This commit is contained in:
@ -20,7 +20,8 @@
|
||||
#ifndef __GDK_DEVICE_MANAGER_CORE_H__
|
||||
#define __GDK_DEVICE_MANAGER_CORE_H__
|
||||
|
||||
#include <gdk/gdkdevicemanager.h>
|
||||
#include "gdkinternals.h"
|
||||
#include "gdkdevicemanager.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
#ifndef __GDK_DEVICE_MANAGER_XI_H__
|
||||
#define __GDK_DEVICE_MANAGER_XI_H__
|
||||
|
||||
#include "gdkinternals.h"
|
||||
#include "gdkdevicemanager-core.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
@ -20,7 +20,9 @@
|
||||
#ifndef __GDK_DEVICE_MANAGER_XI2_H__
|
||||
#define __GDK_DEVICE_MANAGER_XI2_H__
|
||||
|
||||
#include <gdk/gdkdevicemanager.h>
|
||||
#include "gdkinternals.h"
|
||||
#include "gdkdevicemanager.h"
|
||||
|
||||
#include <X11/extensions/XInput2.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
Reference in New Issue
Block a user