Ignore:
Timestamp:
Mar 23, 2011, 5:52:24 PM (14 years ago)
Author:
dmik
Message:

shell32: systray: Fixed non-working systray notifications in modern Java apps by maintaining the xsystray proxy window on a dedicated thread that is never suspended by Java. Also added support for context menu (normally, RMB) notifications used in many Java applications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/systray_os2.h

    r21592 r21600  
    88#define __WINE_SYSTRAY_OS2_H
    99
    10 // map some Win32 types used in systray.h to OS/2 types
    11 // to avoid Win32 header inclusion and conflicts
    12 
    13 #define HICON HPOINTER
    14 
    1510#include "systray.h"
    1611
    17 // define some Win32 structs in terms of OS/2 types
    18 // to avoid Win32 header inclusion and conflicts
     12// define some Win32 structs and types in terms of OS/2 types
     13// to avoid inclusion of shellapi.h that would create conflicts
    1914
    2015#define NIF_MESSAGE             0x00000001
Note: See TracChangeset for help on using the changeset viewer.