Add xcb headers to linux platform, needed for vulkan

This commit is contained in:
Doug Johnson 2017-07-08 22:23:20 -06:00
parent be3615b15b
commit a8053f72e5
1 changed files with 3 additions and 2 deletions

View File

@ -16,11 +16,12 @@
#include "xenia/base/platform.h"
// Xlib is used only for GLX interaction, the window management and input
// events are done with gtk/gdk
// Xlib/Xcb is used only for GLX/Vulkan interaction, the window management
// and input events are done with gtk/gdk
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xos.h>
#include <xcb/xcb.h>
//Used for window management. Gtk is for GUI and wigets, gdk is for lower
//level events like key presses, mouse events, etc