From 6cd1b6f737f15591770e08e8bf50ae817dca8b5e Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Tue, 3 Jun 2008 19:24:56 +0000 Subject: [PATCH] Fix GCC4 build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25797 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/GraphicsDefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/GraphicsDefs.h b/headers/os/interface/GraphicsDefs.h index 70b316548f..7499cf4552 100644 --- a/headers/os/interface/GraphicsDefs.h +++ b/headers/os/interface/GraphicsDefs.h @@ -248,7 +248,7 @@ typedef enum { enum { B_VIEWS_SUPPORT_DRAW_BITMAP = 0x1, B_BITMAPS_SUPPORT_ATTACHED_VIEWS = 0x2, - B_BITMAPS_SUPPORT_OVERLAY = 0x4, + B_BITMAPS_SUPPORT_OVERLAY = 0x4 }; bool bitmaps_support_space(color_space space, uint32* _supportFlags);