summaryrefslogtreecommitdiffstats
path: root/graphics/LDView/opengl.patch
diff options
context:
space:
mode:
author Philip van der Hoeven <philip@vd-hoeven.nl>2015-02-05 06:22:40 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-05 06:47:45 +0700
commit2a0ade82ff59e8443084085a84edf8f654e7ac6c (patch)
tree3dbca37ea0b8622b9de4530909abe548e6600bb1 /graphics/LDView/opengl.patch
parent93f4c57e9ee875d16484b6437bb615049b8d6cd0 (diff)
downloadslackbuilds-2a0ade82ff59e8443084085a84edf8f654e7ac6c.tar.gz
slackbuilds-2a0ade82ff59e8443084085a84edf8f654e7ac6c.tar.xz
graphics/LDView: Updated for version 4.2beta1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/LDView/opengl.patch')
-rw-r--r--graphics/LDView/opengl.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/LDView/opengl.patch b/graphics/LDView/opengl.patch
deleted file mode 100644
index 53f0364a1a..0000000000
--- a/graphics/LDView/opengl.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- LDView-4.1/QT/ModelViewerWidget.cpp 2009-12-01 14:27:54.000000000 -0200
-+++ LDView-4.1_patched/QT/ModelViewerWidget.cpp 2010-05-25 20:15:41.000000000 -0300
-@@ -403,6 +403,7 @@
- if (!painting && (saving || !loading))
- {
- painting = true;
-+ glEnable(GL_DEPTH_TEST);
- if (saving)
- {
- if (!TREGLExtensions::haveFramebufferObjectExtension())