source: mainline/contrib/arch/uspace/srv/fb/fb.bp@ 7b9282b

Last change on this file since 7b9282b was 810860a, checked in by Martin Decky <martin@…>, 16 years ago

various protocol fixes
add console architecture

  • Property mode set to 100644
File size: 595 bytes
Line 
1?ipc_m_connect_me_to ;
2(
3 (
4 ?prepare_shm ;
5 ?ipc_m_share_out
6 ) +
7 ?ipc_m_share_out +
8 ?drop_shm +
9 ?get_resolution +
10 ?screen_yield +
11 ?screen_reclaim +
12 ?pointer_move +
13 ?viewport_create +
14 ?get_csize +
15 ?clear +
16 ?scroll +
17 ?viewport_switch +
18 ?viewport_delete +
19 ?get_color_cap +
20 ?set_style +
21 ?set_color +
22 ?set_rgb_color +
23 ?putchar +
24 ?cursor_visibility +
25 ?cursor_goto +
26 ?draw_ppm +
27 ?draw_text_data +
28 ?shm2pixmap +
29 ?vp2pixmap +
30 ?vp_draw_pixmap +
31 ?drop_pixmap +
32 ?anim_create +
33 ?anim_addpixmap +
34 ?anim_chgvp +
35 ?anim_start +
36 ?anim_stop +
37 ?anim_drop
38)* ;
39?ipc_m_phone_hungup
Note: See TracBrowser for help on using the repository browser.