Release 950319
[wine] / include / graphics.h
1 /*
2  * Internal graphics functions prototypes
3  *
4  * Copyright 1994 Alexandre Julliard
5  *
6  */
7
8 #ifndef __WINE_GRAPHICS_H
9 #define __WINE_GRAPHICS_H
10
11 extern void GRAPH_DrawReliefRect( HDC hdc, RECT *rect, int highlight_size,
12                                   int shadow_size, BOOL pressed );
13 extern BOOL GRAPH_DrawBitmap( HDC hdc, HBITMAP hbitmap, int xdest, int ydest,
14                               int xsrc, int ysrc, int width, int height );
15
16 #endif /* __WINE_GRAPHICS_H */