Ignore:
Timestamp:
Jun 7, 2000, 11:47:36 PM (25 years ago)
Author:
sandervl
Message:

disabled system tray

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:54 sandervl Exp $ */
     1/* $Id: systray.cpp,v 1.4 2000-06-07 21:47:36 sandervl Exp $ */
    22/*
    33 *      Systray
     
    198198  rect.bottom = SMALL_ICON_SIZE+2*TBORDER;
    199199
     200#if 1
     201  //SvL: Disabled system tray for now
     202  //     Integrate with OS/2 WPS (WarpCenter tray?)
     203  return FALSE;
     204#else
    200205  /* Create tray window for icon. */
    201206  ptrayItem->hWnd = CreateWindowExA( WS_EX_TRAYWINDOW,
     
    210215    return FALSE;
    211216  }
     217#endif
    212218
    213219  /* Create tooltip for icon. */
Note: See TracChangeset for help on using the changeset viewer.