[ACCESS] Reposition the "ToggleKeys" group box control (#1541)
[reactos.git] / dll / cpl / access / display.c
index cf09292..05e88f1 100644 (file)
@@ -1,19 +1,18 @@
-/* $Id: display.c 29112 2007-09-19 21:31:49Z ekohl $
- *
+/*
  * PROJECT:         ReactOS Accessibility Control Panel
  * LICENSE:         GPL - See COPYING in the top level directory
  * FILE:            dll/cpl/access/display.c
  * PURPOSE:         Display-related accessibility settings
- * COPYRIGHT:       Copyright 2004 Johannes Anderwald (j_anderw@sbox.tugraz.at)
+ * COPYRIGHT:       Copyright 2004 Johannes Anderwald (johannes.anderwald@reactos.org)
  *                  Copyright 2007 Eric Kohl
  */
 
 #include "access.h"
 
+#include <wingdi.h>
 
 #define ID_BLINK_TIMER 346
 
-
 static VOID
 FillColorSchemeComboBox(HWND hwnd)
 {
@@ -180,7 +179,7 @@ DisplayPageProc(HWND hwndDlg,
                     if (DialogBoxParam(hApplet,
                                        MAKEINTRESOURCE(IDD_CONTRASTOPTIONS),
                                        hwndDlg,
-                                       (DLGPROC)HighContrastDlgProc,
+                                       HighContrastDlgProc,
                                        (LPARAM)pGlobalData))
                         PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
                     break;