2 * Internal graphics functions prototypes
4 * Copyright 1994 Alexandre Julliard
8 #ifndef __WINE_GRAPHICS_H
9 #define __WINE_GRAPHICS_H
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 );
16 #endif /* __WINE_GRAPHICS_H */