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:
Matthias Clasen
2010-12-10 09:35:59 -05:00
parent c6a5074295
commit d5c0b92d5d
6 changed files with 39 additions and 61 deletions

View File

@ -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

View File

@ -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

View File

@ -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