Changeset 985e26d2 in mainline for contrib/arch/uspace/srv/fb/fb.bp


Ignore:
Timestamp:
2010-01-07T19:06:59Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8190e63
Parents:
743e17b (diff), eca2435 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/srv/fb/fb.bp

    r743e17b r985e26d2  
    1 !ns.IPC_M_CONNECT_TO_ME ;
     1?ipc_m_connect_me_to ;
    22(
    3         ?fb.IPC_M_CONNECT_ME_TO ;
    43        (
    5                 ?fb.IPC_M_SHARE_OUT +
    6                
    7                 (
    8                         ?fb.FB_PREPARE_SHM ;
    9                         ?fb.IPC_M_AS_AREA_SEND ;
    10                         ?fb.FB_DRAW_PPM ;
    11                         ?fb.FB_DROP_SHM
    12                 ) +
    13                
    14                 (
    15                         ?fb.IPC_M_AS_AREA_SEND ;
    16                         ?fb.FB_DRAW_TEXT_DATA
    17                 ) +
    18                
    19                 ?fb.FB_SHM2PIXMAP +
    20                
    21                 ?fb.FB_VP_DRAW_PIXMAP +
    22                
    23                 ?fb.FB_VP2PIXMAP +
    24                
    25                 ?fb.FB_DROP_PIXMAP +
    26                
    27                 ?fb.FB_ANIM_CREATE +
    28                
    29                 ?fb.FB_ANIM_DROP +
    30                
    31                 ?fb.FB_ANIM_ADDPIXMAP +
    32                
    33                 ?fb.FB_ANIM_CHGVP +
    34                
    35                 ?fb.FB_ANIM_START +
    36                
    37                 ?fb.FB_ANIM_STOP +
    38                
    39                 ?fb.FB_PUTCHAR +
    40                
    41                 ?fb.FB_CLEAR +
    42                
    43                 ?fb.FB_CURSOR_GOTO +
    44                
    45                 ?fb.FB_CURSOR_VISIBILITY +
    46                
    47                 ?fb.FB_GET_CSIZE +
    48                
    49                 ?fb.FB_GET_COLOR_CAP +
    50                
    51                 ?fb.FB_SCROLL +
    52                
    53                 ?fb.FB_VIEWPORT_SWITCH +
    54                
    55                 ?fb.FB_VIEWPORT_CREATE +
    56                
    57                 ?fb.FB_VIEWPORT_DELETE +
    58                
    59                 ?fb.FB_SET_STYLE +
    60                
    61                 ?fb.FB_SET_COLOR +
    62                
    63                 ?fb.FB_SET_RGB_COLOR +
    64                
    65                 ?fb.FB_GET_RESOLUTION +
    66                
    67                 ?fb.FB_POINTER_MOVE +
    68                
    69                 ?fb.FB_SCREEN_YIELD +
    70                
    71                 ?fb.FB_SCREEN_RECLAIM
    72         )* ;
    73         ?fb.IPC_M_PHONE_HUNGUP
    74 )*
     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 TracChangeset for help on using the changeset viewer.