Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/con_srv.h

    rb48e680f r68a552f  
    5151typedef struct con_ops con_ops_t;
    5252
    53 #define CON_CAPTION_MAXLEN 255
    54 
    5553/** Service setup (per sevice) */
    5654typedef struct {
     
    8583        void (*set_rgb_color)(con_srv_t *, pixel_t, pixel_t);
    8684        void (*set_cursor_visibility)(con_srv_t *, bool);
    87         errno_t (*set_caption)(con_srv_t *, const char *);
    8885        errno_t (*get_event)(con_srv_t *, cons_event_t *);
    8986        errno_t (*map)(con_srv_t *, sysarg_t, sysarg_t, charfield_t **);
Note: See TracChangeset for help on using the changeset viewer.