Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 260 of file desktop.cpp.
: super(hwnd) { // set background brush for the short moment of displaying the // background color while moving foreground windows SetClassLongPtr(hwnd, GCL_HBRBACKGROUND, COLOR_BACKGROUND+1); _display_version = RegGetDWORDValue(HKEY_CURRENT_USER, TEXT("Control Panel\\Desktop"), TEXT("PaintDesktopVersion"), 1); }