projects
/
ccbs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Removed name= on the submit buttons again, we don't need it anymore.
[ccbs]
/
bigscreen
/
ccbs_bigscreen.cpp
1
#include <stdio.h>
2
#include <unistd.h>
3
#include "glwindow.h"
4
5
int main(int argc, char **argv)
6
{
7
GLWindow glw("CCBS bigscreen", 800, 600, 32, false, 16, -1);
8
sleep(5);
9
return 0;
10
}