~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/WinSystemWin32GL.h

  • Committer: elupus
  • Date: 2009-09-30 00:22:19 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:23262
restored: Win32 OpenGL build didn't enable vsync since directx branch merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  virtual void SetVSyncImpl(bool enable);
46
46
  virtual bool PresentRenderImpl();
47
47
  HGLRC m_hglrc;
 
48
  BOOL (APIENTRY *m_wglSwapIntervalEXT)( int );
48
49
};
49
50
 
50
51
#endif // WINDOW_SYSTEM_H