commit for david tues 21st 17:51
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ int main() {
|
||||
|
||||
bool fullscreen;
|
||||
|
||||
fullscreen = true;
|
||||
//fullscreen = false;
|
||||
//fullscreen = true;
|
||||
fullscreen = false;
|
||||
|
||||
cout << "> display configuration" << endl;
|
||||
cout << "* fullscreen: " << (fullscreen ? "yes" : "no") << endl;
|
||||
|
||||
Reference in New Issue
Block a user