Changeset 1525 for trunk/src/user32/dc.h


Ignore:
Timestamp:
Oct 30, 1999, 8:40:49 PM (26 years ago)
Author:
cbratschi
Message:

button, static, scroll and dialog fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/dc.h

    r1405 r1525  
    1 /* $Id: dc.h,v 1.5 1999-10-22 18:11:44 sandervl Exp $ */
     1/* $Id: dc.h,v 1.6 1999-10-30 18:40:44 cbratschi Exp $ */
    22/*
    33 * public dc functions
     
    145145#define SW_INVALIDATE_W        0x0002
    146146#define SW_ERASE_W             0x0004
     147#define SW_SMOOTHSCROLL_W      0x0010
    147148
    148149/*********************/
     
    164165
    165166    return yyrc;
    166 } 
     167}
    167168
    168169//LONG    APIENTRY GpiQueryYInversion (HPS hps);
     
    179180
    180181    return yyrc;
    181 } 
     182}
    182183
    183184PVOID   APIENTRY _GpiQueryDCData (HPS hps);
     
    192193
    193194    return yyrc;
    194 } 
     195}
    195196
    196197HDC     OPEN32API _HPSToHDC (HWND hwnd, HPS hps, HDC hdc, PVOID a);
     
    205206
    206207    return yyrc;
    207 } 
     208}
    208209
    209210void    OPEN32API _DeleteHDC (HDC hdc);
     
    215216    _DeleteHDC(hdc);
    216217    SetFS(sel);
    217 } 
     218}
    218219
    219220BOOL    OPEN32API _O32_EndPaint (HWND hwnd, const PAINTSTRUCT_W *lpps);
     
    228229
    229230    return yyrc;
    230 } 
     231}
    231232
    232233int     OPEN32API _O32_GetUpdateRgn (HWND hwnd, HRGN hrgn, BOOL erase);
     
    241242
    242243    return yyrc;
    243 } 
     244}
    244245
    245246ULONG   OPEN32API _O32_GetRegionData (HRGN hrgn, ULONG count, PRGNDATA_W pData);
     
    254255
    255256    return yyrc;
    256 } 
     257}
    257258
    258259BOOL    OPEN32API _O32_DeleteObject (LHANDLE hgdiobj);
     
    267268
    268269    return yyrc;
    269 } 
     270}
    270271
    271272int     OPEN32API _O32_ReleaseDC (HWND hwnd, HDC hdc);
     
    280281
    281282    return yyrc;
    282 } 
     283}
    283284
    284285VOID    OPEN32API _O32_SetLastError( DWORD );
     
    290291    _O32_SetLastError(a);
    291292    SetFS(sel);
    292 } 
     293}
    293294
    294295BOOL    OPEN32API _O32_SetRectRgn (HRGN dest, int left, int top, int right, int bottom);
     
    303304
    304305    return yyrc;
    305 } 
     306}
    306307
    307308int     OPEN32API _O32_CombineRgn (HRGN dest, HRGN src1, HRGN src2, int mode);
     
    316317
    317318    return yyrc;
    318 } 
     319}
    319320
    320321HRGN    OPEN32API _O32_CreateRectRgn (int left, int top, int right, int bottom);
     
    329330
    330331    return yyrc;
    331 } 
     332}
    332333
    333334BOOL OPEN32API _O32_CreateCaret (HWND hwnd, HBITMAP hbm, int width, int height);
     
    342343
    343344    return yyrc;
    344 } 
     345}
    345346
    346347BOOL    APIENTRY  __DestroyCaret (void);
     
    355356
    356357    return yyrc;
    357 } 
     358}
    358359
    359360UINT    APIENTRY  __GetCaretBlinkTime (void);
     
    368369
    369370    return yyrc;
    370 } 
     371}
    371372
    372373BOOL    APIENTRY  __HideCaret (HWND hwnd);
     
    382383    return yyrc;
    383384}
    384  
     385
    385386BOOL    APIENTRY  __SetCaretBlinkTime (UINT mSecs);
    386387
     
    394395
    395396    return yyrc;
    396 } 
     397}
    397398
    398399BOOL    APIENTRY  __ShowCaret (HWND hwnd);
     
    407408
    408409    return yyrc;
    409 } 
     410}
    410411
    411412#endif //INCLUDED_BY_DC
Note: See TracChangeset for help on using the changeset viewer.