diff options
| -rw-r--r-- | alf/alf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alf.cpp b/alf/alf.cpp index b446b33..fc441bf 100644 --- a/alf/alf.cpp +++ b/alf/alf.cpp @@ -522,7 +522,7 @@ ALF_UnregisterWindowClass(HINSTANCE hinstance, LPCTSTR className) HWND ALF_InstantiateWindow(HINSTANCE hinstance, LPCTSTR className, HWND hwndParent, void *closure) { - return CreateWindowEx(ALF_Compat_IsMinWindowsVersion(5, 1) ? WS_EX_COMPOSITED : 0, + return CreateWindowEx(0, className, TEXT("Window"), WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN, |
