mirror of https://github.com/stella-emu/stella.git
Cleaned up desktop size call specification into a header file for MacOSX
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@741 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
ed135b1aa5
commit
be73e1f08f
|
@ -13,7 +13,7 @@
|
||||||
// See the file "license" for information on usage and redistribution of
|
// See the file "license" for information on usage and redistribution of
|
||||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
//
|
//
|
||||||
// $Id: FrameBuffer.cxx,v 1.63 2005-08-24 22:54:30 stephena Exp $
|
// $Id: FrameBuffer.cxx,v 1.64 2005-08-25 01:20:11 markgrebe Exp $
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
@ -36,10 +36,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MAC_OSX
|
#ifdef MAC_OSX
|
||||||
extern "C" {
|
#include "macOSXDisplay.h"
|
||||||
uInt16 macOSXDisplayWidth(void);
|
|
||||||
uInt16 macOSXDisplayHeight(void);
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "stella.xpm" // The Stella icon
|
#include "stella.xpm" // The Stella icon
|
||||||
|
|
Loading…
Reference in New Issue