diff options
Diffstat (limited to 'initgfx.cc')
-rw-r--r-- | initgfx.cc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ # include <luma/main.hh> # include <stdint.h> # include <stdio.h> +# if defined(LUMA__USE_X) # include <wayland-client.h> +# else +# include <xcb/xcb.h> +# endif void luma::initgfx(uint32_t * retval) { } |