From WojciechLewandowski, Added DispaySettings::SwapMethod and support for it in GraphicsContext::Traits

This commit is contained in:
Robert Osfield
2010-09-30 14:25:27 +00:00
parent ff68236bad
commit 0eded3efbe
4 changed files with 61 additions and 1 deletions

View File

@@ -130,6 +130,8 @@ class OSG_EXPORT GraphicsContext : public Object
// X11 hint whether to override the window managers window size/position redirection
bool overrideRedirect;
DisplaySettings::SwapMethod swapMethod;
};
/** Simple resolution structure used by WindowingSystemInterface to get and set screen resolution.