From e710c21e4e96f98d1e4974a0bf5ee1fd08ec86eb Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 14 Sep 2000 09:04:29 +0000 Subject: Add morpheus - a mesh (3D model) viewer for GNOME desktop. --- graphics/morpheus/files/patch-aa | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 graphics/morpheus/files/patch-aa (limited to 'graphics/morpheus/files/patch-aa') 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; -- cgit v1.2.3