qt: Recreate GL context on startup to support changing V-Sync.

This commit is contained in:
bunnei 2016-08-29 21:28:58 -04:00
parent e3672db866
commit fb0d00db47
3 changed files with 39 additions and 25 deletions

View file

@ -126,6 +126,8 @@ public:
void OnClientAreaResized(unsigned width, unsigned height);
void InitRenderTarget();
public slots:
void moveContext(); // overridden