(svn r17793) -Fix: [OSX] The splash image wasn't displayed if the Quartz video driver was used.
This commit is contained in:
@@ -47,7 +47,7 @@ class CocoaSubdriver {
|
||||
public:
|
||||
virtual ~CocoaSubdriver() {}
|
||||
|
||||
virtual void Draw() = 0;
|
||||
virtual void Draw(bool force_update = false) = 0;
|
||||
virtual void MakeDirty(int left, int top, int width, int height) = 0;
|
||||
virtual void UpdatePalette(uint first_color, uint num_colors) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user