diff options
Diffstat (limited to 'plugins/copytex/src/copytex.h')
-rw-r--r-- | plugins/copytex/src/copytex.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/copytex/src/copytex.h b/plugins/copytex/src/copytex.h index 4bb83a2..6d35685 100644 --- a/plugins/copytex/src/copytex.h +++ b/plugins/copytex/src/copytex.h @@ -49,7 +49,7 @@ class CopyPixmap { ~CopyPixmap (); - static GLTexture::List bindPixmapToTexture (Pixmap pixmap, + static GLTexture::List bindPixmapToTexture (Pixmap pixmap, int width, int height, int depth); @@ -87,7 +87,6 @@ class CopytexScreen : public PluginClassHandler<CopytexScreen,CompScreen> { public: - CopytexScreen (CompScreen *screen); ~CopytexScreen (); @@ -110,7 +109,6 @@ class CopytexPluginVTable : public CompPlugin::VTableForScreen<CopytexScreen> { public: - bool init (); -};
\ No newline at end of file +}; |