Make UEFI boot-platform build again
[haiku.git] / headers / libs / print / libprint / ValidRect.h
blob12b5f1e2b387aa13823b433938cdb0c22947f921
1 /*
2 * ValidRect.h
3 * Copyright 1999-2000 Y.Takagi All Rights Reserved.
4 */
6 #ifndef __VALIDRECT_H
7 #define __VALIDRECT_H
9 #include <GraphicsDefs.h>
11 class BBitmap;
13 struct RECT {
14 int left;
15 int top;
16 int right;
17 int bottom;
20 bool get_valid_rect(BBitmap *bitmap, RECT *rc);
22 int color_space2pixel_depth(color_space cs);
24 #endif // __VALIDRECT_H