Skip to content

Commit

Permalink
[fix] - compile was broken after last commit for ios and osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed Jul 23, 2011
1 parent 2fe8dc0 commit 96174fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbmc/windowing/osx/WinSystemIOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class CWinSystemIOS : public CWinSystemBase, public CRenderSystemGLES
double GetDisplayLinkFPS(void);

protected:
virtual bool PresentRenderImpl();
virtual bool PresentRenderImpl(const CDirtyRegionList &dirty);
virtual void SetVSyncImpl(bool enable);

void *m_glView; // EAGLView opaque
Expand Down
2 changes: 1 addition & 1 deletion xbmc/windowing/osx/WinSystemOSXGL.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CWinSystemOSXGL : public CWinSystemOSX, public CRenderSystemGL
virtual bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays);

protected:
virtual bool PresentRenderImpl();
virtual bool PresentRenderImpl(const CDirtyRegionList &dirty);
virtual void SetVSyncImpl(bool enable);
};

Expand Down

0 comments on commit 96174fa

Please sign in to comment.