Revision: 5078
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=5078&view=rev
Author:   ossman_
Date:     2013-04-11 10:48:27 +0000 (Thu, 11 Apr 2013)
Log Message:
-----------
Add some missing headers. It is not really ok to include Xutil.h
without first including Xlib.h.

Modified Paths:
--------------
    trunk/unix/xserver/hw/vnc/Input.cc
    trunk/unix/xserver/hw/vnc/InputCore.cc
    trunk/unix/xserver/hw/vnc/InputXKB.cc

Modified: trunk/unix/xserver/hw/vnc/Input.cc
===================================================================
--- trunk/unix/xserver/hw/vnc/Input.cc  2013-04-10 13:07:01 UTC (rev 5077)
+++ trunk/unix/xserver/hw/vnc/Input.cc  2013-04-11 10:48:27 UTC (rev 5078)
@@ -49,6 +49,7 @@
 extern _X_EXPORT DevPrivateKey CoreDevicePrivateKey;
 #endif
 #include <X11/keysym.h>
+#include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #undef public
 #undef class

Modified: trunk/unix/xserver/hw/vnc/InputCore.cc
===================================================================
--- trunk/unix/xserver/hw/vnc/InputCore.cc      2013-04-10 13:07:01 UTC (rev 
5077)
+++ trunk/unix/xserver/hw/vnc/InputCore.cc      2013-04-11 10:48:27 UTC (rev 
5078)
@@ -44,6 +44,7 @@
 #define XK_TECHNICAL
 #include <X11/keysym.h>
 #include <X11/XF86keysym.h>
+#include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #undef public
 #undef class

Modified: trunk/unix/xserver/hw/vnc/InputXKB.cc
===================================================================
--- trunk/unix/xserver/hw/vnc/InputXKB.cc       2013-04-10 13:07:01 UTC (rev 
5077)
+++ trunk/unix/xserver/hw/vnc/InputXKB.cc       2013-04-11 10:48:27 UTC (rev 
5078)
@@ -35,6 +35,8 @@
 #include "eventstr.h"
 #include "scrnintstr.h"
 #include "mi.h"
+#include <X11/keysym.h>
+#include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #undef public
 #undef class

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to