Changeset 21592 for trunk/src/shell32/systray_os2.h
- Timestamp:
- Mar 18, 2011, 11:37:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/systray_os2.h
r21591 r21592 18 18 // to avoid Win32 header inclusion and conflicts 19 19 20 #define NIF_MESSAGE 0x00000001 21 #define NIF_ICON 0x00000002 22 #define NIF_TIP 0x00000004 23 20 24 typedef struct _NOTIFYICONDATAA 21 25 { ULONG cbSize; … … 28 32 } NOTIFYICONDATAA, *PNOTIFYICONDATAA; 29 33 34 // Note: This must match _SystrayItem from systray.c 30 35 struct _SystrayItem { 31 36 HWND hWndFrame; 32 37 HWND hWndClient; 33 38 NOTIFYICONDATAA notifyIcon; 39 ULONG uIdx; 34 40 struct _SystrayItem *nextTrayItem; 35 41 }; 36 42 37 43 BOOL DoWin32PostMessage(HWND, ULONG, MPARAM, MPARAM); 38 BOOL DoWin32CharToOem(const char *s, char *t);39 44 40 45 BOOL SYSTRAY_Ex_Init(void);
Note:
See TracChangeset
for help on using the changeset viewer.