summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-22 23:42:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-22 23:42:12 -0600
commit534a069ee046a08749e6dc0e077999553281d976 (patch)
tree56ae0cc4625d3f05fadb499a0c9663112973bb2d
parent682cf1b95063acb4914109f851576a817c412c89 (diff)
parent6a2b9ef024d8e8a579da3ed47591ccf20b699da9 (diff)
downloadtdebase-534a069ee046a08749e6dc0e077999553281d976.tar.gz
tdebase-534a069ee046a08749e6dc0e077999553281d976.zip
Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebase
-rw-r--r--twin/compton-tde/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/compton-tde/common.h b/twin/compton-tde/common.h
index ddb00fade..759e64698 100644
--- a/twin/compton-tde/common.h
+++ b/twin/compton-tde/common.h
@@ -493,7 +493,7 @@ typedef struct {
/// Framebuffer used for greyscale conversion.
GLuint fbo;
/// Textures used for greyscale conversion.
- GLuint textures[2];
+ GLuint textures[1];
/// Width of the textures.
int width;
/// Height of the textures.