This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <video/GLDriver.h> | |
#include <core/LinuxFramework.h> | |
#include <stdio.h> | |
#include <sys/time.h> | |
extern int g_AvoidInput; | |
extern std::vector<std::string> g_args; | |
namespace t800 { | |
#ifdef USING_WAYLAND_NATIVE | |
struct wl_compositor *wlnd_compositor = 0; |