Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/rfb/rfb.h

    rfab2746 r38c822e  
    3030#define RFB_H__
    3131
    32 #include <inet/tcp.h>
    3332#include <io/pixelmap.h>
    3433#include <fibril_synch.h>
     
    152151        rfb_pixel_format_t pixel_format;
    153152        const char *name;
    154         tcp_t *tcp;
    155         tcp_listener_t *lst;
     153        int listen_sd;
    156154        pixelmap_t framebuffer;
    157155        rfb_rectangle_t damage_rect;
     
    167165extern int rfb_set_size(rfb_t *, uint16_t, uint16_t);
    168166extern int rfb_listen(rfb_t *, uint16_t);
     167extern void rfb_accept(rfb_t *);
    169168
    170169#endif
Note: See TracChangeset for help on using the changeset viewer.