(svn r11734) -Change: Allow ToggleFullScreen to return the result of the operation' attempt. Previously, only visual clues were available.
-Fix[FS#1519]: When you can not use this resolution at full screen, now you'll know that it failed. As for the reason it did not work, each computer/OS has its reason.
This commit is contained in:
		| @@ -13,7 +13,7 @@ public: | ||||
|  | ||||
| 	virtual bool ChangeResolution(int w, int h) = 0; | ||||
|  | ||||
| 	virtual void ToggleFullscreen(bool fullscreen) = 0; | ||||
| 	virtual bool ToggleFullscreen(bool fullscreen) = 0; | ||||
| }; | ||||
|  | ||||
| class VideoDriverFactoryBase: public DriverFactoryBase { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 belugas
					belugas