Release 960712
[wine/multimedia.git] / include / graphics.h
bloba9d4423a1f3a43a386e44f89761e16d411f9ed6a
1 /*
2 * Internal graphics functions prototypes
4 * Copyright 1994 Alexandre Julliard
6 */
8 #ifndef __WINE_GRAPHICS_H
9 #define __WINE_GRAPHICS_H
11 extern void GRAPH_DrawReliefRect( HDC hdc, RECT16 *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 );
16 #endif /* __WINE_GRAPHICS_H */