/[pengfork]/pengfork/src/fdo/atoms/map.c
ViewVC logotype

Diff of /pengfork/src/fdo/atoms/map.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by chupa, Sun Dec 22 22:28:07 2002 UTC revision 1.2 by chupa, Thu Jan 2 13:43:49 2003 UTC
# Line 39  Line 39 
39    
40    
41  const atomdef_t map_atom_tab[] = {  const atomdef_t map_atom_tab[] = {
42    {"map_pp3_open_url"        , MAP_PP3_OPEN_URL        , str},    {"map-pp3-open-url"        , MAP_PP3_OPEN_URL        , str},
43    {"map_pp3_open_site_mgr"   , MAP_PP3_OPEN_SITE_MGR   , raw},    {"map-pp3-open-site-mgr"   , MAP_PP3_OPEN_SITE_MGR   , raw},
44    {"map_pp3_art_url"         , MAP_PP3_ART_URL         , str},    {"map-pp3-art-url"         , MAP_PP3_ART_URL         , str},
45    {"map_pp3_get_url"         , MAP_PP3_GET_URL         , raw},    {"map-pp3-get-url"         , MAP_PP3_GET_URL         , raw},
46    {"map_pp3_doaction"        , MAP_PP3_DOACTION        , dword},    {"map-pp3-doaction"        , MAP_PP3_DOACTION        , dword},
47    {"map_pp3_menustart"       , MAP_PP3_MENUSTART       , raw},    {"map-pp3-menustart"       , MAP_PP3_MENUSTART       , raw},
48    {"map_pp3_mywebpage"       , MAP_PP3_MYWEBPAGE       , raw},    {"map-pp3-mywebpage"       , MAP_PP3_MYWEBPAGE       , raw},
49    {"map_pp3_entry_form"      , MAP_PP3_ENTRY_FORM      , str},    {"map-pp3-entry-form"      , MAP_PP3_ENTRY_FORM      , str},
50    {"map_pp3_selection_form"  , MAP_PP3_SELECTION_FORM  , str},    {"map-pp3-selection-form"  , MAP_PP3_SELECTION_FORM  , str},
51    {"map_pp3_register_url"    , MAP_PP3_REGISTER_URL    , str},    {"map-pp3-register-url"    , MAP_PP3_REGISTER_URL    , str},
52    
53    {"map_pbm_canyoncreate"    , MAP_PBM_CANYONCREATE    , raw},    {"map-pbm-canyoncreate"    , MAP_PBM_CANYONCREATE    , raw},
54    {"map_pbm_fastcreate"      , MAP_PBM_FASTCREATE      , raw},    {"map-pbm-fastcreate"      , MAP_PBM_FASTCREATE      , raw},
55    {"map_pbm_edit"            , MAP_PBM_EDIT            , str},    {"map-pbm-edit"            , MAP_PBM_EDIT            , str},
56    {"map_pbm_menulaunch"      , MAP_PBM_MENULAUNCH      , raw},    {"map-pbm-menulaunch"      , MAP_PBM_MENULAUNCH      , raw},
57    {"map_pbm_doaction"        , MAP_PBM_DOACTION        , raw},    {"map-pbm-doaction"        , MAP_PBM_DOACTION        , raw},
58    
59    {"map_ygp_doaction"        , MAP_YGP_DOACTION        , dword},    {"map-ygp-doaction"        , MAP_YGP_DOACTION        , dword},
60    {"map_ygp_get_url"         , MAP_YGP_GET_URL         , dword},    {"map-ygp-get-url"         , MAP_YGP_GET_URL         , dword},
61    {"map_ygp_form_up"         , MAP_YGP_FORM_UP         , dword},    {"map-ygp-form-up"         , MAP_YGP_FORM_UP         , dword},
62    {"map_ygp_info_ready"      , MAP_YGP_INFO_READY      , dword},    {"map-ygp-info-ready"      , MAP_YGP_INFO_READY      , dword},
63    {"map_ygp_get_info"        , MAP_YGP_GET_INFO        , dword},    {"map-ygp-get-info"        , MAP_YGP_GET_INFO        , dword},
64    {"map_ygp_set_encoded_data", MAP_YGP_SET_ENCODED_DATA, str},    {"map-ygp-set-encoded-data", MAP_YGP_SET_ENCODED_DATA, str},
65    {"map_ygp_stream"          , MAP_YGP_STREAM          , stream},    {"map-ygp-stream"          , MAP_YGP_STREAM          , stream},
66    {"map_ygp_stream_id"       , MAP_YGP_STREAM_ID       , gid},    {"map-ygp-stream-id"       , MAP_YGP_STREAM_ID       , gid},
67    {"map_ygp_doaction_arg"    , MAP_YGP_DOACTION_ARG    , multi},    {"map-ygp-doaction-arg"    , MAP_YGP_DOACTION_ARG    , multi},
68    {NULL, -1, na}    {NULL, -1, na}
69  };  };

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26