Changeset 835 for trunk/src/3rdparty/os2/xsystray/plugin
- Timestamp:
- Mar 18, 2011, 2:10:26 AM (14 years ago)
- Location:
- trunk/src/3rdparty/os2/xsystray/plugin
- Files:
-
- 1 added
- 1 copied
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/os2/xsystray/plugin/plugin.pro
r834 r835 4 4 QT = 5 5 6 SOURCES = xsystray.c 6 TARGET = xsystray 7 7 8 DEF_FILE = xsystray.def 8 SOURCES = w_xsystray.c 9 10 DEF_FILE = w_xsystray.def 11 12 INCLUDEPATH += .. ../apilib 9 13 10 14 DESTDIR = $$[QT_INSTALL_PLUGINS]/xcenter -
trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.c
r834 r835 1 1 2 2 /* 3 *@@sourcefile xsystray.c:3 *@@sourcefile w_xsystray.c: 4 4 * Extended system tray widget for XCenter/eCenter. 5 5 * … … 77 77 #include "shared\center.h" // public XCenter interfaces 78 78 79 #include " xsystray.h"79 #include "w_xsystray.h" 80 80 81 81 #if defined(__IBMC__) || defined(__IBMCPP__) -
trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.h
r834 r835 1 1 2 2 /* 3 *@@sourcefile xsystray.h:3 *@@sourcefile w_xsystray.h: 4 4 * Extended system tray widget for XCenter/eCenter. 5 5 * … … 22 22 #define XSYSTRAY_HEADER_INCLUDED 23 23 24 #include "xsystray _api.h"24 #include "xsystray.h" 25 25 26 26 #include <sys/builtin.h> // atomics … … 115 115 * posted to clients (windows associated with system tray icons) about 116 116 * icon events. This structure unions all public notification code 117 * dependent structures defined in xsystray _api.h (starting with XST*).117 * dependent structures defined in xsystray.h (starting with XST*). 118 118 * 119 119 * All messages posted to the client have an ID corresponding to the … … 137 137 * 138 138 * NOTE: When you change the size of this structure, you may also need to 139 * change SERVER_MEMORYPOOL_SIZE value in xsystray.c (see the comments139 * change SERVER_MEMORYPOOL_SIZE value in w_xsystray.c (see the comments 140 140 * there for details). 141 141 */
Note:
See TracChangeset
for help on using the changeset viewer.