git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1046 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
3b1abf635e
commit
f00e0ef635
2 changed files with 1 additions and 4 deletions
src/SFML/Window/Linux
|
@ -659,8 +659,6 @@ bool WindowImplX11::CreateContext(const VideoMode& Mode, XVisualInfo& ChosenVisu
|
|||
glXGetConfig(ourDisplay, &Visuals[i], GLX_SAMPLE_BUFFERS_ARB, &MultiSampling);
|
||||
glXGetConfig(ourDisplay, &Visuals[i], GLX_SAMPLES_ARB, &Samples);
|
||||
|
||||
std::cout << "Red = " << Red << " Green = " << Green << " Blue = " << Blue << std::endl;
|
||||
|
||||
// First check the mandatory parameters
|
||||
if ((RGBA == 0) || (DoubleBuffer == 0))
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue