forked from AuroraMiddleware/gtk
wayland: Update to new header path for xkbcommon
This commit is contained in:
parent
0b5f12975f
commit
a9dc48ce94
@ -32,7 +32,7 @@
|
|||||||
#include "gdkdevicemanagerprivate.h"
|
#include "gdkdevicemanagerprivate.h"
|
||||||
#include "gdkprivate-wayland.h"
|
#include "gdkprivate-wayland.h"
|
||||||
|
|
||||||
#include <X11/extensions/XKBcommon.h>
|
#include <xkbcommon/xkbcommon.h>
|
||||||
#include <X11/keysym.h>
|
#include <X11/keysym.h>
|
||||||
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "gdkwayland.h"
|
#include "gdkwayland.h"
|
||||||
#include "gdkinternals.h"
|
#include "gdkinternals.h"
|
||||||
|
|
||||||
#include <X11/extensions/XKBcommon.h>
|
#include <xkbcommon/xkbcommon.h>
|
||||||
|
|
||||||
struct _GdkWaylandDisplayManager
|
struct _GdkWaylandDisplayManager
|
||||||
{
|
{
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
#include "gdkdisplay-wayland.h"
|
#include "gdkdisplay-wayland.h"
|
||||||
#include "gdkkeysprivate.h"
|
#include "gdkkeysprivate.h"
|
||||||
|
|
||||||
#include <X11/extensions/XKBcommon.h>
|
#include <xkbcommon/xkbcommon.h>
|
||||||
|
|
||||||
typedef struct _GdkWaylandKeymap GdkWaylandKeymap;
|
typedef struct _GdkWaylandKeymap GdkWaylandKeymap;
|
||||||
typedef struct _GdkWaylandKeymapClass GdkWaylandKeymapClass;
|
typedef struct _GdkWaylandKeymapClass GdkWaylandKeymapClass;
|
||||||
|
Loading…
Reference in New Issue
Block a user