Release 950109
[wine/dcerpc.git] / include / graphics.h
blob2fba4222757d189369346a97699f1e286f6c3291
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, 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 */