Detangle includes for device subclasses
This commit is contained in:
@ -20,12 +20,23 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "gdkx11device-core.h"
|
||||
#include "gdkdeviceprivate.h"
|
||||
|
||||
#include "gdkinternals.h"
|
||||
#include "gdkwindow.h"
|
||||
#include "gdkprivate-x11.h"
|
||||
#include "gdkasync.h"
|
||||
|
||||
struct _GdkX11DeviceCore
|
||||
{
|
||||
GdkDevice parent_instance;
|
||||
};
|
||||
|
||||
struct _GdkX11DeviceCoreClass
|
||||
{
|
||||
GdkDeviceClass parent_class;
|
||||
};
|
||||
|
||||
static gboolean gdk_x11_device_core_get_history (GdkDevice *device,
|
||||
GdkWindow *window,
|
||||
guint32 start,
|
||||
|
||||
Reference in New Issue
Block a user