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/shapewin.c

    r8 r14  
    167167 *                  Akira Hatakeyama,
    168168 *                  Takayuki Suwa.
    169  *      This file is part of the XWorkplace source package.
    170  *      XWorkplace is free software; you can redistribute it and/or modify
     169 *      This file is part of the "XWorkplace helpers" source package.
     170 *      This is free software; you can redistribute it and/or modify
    171171 *      it under the terms of the GNU General Public License as published
    172172 *      by the Free Software Foundation, in version 2 as it comes in the
     
    184184    // as unsigned char
    185185
    186 #define INCL_DOS
    187186#define INCL_DOSERRORS
    188 #define INCL_WIN
     187
     188#define INCL_WINWINDOWMGR
     189#define INCL_WINFRAMEMGR
     190#define INCL_WINDIALOGS
     191#define INCL_WININPUT
     192#define INCL_WINPOINTERS
    189193#define INCL_WINSYS
     194#define INCL_WINRECTANGLES
     195#define INCL_WINTRACKRECT
     196
    190197#define INCL_GPILOGCOLORTABLE
    191198#define INCL_GPIPRIMITIVES
     
    209216
    210217/* ******************************************************************
    211  *                                                                  *
    212  *   Global variables                                               *
    213  *                                                                  *
     218 *
     219 *   Global variables
     220 *
    214221 ********************************************************************/
    215222
     
    217224
    218225/* ******************************************************************
    219  *                                                                  *
    220  *   Part 1: Shape window functions                                 *
    221  *                                                                  *
     226 *
     227 *   Part 1: Shape window functions
     228 *
    222229 ********************************************************************/
    223230
     
    515522    HPS         hps ;
    516523
    517     pRgn = (PSHPREGION) WinQueryWindowPtr(hwnd, 0);
     524    pRgn = (PSHPREGION)WinQueryWindowPtr(hwnd, 0);
    518525
    519526    switch (msg)
     
    12161223        case WM_QUERYDLGCODE:
    12171224            // TRACE("WM_QUERYDLGCODE\n");
    1218             return (MRESULT) DLGC_STATIC;
     1225            return (MRESULT)DLGC_STATIC;
    12191226
    12201227        /*
     
    12951302
    12961303/* ******************************************************************
    1297  *                                                                  *
    1298  *   Part 2: Shape frame functions                                  *
    1299  *                                                                  *
     1304 *
     1305 *   Part 2: Shape frame functions
     1306 *
    13001307 ********************************************************************/
    13011308
Note: See TracChangeset for help on using the changeset viewer.