source:
trunk/src/user32/dc.h@
1073
Last change on this file since 1073 was 1073, checked in by , 26 years ago | |
---|---|
File size: 356 bytes |
Line | |
---|---|
1 | /* $Id: dc.h,v 1.3 1999-09-27 18:21:25 dengert Exp $ */ |
2 | /* |
3 | * public dc functions |
4 | * |
5 | * |
6 | * Copyright 1999 Daniela Engert (dani@ngrt.de) |
7 | * |
8 | * |
9 | * Project Odin Software License can be found in LICENSE.TXT |
10 | * |
11 | */ |
12 | #ifndef __DC_H__ |
13 | #define __DC_H__ |
14 | |
15 | extern HDC sendEraseBkgnd (Win32BaseWindow *wnd); |
16 | extern void releaseOwnDC (HDC hps); |
17 | |
18 | #endif //__DC_H__ |
19 |
Note:
See TracBrowser
for help on using the repository browser.