CGit
Gitweb
projects
/
android
/
external-libkmsxx.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
kmscube: quick hack for fullscreen
[android/external-libkmsxx.git]
/
kmscube
/
cube.h
1
#pragma once
2
3
extern bool s_verbose;
4
extern bool s_fullscreen;
5
6
void main_null();
7
void main_gbm();
8
void main_x11();
9
void main_wl();
10