Changeset 14 for trunk/src/helpers/cnrh.c
- Timestamp:
- Dec 9, 2000, 8:19:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cnrh.c
r8 r14 22 22 /* 23 23 * Copyright (C) 1997-2000 Ulrich Mller. 24 * This file is part of the XWorkplacesource package.25 * XWorkplaceis free software; you can redistribute it and/or modify24 * This file is part of the "XWorkplace helpers" source package. 25 * This is free software; you can redistribute it and/or modify 26 26 * it under the terms of the GNU General Public License as published 27 27 * by the Free Software Foundation, in version 2 as it comes in the … … 38 38 // as unsigned char 39 39 40 #define INCL_WIN 40 #define INCL_WINWINDOWMGR 41 #define INCL_WINRECTANGLES 42 #define INCL_WININPUT 43 #define INCL_WINPOINTERS 44 #define INCL_WINMENUS 45 #define INCL_WINSYS 46 #define INCL_WINSTDDRAG 47 #define INCL_WINSTDCNR 48 41 49 #define INCL_GPILOGCOLORTABLE 42 50 #define INCL_GPIPRIMITIVES … … 59 67 60 68 /* ****************************************************************** 61 * *62 * Details view field infos *63 * *69 * 70 * Details view field infos 71 * 64 72 ********************************************************************/ 65 73 … … 338 346 339 347 /* ****************************************************************** 340 * *341 * Record core management *342 * *348 * 349 * Record core management 350 * 343 351 ********************************************************************/ 344 352 … … 353 361 * by following the RECORDCORE.preccNextRecord pointers 354 362 * (i.e. we have a linked list here). 363 * 364 * Returns NULL on errors (what CM_ALLOCRECORD returns). 355 365 * 356 366 * The record cores returned by the container are … … 735 745 736 746 /* ****************************************************************** 737 * *738 * View management *739 * *747 * 748 * View management 749 * 740 750 ********************************************************************/ 741 751 … … 1119 1129 // convert this to screen coordinates 1120 1130 WinMapWindowPoints(hwndCnr, 1121 HWND_DESKTOP,1122 &ptl,1123 1);1131 HWND_DESKTOP, 1132 &ptl, 1133 1); 1124 1134 fQueried = TRUE; 1125 1135 } … … 1303 1313 1304 1314 /* ****************************************************************** 1305 * *1306 * Record relations/iteration *1307 * *1315 * 1316 * Record relations/iteration 1317 * 1308 1318 ********************************************************************/ 1309 1319 … … 1580 1590 1581 1591 /* ****************************************************************** 1582 * *1583 * Miscellaneous *1584 * *1592 * 1593 * Miscellaneous 1594 * 1585 1595 ********************************************************************/ 1586 1596
Note:
See TracChangeset
for help on using the changeset viewer.