[gtk+/wip/meson: 126/215] wayland: Include generated sources from builddir, not srcdir



commit b8a0a2e955c60fa9624bbea9e12e851d640a06c3
Author: Timm Bäder <mail baedert org>
Date:   Sat Sep 10 20:39:07 2016 +0200

    wayland: Include generated sources from builddir, not srcdir

 gdk/wayland/gdkdisplay-wayland.c |    6 +++---
 gdk/wayland/gdkwindow-wayland.c  |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gdk/wayland/gdkdisplay-wayland.c b/gdk/wayland/gdkdisplay-wayland.c
index 4780546..15160af 100644
--- a/gdk/wayland/gdkdisplay-wayland.c
+++ b/gdk/wayland/gdkdisplay-wayland.c
@@ -45,10 +45,10 @@
 #include "gdkglcontext-wayland.h"
 #include "gdkvulkancontext-wayland.h"
 #include "gdkwaylandmonitor.h"
-#include "pointer-gestures-unstable-v1-client-protocol.h"
+#include <wayland/pointer-gestures-unstable-v1-client-protocol.h>
 #include "tablet-unstable-v2-client-protocol.h"
-#include "xdg-shell-unstable-v6-client-protocol.h"
-#include "xdg-foreign-unstable-v1-client-protocol.h"
+#include <wayland/xdg-shell-unstable-v6-client-protocol.h>
+#include <wayland/xdg-foreign-unstable-v1-client-protocol.h>
 
 /**
  * SECTION:wayland_interaction
diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
index 17fb720..ffa0f30 100644
--- a/gdk/wayland/gdkwindow-wayland.c
+++ b/gdk/wayland/gdkwindow-wayland.c
@@ -32,7 +32,7 @@
 #include "gdkinternals.h"
 #include "gdkdeviceprivate.h"
 #include "gdkprivate-wayland.h"
-#include "xdg-shell-unstable-v6-client-protocol.h"
+#include <wayland/xdg-shell-unstable-v6-client-protocol.h>
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -3253,9 +3253,9 @@ gdk_wayland_window_fullscreen_on_monitor (GdkWindow *window, gint monitor)
 {
   GdkWindowImplWayland *impl = GDK_WINDOW_IMPL_WAYLAND (window->impl);
   GdkScreen *screen = gdk_window_get_screen (window);
-  struct wl_output *fullscreen_output = 
+  struct wl_output *fullscreen_output =
     _gdk_wayland_screen_get_wl_output (screen, monitor);
-  
+
   if (GDK_WINDOW_DESTROYED (window))
     return;
 
@@ -3293,7 +3293,7 @@ static void
 gdk_wayland_window_unfullscreen (GdkWindow *window)
 {
   GdkWindowImplWayland *impl = GDK_WINDOW_IMPL_WAYLAND (window->impl);
-  
+
   if (GDK_WINDOW_DESTROYED (window))
     return;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]