You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch

24 lines
526 B

http://bugs.gentoo.org/123762
--- a/3ddeskd.cpp
+++ b/3ddeskd.cpp
@@ -2411,15 +2411,15 @@
// initialize opengl
- // our own init function.
- gl_init();
-
GLWin.open_display();
GLWin.create_GL_window("Enhanced 3-dimensional workspace visualization magic machine",
cfg->options->do_fullscreen);
+ // our own init function.
+ gl_init();
+
cfg->texture_size = GLWin.get_best_texture_size(cfg->texture_size);
// Loads up the correct perspective matrix