summaryrefslogtreecommitdiff
path: root/LayerManagerPlugins/Renderers/Graphic/include/TextureBinders/X11CopyGLES.h
diff options
context:
space:
mode:
Diffstat (limited to 'LayerManagerPlugins/Renderers/Graphic/include/TextureBinders/X11CopyGLES.h')
-rw-r--r--LayerManagerPlugins/Renderers/Graphic/include/TextureBinders/X11CopyGLES.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayerManagerPlugins/Renderers/Graphic/include/TextureBinders/X11CopyGLES.h b/LayerManagerPlugins/Renderers/Graphic/include/TextureBinders/X11CopyGLES.h
index f0016f0..816a015 100644
--- a/LayerManagerPlugins/Renderers/Graphic/include/TextureBinders/X11CopyGLES.h
+++ b/LayerManagerPlugins/Renderers/Graphic/include/TextureBinders/X11CopyGLES.h
@@ -35,7 +35,7 @@ public:
// pseudo require EGL to have been initialised
// we dont really need the handle
};
- void swapPixmap(unsigned char* src,unsigned char* dest,unsigned int width,unsigned int height,bool swaprgb);
+ void swapPixmap(unsigned char* src,unsigned char* dest,unsigned int width,unsigned int height,bool swaprgb,bool includeAlpha);
bool bindSurfaceTexture(Surface* surface);
void createClientBuffer(Surface* surface);
void destroyClientBuffer(Surface* surface);