mirror of https://github.com/stella-emu/stella.git
Oops, forgot to actually exclude a block of code for OSX.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3028 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
877f2c9f3c
commit
3e358b9e39
|
@ -283,8 +283,8 @@ void FrameBufferSDL2::postFrameUpdate()
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
void FrameBufferSDL2::setWindowIcon()
|
void FrameBufferSDL2::setWindowIcon()
|
||||||
{
|
{
|
||||||
#if !defined(BSPF_MACOSX) // Currently not needed for OSX
|
#ifndef BSPF_MAC_OSX // Currently not needed for OSX
|
||||||
#include "stella.xpm" // The Stella icon
|
#include "stella.xpm" // The Stella icon
|
||||||
|
|
||||||
// Set the window icon
|
// Set the window icon
|
||||||
uInt32 w, h, ncols, nbytes;
|
uInt32 w, h, ncols, nbytes;
|
||||||
|
|
Loading…
Reference in New Issue