Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(580)

Unified Diff: intern/ghost/GHOST_ISystem.h

Issue 4961053: Blender Cucumber to Trunk Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Fixes to crashing DDS mipmaps, leaking dyn lights, and some review comments. Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: intern/ghost/GHOST_ISystem.h
===================================================================
--- intern/ghost/GHOST_ISystem.h (revision 40024)
+++ intern/ghost/GHOST_ISystem.h (working copy)
@@ -253,7 +253,7 @@
* @return Indication of success.
*/
virtual GHOST_TSuccess beginFullScreen(const GHOST_DisplaySetting& setting, GHOST_IWindow** window,
- const bool stereoVisual) = 0;
+ const bool stereoVisual, const GHOST_TUns16 numOfAASamples=0) = 0;
/**
* Ends full screen mode.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b