diff options
Diffstat (limited to 'src/glx/x11/singlepix.c')
-rw-r--r-- | src/glx/x11/singlepix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/x11/singlepix.c b/src/glx/x11/singlepix.c index b387a809803..d2e8860d1f3 100644 --- a/src/glx/x11/singlepix.c +++ b/src/glx/x11/singlepix.c @@ -280,8 +280,8 @@ void __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, width = reply.width; height = reply.height; - widthsize = __glImageSize(width,1,1,format, type); - heightsize = __glImageSize(height,1,1,format, type); + widthsize = __glImageSize(width,1,1,format, type, 0); + heightsize = __glImageSize(height,1,1,format, type, 0); /* Allocate a holding buffer to transform the data from */ rowBuf = (GLubyte*) Xmalloc(widthsize); |