diff options
Diffstat (limited to 'graphics/morpheus/files/patch-aa')
-rw-r--r-- | graphics/morpheus/files/patch-aa | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/morpheus/files/patch-aa b/graphics/morpheus/files/patch-aa new file mode 100644 index 000000000000..8fbd2cee19ab --- /dev/null +++ b/graphics/morpheus/files/patch-aa @@ -0,0 +1,26 @@ +--- src/main.c 2000/09/14 08:12:19 1.1 ++++ src/main.c 2000/09/14 08:13:43 +@@ -186,11 +186,6 @@ + { "application/x-color", 0, TARGET_COLOR } + }; + +- if( gdk_gl_query() == FALSE ) { +- g_print( "no OpenGL capability\n" ); +- return 0; +- } +- + /* if( gpLoadScene( argv[ 1 ] ) ) + return 0; + */ +@@ -199,6 +194,11 @@ + textdomain( PACKAGE ); + + gnome_init( "morpheus", VERSION, argc, argv ); ++ ++ if( gdk_gl_query() == FALSE ) { ++ g_print( "no OpenGL capability\n" ); ++ return 0; ++ } + + app1 = create_app1(); + morpheus.app = app1; |