Ignore:
Timestamp:
Mar 18, 2011, 2:10:26 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Extracted xsystray API from Qt and put it to a separate DLL dynamically loaded at runtime (see #99 for details).

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  
    44QT =
    55
    6 SOURCES = xsystray.c
     6TARGET = xsystray
    77
    8 DEF_FILE = xsystray.def
     8SOURCES = w_xsystray.c
     9
     10DEF_FILE = w_xsystray.def
     11
     12INCLUDEPATH += .. ../apilib
    913
    1014DESTDIR = $$[QT_INSTALL_PLUGINS]/xcenter
  • trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.c

    r834 r835  
    11
    22/*
    3  *@@sourcefile xsystray.c:
     3 *@@sourcefile w_xsystray.c:
    44 *      Extended system tray widget for XCenter/eCenter.
    55 *
     
    7777#include "shared\center.h"              // public XCenter interfaces
    7878
    79 #include "xsystray.h"
     79#include "w_xsystray.h"
    8080
    8181#if defined(__IBMC__) || defined(__IBMCPP__)
  • trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.h

    r834 r835  
    11
    22/*
    3  *@@sourcefile xsystray.h:
     3 *@@sourcefile w_xsystray.h:
    44 *      Extended system tray widget for XCenter/eCenter.
    55 *
     
    2222#define XSYSTRAY_HEADER_INCLUDED
    2323
    24 #include "xsystray_api.h"
     24#include "xsystray.h"
    2525
    2626#include <sys/builtin.h>        // atomics
     
    115115 *      posted to clients (windows associated with system tray icons) about
    116116 *      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*).
    118118 *
    119119 *      All messages posted to the client have an ID corresponding to the
     
    137137 *
    138138 *      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 comments
     139 *      change SERVER_MEMORYPOOL_SIZE value in w_xsystray.c (see the comments
    140140 *      there for details).
    141141 */
Note: See TracChangeset for help on using the changeset viewer.