mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[CONSRV]: Add information info for the changes of r63595.
svn path=/trunk/; revision=63598
This commit is contained in:
@@ -588,6 +588,7 @@ OnNcCreate(HWND hWnd, LPCREATESTRUCTW Create)
|
||||
SetWindowLongPtrW(GuiData->hWindow, GWLP_USERDATA, (DWORD_PTR)GuiData);
|
||||
|
||||
SetTimer(GuiData->hWindow, CONGUI_UPDATE_TIMER, CONGUI_UPDATE_TIME, NULL);
|
||||
// FIXME: HACK: Potential HACK for CORE-8129; see revision 63595.
|
||||
//CreateSysMenu(GuiData->hWindow);
|
||||
|
||||
DPRINT("OnNcCreate - setting start event\n");
|
||||
|
||||
@@ -200,6 +200,7 @@ GuiConsoleNotifyWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
GuiConsoleMoveWindow(GuiData); // FIXME: This MUST be done via the CreateWindowExW call.
|
||||
SendMessageW(GuiData->hWindow, PM_RESIZE_TERMINAL, 0, 0);
|
||||
|
||||
// FIXME: HACK: Potential HACK for CORE-8129; see revision 63595.
|
||||
CreateSysMenu(GuiData->hWindow);
|
||||
|
||||
/* Switch to full-screen mode if necessary */
|
||||
|
||||
Reference in New Issue
Block a user