This commit is contained in:
mpohoreski 2009-02-16 19:18:34 +00:00
parent 1ef36e9166
commit ec0c8721f0

View File

@ -4,7 +4,7 @@ AppleWin : An Apple //e emulator for Windows
Copyright (C) 1994-1996, Michael O'Brien Copyright (C) 1994-1996, Michael O'Brien
Copyright (C) 1999-2001, Oliver Schmidt Copyright (C) 1999-2001, Oliver Schmidt
Copyright (C) 2002-2005, Tom Charlesworth Copyright (C) 2002-2005, Tom Charlesworth
Copyright (C) 2006-2008, Tom Charlesworth, Michael Pohoreski Copyright (C) 2006-2009, Tom Charlesworth, Michael Pohoreski
AppleWin is free software; you can redistribute it and/or modify AppleWin is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -28,6 +28,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "StdAfx.h" #include "StdAfx.h"
#pragma hdrstop #pragma hdrstop
#include <objbase.h> #include <objbase.h>
#include "MouseInterface.h" #include "MouseInterface.h"
@ -881,7 +882,7 @@ int APIENTRY WinMain (HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
DebugInitialize(); DebugInitialize();
JoyInitialize(); JoyInitialize();
MemInitialize(); MemInitialize();
VideoInitialize(); VideoInitialize(); // g_pFramebufferinfo been created now
FrameCreateWindow(); FrameCreateWindow();
// PrintScrn support // PrintScrn support
AppleWin_RegisterHotKeys(); // needs valid g_hFrameWindow AppleWin_RegisterHotKeys(); // needs valid g_hFrameWindow