mirror of https://github.com/stella-emu/stella.git
oops
This commit is contained in:
parent
03049ff93a
commit
37422a838f
|
@ -194,16 +194,6 @@ class FrameBuffer
|
||||||
*/
|
*/
|
||||||
const Common::Rect& imageRect() const { return myActiveVidMode.imageR; }
|
const Common::Rect& imageRect() const { return myActiveVidMode.imageR; }
|
||||||
|
|
||||||
/**
|
|
||||||
Returns the current, non-rounde size of the framebuffer image.
|
|
||||||
Note that this will take into account the current scaling (if any)
|
|
||||||
as well as image 'centering'.
|
|
||||||
*/
|
|
||||||
void imageSize(double* w, double* h) const {
|
|
||||||
*w = myActiveVidMode.imageW;
|
|
||||||
*h = myActiveVidMode.imageH;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns the current dimensions of the framebuffer window.
|
Returns the current dimensions of the framebuffer window.
|
||||||
This is the entire area containing the framebuffer image as well as any
|
This is the entire area containing the framebuffer image as well as any
|
||||||
|
|
Loading…
Reference in New Issue