Separated OpenGL contexts from Window implementations

Added support for OpenGL 3.0
Replaced WindowSettings with ContextSettings
Synchronized with trunk

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1065 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2009-03-28 16:22:58 +00:00
commit 9c370e38da
110 changed files with 2758 additions and 2335 deletions

View file

@ -351,6 +351,14 @@
<Filter
Name="Win32"
>
<File
RelativePath="..\..\src\SFML\Window\Win32\ContextWGL.cpp"
>
</File>
<File
RelativePath="..\..\src\SFML\Window\Win32\ContextWGL.hpp"
>
</File>
<File
RelativePath="..\..\src\SFML\Window\Win32\Joystick.cpp"
>
@ -396,7 +404,7 @@
>
</File>
<File
RelativePath="..\..\..\src\SFML\Window\Win32\VideoModeSupport.hpp"
RelativePath="..\..\src\SFML\Window\Win32\VideoModeSupport.hpp"
>
</File>
<File
@ -448,6 +456,10 @@
RelativePath="..\..\include\SFML\Window\Context.hpp"
>
</File>
<File
RelativePath="..\..\include\SFML\Window\ContextSettings.hpp"
>
</File>
<File
RelativePath="..\..\include\SFML\Window\Event.hpp"
>
@ -504,10 +516,6 @@
RelativePath="..\..\include\SFML\Window\WindowListener.hpp"
>
</File>
<File
RelativePath="..\..\include\SFML\Window\WindowSettings.hpp"
>
</File>
<File
RelativePath="..\..\include\SFML\Window\WindowStyle.hpp"
>