Author: gadamopoulos
Date: Fri Feb 24 15:32:13 2012
New Revision: 55842
URL:
http://svn.reactos.org/svn/reactos?rev=55842&view=rev
Log:
[win32k]
-remove unrelated and unused information from the WINSTATION_OBJECT
Modified:
trunk/reactos/subsystems/win32/win32k/include/winsta.h
trunk/reactos/subsystems/win32/win32k/ntuser/winsta.c
Modified: trunk/reactos/subsystems/win32/win32k/include/winsta.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/in…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/winsta.h [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/include/winsta.h [iso-8859-1] Fri Feb 24
15:32:13 2012
@@ -25,23 +25,8 @@
LIST_ENTRY DesktopListHead;
PRTL_ATOM_TABLE AtomTable;
HANDLE SystemMenuTemplate;
- UINT CaretBlinkRate;
HANDLE ShellWindow;
HANDLE ShellListView;
-
- /* Effects */
- BOOL FontSmoothing; /* Enable */
- UINT FontSmoothingType; /* 1:Standard,2:ClearType */
- /* FIXME: Big Icons (SPI_GETICONMETRICS?) */
- BOOL DropShadow;
- BOOL DragFullWindows;
- BOOL FlatMenu;
-
- /* ScreenSaver */
- BOOL ScreenSaverRunning;
- UINT ScreenSaverTimeOut;
- /* Should this be on each desktop ? */
- BOOL ScreenSaverActive;
/* Wallpaper */
HANDLE hbmWallpaper;
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/winsta.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/nt…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/winsta.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/winsta.c [iso-8859-1] Fri Feb 24 15:32:13
2012
@@ -424,8 +424,6 @@
Status = RtlCreateAtomTable(37, &WindowStationObject->AtomTable);
WindowStationObject->SystemMenuTemplate = (HANDLE)0;
WindowStationObject->Name = WindowStationName;
- WindowStationObject->ScreenSaverRunning = FALSE;
- WindowStationObject->FlatMenu = FALSE;
if (InputWindowStation == NULL)
{