- fix compiling issue. It compiles. It runs. Beyond that - not 100% sure. (Used GZDoom's 3.0_work branch version of win32gliface.cpp)

This commit is contained in:
Rachael Alexanderson 2017-03-09 17:46:30 -05:00
parent dfb4e1c3a6
commit b1c7913400

View file

@ -61,6 +61,12 @@ EXTERN_CVAR(Int, vid_refreshrate)
//
//==========================================================================
class Win32GLVideo : public IVideo
{
public:
Win32GLVideo(int parm);
virtual ~Win32GLVideo();
EDisplayType GetDisplayType() { return DISPLAY_Both; }
void SetWindowedScale(float scale);
void StartModeIterator(int bits, bool fs);
@ -119,7 +125,6 @@ public:
};
//==========================================================================
//
//