From be73e1f08f241117ea60a30ac06f6272b929acc3 Mon Sep 17 00:00:00 2001 From: markgrebe Date: Thu, 25 Aug 2005 01:20:11 +0000 Subject: [PATCH] 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 --- stella/src/emucore/FrameBuffer.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/stella/src/emucore/FrameBuffer.cxx b/stella/src/emucore/FrameBuffer.cxx index 4d5093bbf..e82165089 100644 --- a/stella/src/emucore/FrameBuffer.cxx +++ b/stella/src/emucore/FrameBuffer.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // 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 @@ -36,10 +36,7 @@ #endif #ifdef MAC_OSX -extern "C" { -uInt16 macOSXDisplayWidth(void); -uInt16 macOSXDisplayHeight(void); -} +#include "macOSXDisplay.h" #endif #include "stella.xpm" // The Stella icon