diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/ThemeEngine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h index 42e5dbfeca..f4a8b1ed0a 100644 --- a/gui/ThemeEngine.h +++ b/gui/ThemeEngine.h @@ -686,10 +686,10 @@ protected: GUI::ThemeEval *_themeEval; /** Main screen surface. This is blitted straight into the overlay. */ - Graphics::Surface _screen; + Graphics::TransparentSurface _screen; /** Backbuffer surface. Stores previous states of the screen to blit back */ - Graphics::Surface _backBuffer; + Graphics::TransparentSurface _backBuffer; /** Sets whether the current drawing is being buffered (stored for later processing) or drawn directly to the screen. */ |