Ignore:
Timestamp:
Jun 18, 2009, 12:04:13 PM (16 years ago)
Author:
ydario
Message:

User32 updates.

File:
1 edited

Legend:

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

    r10496 r21303  
    13911391    dprintf(("FlashWindow %x %d\n", hwnd, fFlash));
    13921392//    return OSLibWinFlashWindow(Win32ToOS2Handle(hwnd), fFlash);
     1393    return 1;
     1394}
     1395//******************************************************************************
     1396//******************************************************************************
     1397BOOL WIN32API FlashWindowEx( PFLASHWINFO pfwi)
     1398{
     1399    dprintf(("FlashWindow %p %d\n", pfwi));
    13931400    return 1;
    13941401}
Note: See TracChangeset for help on using the changeset viewer.