diff options
Diffstat (limited to 'plugins/opengl/src/screen.cpp')
-rw-r--r-- | plugins/opengl/src/screen.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/opengl/src/screen.cpp b/plugins/opengl/src/screen.cpp index 5fe1cc0..253f03b 100644 --- a/plugins/opengl/src/screen.cpp +++ b/plugins/opengl/src/screen.cpp @@ -815,8 +815,9 @@ PrivateGLScreen::updateScreenBackground () { CompSize size; CompString fileName (backgroundImage); + CompString pname (""); - backgroundTextures = GLTexture::readImageToTexture (fileName, size); + backgroundTextures = GLTexture::readImageToTexture (fileName, pname, size); } if (!backgroundTextures.empty ()) |