Changeset 21303 for trunk/src/user32/window.cpp
- Timestamp:
- Jun 18, 2009, 12:04:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r10496 r21303 1391 1391 dprintf(("FlashWindow %x %d\n", hwnd, fFlash)); 1392 1392 // return OSLibWinFlashWindow(Win32ToOS2Handle(hwnd), fFlash); 1393 return 1; 1394 } 1395 //****************************************************************************** 1396 //****************************************************************************** 1397 BOOL WIN32API FlashWindowEx( PFLASHWINFO pfwi) 1398 { 1399 dprintf(("FlashWindow %p %d\n", pfwi)); 1393 1400 return 1; 1394 1401 }
Note:
See TracChangeset
for help on using the changeset viewer.