Release 941210
[wine] / include / graphics.h
1 #ifndef __WINE_GRAPHICS_H
2 #define __WINE_GRAPHICS_H
3
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 );
8
9 #endif /* __WINE_GRAPHICS */