Changeset 276
- Timestamp:
- Nov 2, 2009, 2:56:14 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/3rdparty/os2/xsystray/xsystray_api.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/os2/xsystray/xsystray_api.c
r273 r276 20 20 #define INCL_WINATOM 21 21 #define INCL_WINPOINTERS 22 22 23 #include <os2.h> 23 24 … … 27 28 #include <string.h> 28 29 #include <sys/builtin.h> // atomics 30 31 32 33 34 29 35 30 36 static … … 170 176 171 177 /* 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 172 212 *@@ xstQuerySysTrayVersion: 173 213 * … … 262 302 return FALSE; 263 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 264 318 // give all processes temporary access to hIcon 265 319 brc = WinSetPointerOwner(hIcon, 0, FALSE); … … 400 454 ULONG xstGetSysTrayCreatedMsgId() 401 455 { 402 static ULONG WM_XST_CREATED = 0;403 456 if (WM_XST_CREATED == 0) 404 457 WM_XST_CREATED = WinAddAtom(WinQuerySystemAtomTable(),
Note:
See TracChangeset
for help on using the changeset viewer.
