Skip to content

Instantly share code, notes, and snippets.

View 0Camus0's full-sized avatar

Daniel Camus 0Camus0

  • Elk Grove, California
View GitHub Profile
@0Camus0
0Camus0 / LinuxWayland.cpp
Created February 11, 2018 04:53
Wayland
#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;