Release 941210
[wine/multimedia.git] / include / graphics.h
bloba9580f53b6f7f6ed046e94a492b2a5c1adaad240
1 #ifndef __WINE_GRAPHICS_H
2 #define __WINE_GRAPHICS_H
4 extern void GRAPH_DrawReliefRect( HDC hdc, RECT *rect, int highlight_size,
5 int shadow_size, BOOL pressed );
6 extern BOOL GRAPH_DrawBitmap( HDC hdc, HBITMAP hbitmap, int xdest, int ydest,
7 int xsrc, int ysrc, int width, int height, int rop );
9 #endif /* __WINE_GRAPHICS */