diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-14 09:04:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-14 09:04:29 +0000 |
commit | e710c21e4e96f98d1e4974a0bf5ee1fd08ec86eb (patch) | |
tree | 12c43109ce5eb5894ea136c5e9b1152b05dcbd94 /graphics/morpheus/files | |
parent | 427a2fcdb9f72ef0fe6b8348162dd16b5150302c (diff) |
Add morpheus - a mesh (3D model) viewer for GNOME desktop.
Notes
Notes:
svn path=/head/; revision=32602
Diffstat (limited to 'graphics/morpheus/files')
-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; |