--- np2/win9xc/np2.cpp 2003/10/16 17:59:18 1.1 +++ np2/win9xc/np2.cpp 2003/10/18 10:00:29 1.2 @@ -51,7 +51,7 @@ static const char szClassName[] = "NP2-M NP2OSCFG np2oscfg = { - CW_USEDEFAULT, CW_USEDEFAULT, 1, 1, 0, 2, + CW_USEDEFAULT, CW_USEDEFAULT, 0, 2, KEY_UNKNOWN, 0, 0, 0, 0, {1, 2, 2, 1}, 0}; @@ -565,8 +565,8 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT HBITMAP hbmp; BITMAP bmp; HINSTANCE hinst; - int sx = 640 + np2oscfg.paddingx; - int sy = 400 + np2oscfg.paddingy; + int sx = 640; + int sy = 400; hinst = (HINSTANCE)GetWindowLong(hWnd, GWL_HINSTANCE); #if 1