Changeset 195 for trunk/include


Ignore:
Timestamp:
Aug 5, 2002, 8:57:15 PM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

Location:
trunk/include/helpers
Files:
3 edited

Legend:

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

    r188 r195  
    403403            id, CTL_COMMON_FONT, 0, {cx, cy}, COMMON_SPACING }
    404404
     405    #define CONTROLDEF_CONTAINER_EXTSEL(id, cx, cy) { WC_CONTAINER, NULL, \
     406            WS_VISIBLE | WS_TABSTOP | CCS_EXTENDSEL, \
     407            id, CTL_COMMON_FONT, 0, {cx, cy}, COMMON_SPACING }
     408
    405409    // the following require INCL_WINSTDSLIDER
    406410
  • trunk/include/helpers/gpih.h

    r190 r195  
    349349                                  ULONG ulIconSize); */
    350350
    351     BOOL gpihDrawPointer(HPS hps,
    352                          LONG x,
    353                          LONG y,
    354                          HPOINTER hptr,
    355                          PSIZEL pszlIcon,
    356                          PRECTL prclClip,
    357                          ULONG fl);
     351    BOOL XWPENTRY gpihDrawPointer(HPS hps,
     352                                  LONG x,
     353                                  LONG y,
     354                                  HPOINTER hptr,
     355                                  PSIZEL pszlIcon,
     356                                  PRECTL prclClip,
     357                                  ULONG fl);
     358    typedef BOOL XWPENTRY GPIHDRAWPOINTER(HPS hps,
     359                                          LONG x,
     360                                          LONG y,
     361                                          HPOINTER hptr,
     362                                          PSIZEL pszlIcon,
     363                                          PRECTL prclClip,
     364                                          ULONG fl);
     365    typedef GPIHDRAWPOINTER *PGPIHDRAWPOINTER;
    358366
    359367    /* ******************************************************************
  • trunk/include/helpers/winh.h

    r166 r195  
    715715    typedef WINHQUERYPRESCOLOR *PWINHQUERYPRESCOLOR;
    716716
     717    LONG XWPENTRY winhQueryPresColor2(HWND hwnd,
     718                                      ULONG ulppRGB,
     719                                      ULONG ulppIndex,
     720                                      BOOL fInherit,
     721                                      LONG lSysColor);
     722
    717723    BOOL XWPENTRY winhSetPresColor(HWND hwnd, ULONG ulIndex, LONG lColor);
    718724
Note: See TracChangeset for help on using the changeset viewer.