Commit in reactos/subsys/win32k/ntuser on MAIN
accelerator.c+1-51.11 -> 1.12
- Removed more nonsense debug prints.
- btw these changes are based on behavior discovered, on Windows XP SP2.  Your mileage may vary.

reactos/subsys/win32k/ntuser
accelerator.c 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- accelerator.c	13 Nov 2004 01:52:56 -0000	1.11
+++ accelerator.c	13 Nov 2004 01:57:45 -0000	1.12
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: accelerator.c,v 1.11 2004/11/13 01:52:56 rcampbell Exp $
+/* $Id: accelerator.c,v 1.12 2004/11/13 01:57:45 rcampbell Exp $
  *
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
@@ -479,7 +479,6 @@
   if (!NT_SUCCESS(Status))
   {
     SetLastNtError(STATUS_ACCESS_DENIED);
-    DPRINT1("E1\n");
     return 0;
   }
 
@@ -491,14 +490,11 @@
   {
     SetLastWin32Error(ERROR_INVALID_ACCEL_HANDLE);
     ObDereferenceObject(WindowStation);
-    DPRINT1("E2\n");
     return 0;
   }
 
   /* FIXME: Associate AcceleratorTable with the current thread */
 
-  /* FIXME: If hWnd is active and no hWnd has focus, translate WM_SYSKEYUP and WM_SYSKEY_DOWN instead */
-
   for (i = 0; i < AcceleratorTable->Count; i++)
     {
       if (IntTranslateAccelerator(hWnd, Message->message, Message->wParam, Message->lParam,
CVSspam 0.2.8