mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 07:39:51 +00:00
Fix some documentation
This commit is contained in:
parent
f5590f7d76
commit
bead64ee9d
@ -36,11 +36,10 @@ namespace preferences {
|
||||
* @param video The video 'holding' the framebuffer.
|
||||
* @param resolution Any good resultion is returned through this reference.
|
||||
* @param bpp A reference through which the best bpp is returned.
|
||||
* If non-zero when passed, only that bpp is allowed.
|
||||
* @param video_flags A reference through which the video flags for setting the video mode are returned.
|
||||
*
|
||||
* @returns Whether valid video settings were found.
|
||||
*/
|
||||
*
|
||||
* @returns Whether valid video settings were found.
|
||||
*/
|
||||
bool detect_video_settings(CVideo& video, std::pair<int,int>& resolution, int& bpp, int& video_flags);
|
||||
|
||||
void set_fullscreen(CVideo& video, const bool ison);
|
||||
|
Loading…
x
Reference in New Issue
Block a user