* quick build fix

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29765 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Karsten Heimrich
2009-03-28 20:52:08 +00:00
parent 35f1521039
commit f7b619c91f
+1 -1
View File
@@ -254,7 +254,7 @@ enum overlay_options {
}; };
enum bitmap_filtering { enum bitmap_filtering {
B_FILTER_BITMAP_BILINEAR = 0x00000100, B_FILTER_BITMAP_BILINEAR = 0x00000100
// TODO: Make this simply "SMOOTH_SCALE" and use // TODO: Make this simply "SMOOTH_SCALE" and use
// better quality methods the faster the computer? // better quality methods the faster the computer?
}; };