Main window is now centered.

This commit is contained in:
rheiny 2007-02-11 15:47:56 +00:00
parent 61bc92f255
commit 1dcf46fa78
1 changed files with 2 additions and 0 deletions

View File

@ -1328,6 +1328,8 @@ int CreateMainWindow()
fceu_hInstance,
NULL );
CenterWindowOnScreen(hAppWnd);
DragAcceptFiles(hAppWnd, 1);
SetMainWindowStuff();