framebuffer: add possibility to force small windows

Origin commit data
------------------
Commit: 5af55b4092
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-10 (Fri, 10 May 2013)

Origin message was:
------------------
- framebuffer: add possibility to force small windows
This commit is contained in:
vanhofen
2013-05-10 10:31:46 +02:00
committed by [CST] Focus
parent 89c32c7042
commit 5666e8fc6d
2 changed files with 18 additions and 7 deletions

View File

@@ -146,8 +146,9 @@ class CFrameBuffer
unsigned int getStride() const; // size of a single line in the framebuffer (in bytes)
unsigned int getScreenWidth(bool real = false);
unsigned int getScreenHeight(bool real = false);
unsigned int getScreenWidthRel();
unsigned int getScreenHeightRel();
unsigned int getScreenPercentRel(bool force_small);
unsigned int getScreenWidthRel(bool force_small = false);
unsigned int getScreenHeightRel(bool force_small = false);
unsigned int getScreenX();
unsigned int getScreenY();