Ignore:
Timestamp:
Dec 9, 2000, 8:19:42 PM (25 years ago)
Author:
umoeller
Message:

Major updates; timers, LVM, miscellaneous.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cnrh.c

    r8 r14  
    2222/*
    2323 *      Copyright (C) 1997-2000 Ulrich M”ller.
    24  *      This file is part of the XWorkplace source package.
    25  *      XWorkplace is free software; you can redistribute it and/or modify
     24 *      This file is part of the "XWorkplace helpers" source package.
     25 *      This is free software; you can redistribute it and/or modify
    2626 *      it under the terms of the GNU General Public License as published
    2727 *      by the Free Software Foundation, in version 2 as it comes in the
     
    3838    // as unsigned char
    3939
    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
    4149#define INCL_GPILOGCOLORTABLE
    4250#define INCL_GPIPRIMITIVES
     
    5967
    6068/* ******************************************************************
    61  *                                                                  *
    62  *   Details view field infos                                       *
    63  *                                                                  *
     69 *
     70 *   Details view field infos
     71 *
    6472 ********************************************************************/
    6573
     
    338346
    339347/* ******************************************************************
    340  *                                                                  *
    341  *   Record core management                                         *
    342  *                                                                  *
     348 *
     349 *   Record core management
     350 *
    343351 ********************************************************************/
    344352
     
    353361 *      by following the RECORDCORE.preccNextRecord pointers
    354362 *      (i.e. we have a linked list here).
     363 *
     364 *      Returns NULL on errors (what CM_ALLOCRECORD returns).
    355365 *
    356366 *      The record cores returned by the container are
     
    735745
    736746/* ******************************************************************
    737  *                                                                  *
    738  *   View management                                                *
    739  *                                                                  *
     747 *
     748 *   View management
     749 *
    740750 ********************************************************************/
    741751
     
    11191129                // convert this to screen coordinates
    11201130                WinMapWindowPoints(hwndCnr,
    1121                            HWND_DESKTOP,
    1122                            &ptl,
    1123                            1);
     1131                                   HWND_DESKTOP,
     1132                                   &ptl,
     1133                                   1);
    11241134                fQueried = TRUE;
    11251135            }
     
    13031313
    13041314/* ******************************************************************
    1305  *                                                                  *
    1306  *   Record relations/iteration                                     *
    1307  *                                                                  *
     1315 *
     1316 *   Record relations/iteration
     1317 *
    13081318 ********************************************************************/
    13091319
     
    15801590
    15811591/* ******************************************************************
    1582  *                                                                  *
    1583  *   Miscellaneous                                                  *
    1584  *                                                                  *
     1592 *
     1593 *   Miscellaneous
     1594 *
    15851595 ********************************************************************/
    15861596
Note: See TracChangeset for help on using the changeset viewer.