* quick build fix
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29765 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -63,7 +63,7 @@ enum {
|
|||||||
B_PAGE_DOWN = 0x0c,
|
B_PAGE_DOWN = 0x0c,
|
||||||
|
|
||||||
B_FUNCTION_KEY = 0x10,
|
B_FUNCTION_KEY = 0x10,
|
||||||
|
|
||||||
B_KATAKANA_HIRAGANA = 0xf2,
|
B_KATAKANA_HIRAGANA = 0xf2,
|
||||||
B_ZENKAKU_HANKAKU = 0xf3
|
B_ZENKAKU_HANKAKU = 0xf3
|
||||||
};
|
};
|
||||||
@@ -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?
|
||||||
};
|
};
|
||||||
@@ -372,8 +372,8 @@ void run_be_about();
|
|||||||
void set_focus_follows_mouse(bool follow);
|
void set_focus_follows_mouse(bool follow);
|
||||||
bool focus_follows_mouse();
|
bool focus_follows_mouse();
|
||||||
|
|
||||||
void set_mouse_mode(mode_mouse mode);
|
void set_mouse_mode(mode_mouse mode);
|
||||||
mode_mouse mouse_mode();
|
mode_mouse mouse_mode();
|
||||||
|
|
||||||
rgb_color ui_color(color_which which);
|
rgb_color ui_color(color_which which);
|
||||||
void set_ui_color(const color_which& which, const rgb_color& color);
|
void set_ui_color(const color_which& which, const rgb_color& color);
|
||||||
|
|||||||
Reference in New Issue
Block a user