Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | /* gui_beos.cc - hand crafted */ |
| 2 | int vim_lock_screen __ARGS((void)); |
| 3 | void vim_unlock_screen __ARGS((void)); |
| 4 | void gui_mch_prepare __ARGS((int *argc, char **argv)); |
| 5 | int gui_mch_init __ARGS((void)); |
| 6 | void gui_mch_new_colors __ARGS((void)); |
| 7 | int gui_mch_open __ARGS((void)); |
| 8 | void gui_mch_exit __ARGS((int vim_exitcode)); |
| 9 | GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing)); |
| 10 | void gui_mch_set_bg_color __ARGS((guicolor_T color)); |
| 11 | void gui_mch_set_font __ARGS((GuiFont font)); |
| 12 | void gui_mch_flush __ARGS((void)); |
| 13 | long_u gui_mch_get_rgb __ARGS((guicolor_T pixel)); |
| 14 | void gui_mch_set_winpos __ARGS((int x, int y)); |