[evince] Revert "browser-plugin: Replace gdkwayland.h include with gdk.h"



commit 6d47b45cc494f2d998cb732899a801eda2081660
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Wed Sep 7 15:48:45 2016 +0200

    Revert "browser-plugin: Replace gdkwayland.h include with gdk.h"
    
    This reverts commit bf7a4fcdf6211e11d94dfe9fed82113d92e24eb7.
    
    It broke the build in gnome continuous.

 browser-plugin/EvBrowserPluginMain.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/browser-plugin/EvBrowserPluginMain.cpp b/browser-plugin/EvBrowserPluginMain.cpp
index 3552320..a54d1e0 100644
--- a/browser-plugin/EvBrowserPluginMain.cpp
+++ b/browser-plugin/EvBrowserPluginMain.cpp
@@ -22,7 +22,7 @@
 #include "EvMemoryUtils.h"
 #include "npfunctions.h"
 #include "npruntime.h"
-#include <gdk/gdk.h>
+#include <gdk/gdkwayland.h>
 
 static NPNetscapeFuncs *browser;
 static unique_gptr<char> mimeDescription;


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