Rename gdkx11keys.h

The header is now private, so it should follow the same naming scheme
for private GDK-X11 headers.
This commit is contained in:
Emmanuele Bassi 2020-04-07 18:12:58 +01:00
parent f87291cac2
commit 2f0016eb08
4 changed files with 8 additions and 5 deletions

View File

@ -19,12 +19,12 @@
#include "gdkx11devicemanager-xi2.h"
#include "gdkx11device-xi2.h"
#include "gdkx11keys.h"
#include "gdkdeviceprivate.h"
#include "gdkdevicetoolprivate.h"
#include "gdkdisplayprivate.h"
#include "gdkeventtranslator.h"
#include "gdkkeys-x11.h"
#include "gdkprivate-x11.h"
#include "gdkdisplay-x11.h"
#include "gdkintl.h"

View File

@ -26,7 +26,6 @@
#include "gdkdisplay-x11.h"
#include "gdkdisplayprivate.h"
#include "gdkx11keys.h"
#include "gdkasync.h"
#include "gdkdisplay.h"
@ -39,12 +38,15 @@
#include "gdkkeysprivate.h"
#include "gdkmarshalers.h"
#include "xsettings-client.h"
#include "gdkcairocontext-x11.h"
#include "gdkclipboard-x11.h"
#include "gdkglcontext-x11.h"
#include "gdkkeys-x11.h"
#include "gdkprivate-x11.h"
#include "gdkscreen-x11.h"
#include "gdkcairocontext-x11.h"
#include "gdkglcontext-x11.h"
#include "gdkvulkancontext-x11.h"
#include "gdk-private.h"
#include <glib.h>

View File

@ -24,7 +24,8 @@
#include "config.h"
#include "gdkx11keys.h"
#include "gdkkeys-x11.h"
#include "gdkkeysprivate.h"
#include "gdkkeysyms.h"
#include "gdkprivate-x11.h"