Add xcb headers to linux platform, needed for vulkan
This commit is contained in:
parent
be3615b15b
commit
a8053f72e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue