commit a610a4cac1c8754f9861084a5f1e0c49a7fe4321 parent 8bf1c6f4bb307e64ba907f5cbbd05e1626470200 Author: falkTX <falktx@gmail.com> Date: Sat, 18 Jan 2014 18:24:06 -0800 Force main window flag for osx (testing) Diffstat:
M | dgl/src/pugl/pugl_osx.m | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dgl/src/pugl/pugl_osx.m b/dgl/src/pugl/pugl_osx.m @@ -81,7 +81,7 @@ // this allows spacebar (for example) to start/stop the transport - (BOOL) canBecomeKeyWindow { - return NO; + return YES; } @end