source: trunk/src/user32/dc.h@ 1194

Last change on this file since 1194 was 1077, checked in by dengert, 26 years ago

Caret functions added

File size: 398 bytes
Line 
1/* $Id: dc.h,v 1.4 1999-09-28 08:00:56 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
15extern BOOL isYup (struct _DCData *pHps);
16extern HDC sendEraseBkgnd (Win32BaseWindow *wnd);
17extern void releaseOwnDC (HDC hps);
18
19#endif //__DC_H__
20
Note: See TracBrowser for help on using the repository browser.