(svn r9844) -Codechange: replace zoomlevel with an enum

-Codechange: use predefined enums for viewport zoomlevels
This commit is contained in:
truelight
2007-05-15 14:08:39 +00:00
parent 3615d2aeee
commit dc191785db
22 changed files with 108 additions and 59 deletions

View File

@@ -662,6 +662,9 @@
<File
RelativePath=".\..\src\window.h">
</File>
<File
RelativePath=".\..\src\zoom.hpp">
</File>
</Filter>
<Filter
Name="GUI Source Code"

View File

@@ -1111,6 +1111,10 @@
RelativePath=".\..\src\window.h"
>
</File>
<File
RelativePath=".\..\src\zoom.hpp"
>
</File>
</Filter>
<Filter
Name="GUI Source Code"