Changeset 280 for trunk/src/3rdparty
- Timestamp:
- Nov 2, 2009, 4:07:54 PM (16 years ago)
- Location:
- trunk/src/3rdparty/os2/xsystray
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/os2/xsystray/xsystray.c
r278 r280 1 /* 2 * Extended system tray widget for XCenter/eCenter 3 * 4 * Implementation5 * 6 * Made by netlabs.org7 * 8 * Author:Dmitry A. Kuminov9 * 10 * This software is public domain.11 * 12 * WITHOUT ANY WARRANTY..., AT YOUR OWN RISC... ETC.13 * 14 * /15 16 /* 17 * This code is based on the code template for a minimal XCenter widget18 * from the XWorkplace project (c) by Ulrich Moeller.1 2 /* 3 * 4 * 5 * 6 * 7 * 8 * Dmitry A. Kuminov 9 * 10 * . 11 * 12 * 13 * 14 * 15 * program is distributed in the hope that it will be useful, but WITHOUT 16 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 * 18 * . 19 19 */ 20 20 -
trunk/src/3rdparty/os2/xsystray/xsystray.h
r275 r280 1 1 2 /* 2 * Extended system tray widget for XCenter/eCenter 3 *@@sourcefile xsystray.h: 4 * Extended system tray widget for XCenter/eCenter. 3 5 * 4 * Internal declarations6 * 5 7 * 6 * Made by netlabs.org8 * 7 9 * 8 * Author: Dmitry A. Kuminov 9 * 10 * This software is public domain. 11 * 12 * WITHOUT ANY WARRANTY..., AT YOUR OWN RISC... ETC. 13 * 10 * This file is part of the Extended system tray widget source package. 11 * Extended system tray widget is free software; you can redistribute it 12 * and/or modify it under the terms of the GNU General Public License as 13 * published by the Free Software Foundation, in version 2 as it comes in 14 * the "COPYING" file of the Extended system tray widget distribution. This 15 * program is distributed in the hope that it will be useful, but WITHOUT 16 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 * more details. 14 19 */ 15 20 -
trunk/src/3rdparty/os2/xsystray/xsystray_api.c
r278 r280 1 /* 2 * Extended system tray widget for XCenter/eCenter 3 * 4 * Public API implementation 5 * 6 * Made by netlabs.org 7 * 8 * Author: Dmitry A. Kuminov 9 * 10 * This software is public domain. 11 * 12 * WITHOUT ANY WARRANTY..., AT YOUR OWN RISC... ETC. 13 * 1 2 /* 3 *@@sourcefile xsystray_api.c: 4 * Extended system tray widget for XCenter/eCenter. 5 * 6 * Implementation of the public API. 7 * 8 * Copyright (C) 2009 Dmitry A. Kuminov 9 * 10 * This file is part of the Extended system tray widget source package. 11 * Extended system tray widget is free software; you can redistribute it 12 * and/or modify it under the terms of the GNU General Public License as 13 * published by the Free Software Foundation, in version 2 as it comes in 14 * the "COPYING" file of the Extended system tray widget distribution. This 15 * program is distributed in the hope that it will be useful, but WITHOUT 16 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 * more details. 14 19 */ 15 20 -
trunk/src/3rdparty/os2/xsystray/xsystray_api.h
r273 r280 1 1 2 /* 2 * Extended system tray widget for XCenter/eCenter 3 *@@sourcefile xsystray_api.h: 4 * Extended system tray widget for XCenter/eCenter. 3 5 * 4 * Public API6 * 5 7 * 6 * Made by netlabs.org 8 * This file contains the public API to the Extended system tray widget. 9 * This API is used by applications to add and remove icons from the 10 * special notification area on the desktop provided by the Extended 11 * system tray widget. 7 12 * 8 * Author: Dmitry A. Kuminov13 * 9 14 * 10 * This software is public domain.15 * 11 16 * 12 * WITHOUT ANY WARRANTY..., AT YOUR OWN RISC... ETC. 13 * 17 * This file is part of the Extended system tray widget source package. 18 * Extended system tray widget is free software; you can redistribute it 19 * and/or modify it under the terms of the GNU General Public License as 20 * published by the Free Software Foundation, in version 2 as it comes in 21 * the "COPYING" file of the Extended system tray widget distribution. This 22 * program is distributed in the hope that it will be useful, but WITHOUT 23 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 24 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 25 * more details. 14 26 */ 15 27
Note:
See TracChangeset
for help on using the changeset viewer.