Changeset 3665 for trunk/src/shell32/systray.cpp
- Timestamp:
- Jun 7, 2000, 11:47:36 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/systray.cpp
r3653 r3665 1 /* $Id: systray.cpp,v 1. 3 2000-06-03 07:18:54sandervl Exp $ */1 /* $Id: systray.cpp,v 1.4 2000-06-07 21:47:36 sandervl Exp $ */ 2 2 /* 3 3 * Systray … … 198 198 rect.bottom = SMALL_ICON_SIZE+2*TBORDER; 199 199 200 #if 1 201 //SvL: Disabled system tray for now 202 // Integrate with OS/2 WPS (WarpCenter tray?) 203 return FALSE; 204 #else 200 205 /* Create tray window for icon. */ 201 206 ptrayItem->hWnd = CreateWindowExA( WS_EX_TRAYWINDOW, … … 210 215 return FALSE; 211 216 } 217 #endif 212 218 213 219 /* Create tooltip for icon. */
Note:
See TracChangeset
for help on using the changeset viewer.