diff options
| author | Martin Kiewitz | 2009-10-06 16:14:40 +0000 |
|---|---|---|
| committer | Martin Kiewitz | 2009-10-06 16:14:40 +0000 |
| commit | 14dfa5d7b01fba21c3da100830febbcdd1532d8c (patch) | |
| tree | aaea4035a41e5b979178fa3220aaf5d780a365e9 /engines/sci/gui/gui_screen.h | |
| parent | 855af31757d20ace18f8b96c09d44571aacc049b (diff) | |
| download | scummvm-rg350-14dfa5d7b01fba21c3da100830febbcdd1532d8c.tar.gz scummvm-rg350-14dfa5d7b01fba21c3da100830febbcdd1532d8c.tar.bz2 scummvm-rg350-14dfa5d7b01fba21c3da100830febbcdd1532d8c.zip | |
SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette
svn-id: r44698
Diffstat (limited to 'engines/sci/gui/gui_screen.h')
| -rw-r--r-- | engines/sci/gui/gui_screen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/gui/gui_screen.h b/engines/sci/gui/gui_screen.h index 1b3688e5a4..75913515e9 100644 --- a/engines/sci/gui/gui_screen.h +++ b/engines/sci/gui/gui_screen.h @@ -59,6 +59,8 @@ public: void saveBits(Common::Rect rect, byte mask, byte *memoryPtr); void restoreBits(byte *memoryPtr); + void setPalette(GuiPalette*pal); + void dither(); uint16 _width; @@ -68,8 +70,6 @@ public: uint16 _displayHeight; uint _displayPixels; - GuiPalette _sysPalette; - private: void restoreBitsScreen(Common::Rect rect, byte *&memoryPtr, byte *screen); void saveBitsScreen(Common::Rect rect, byte *screen, byte *&memoryPtr); |
