Ignore:
Timestamp:
Oct 24, 1999, 2:30:29 PM (26 years ago)
Author:
sandervl
Message:

MDI changes & fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/winaccel.cpp

    r949 r1429  
    1 /* $Id: winaccel.cpp,v 1.1 1999-09-15 23:19:02 sandervl Exp $ */
     1/* $Id: winaccel.cpp,v 1.2 1999-10-24 12:30:29 sandervl Exp $ */
    22/*
    33 * Win32 accelartor key functions for OS/2
     
    4242
    4343    if(HIWORD(haccel) == 0) {
    44     dprintf(("DestroyAcceleratorTable: invalid haccel %x", haccel));
    45     SetLastError(ERROR_INVALID_PARAMETER);
    46     return FALSE;
     44        dprintf(("DestroyAcceleratorTable: invalid haccel %x", haccel));
     45        SetLastError(ERROR_INVALID_PARAMETER);
     46        return FALSE;
    4747    }
    4848    dprintf(("DestroyAcceleratorTable %x\n", haccel));
     
    6565    }
    6666    if(window->GetAccelTable() != haccel) {
    67     dprintf(("TranslateAcceleratorA %X %X %X", hwnd, haccel, lpmsg->hwnd));
    68     window->SetAccelTable(haccel);
     67        dprintf(("TranslateAcceleratorA %X %X %X", hwnd, haccel, lpmsg->hwnd));
     68        window->SetAccelTable(haccel);
    6969    }
    7070
Note: See TracChangeset for help on using the changeset viewer.