Ignore:
Timestamp:
Apr 8, 2001, 9:17:16 AM (24 years ago)
Author:
umoeller
Message:

misc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/gpih.h

    r53 r56  
    3131#ifndef GPIH_HEADER_INCLUDED
    3232    #define GPIH_HEADER_INCLUDED
     33
     34    /* ******************************************************************
     35     *
     36     *   Rectangle helpers
     37     *
     38     ********************************************************************/
     39
     40    BOOL gpihIsPointInRect(PRECTL prcl,
     41                           LONG x,
     42                           LONG y);
     43
     44    VOID gpihInflateRect(PRECTL prcl,
     45                         LONG l);
    3346
    3447    /* ******************************************************************
Note: See TracChangeset for help on using the changeset viewer.