aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/gltexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/graphics/opengl/gltexture.h')
-rw-r--r--backends/graphics/opengl/gltexture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/graphics/opengl/gltexture.h b/backends/graphics/opengl/gltexture.h
index 4a3ba5da8e..abdb7eceaa 100644
--- a/backends/graphics/opengl/gltexture.h
+++ b/backends/graphics/opengl/gltexture.h
@@ -59,9 +59,10 @@ public:
virtual ~GLTexture();
virtual void refresh();
+ virtual void refreshBuffer();
virtual void allocBuffer(GLuint width, GLuint height);
- virtual void fillBuffer(byte x);
+ virtual void fillBuffer(uint32 x);
virtual void updateBuffer(const void *buf, int pitch, GLuint x, GLuint y,
GLuint w, GLuint h);