|
|
@@ -52,7 +52,8 @@ void ClientResize(HWND hWnd, int nWidth, int nHeight)
|
|
|
MoveWindow(hWnd,rcWindow.left, rcWindow.top, nWidth + ptDiff.x, nHeight + ptDiff.y, TRUE);
|
|
|
}
|
|
|
|
|
|
-Win32Core::Win32Core(PolycodeViewBase *view, int xRes, int yRes, bool fullScreen, int aaLevel,int frameRate) : Core(xRes, yRes, fullScreen,aaLevel,frameRate) {
|
|
|
+Win32Core::Win32Core(PolycodeViewBase *view, int xRes, int yRes, bool fullScreen, bool vSync, int aaLevel, int anisotropyLevel, int frameRate)
|
|
|
+ : Core(xRes, yRes, fullScreen, vSync, aaLevel, anisotropyLevel, frameRate) {
|
|
|
|
|
|
hWnd = *((HWND*)view->windowData);
|
|
|
core = this;
|