Changeset 09ab0a9a in mainline for uspace/srv/hid/rfb


Ignore:
Timestamp:
2018-09-13T12:05:53Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

Location:
uspace/srv/hid/rfb
Files:
2 edited

Legend:

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

    rb2aaaa0 r09ab0a9a  
    6060static size_t rbuf_in;
    6161
    62 
    6362/** Receive one character (with buffering) */
    6463static errno_t recv_char(tcp_conn_t *conn, char *c)
     
    498497                rfb->damage_rect.height = rfb->height;
    499498        }
    500 
    501499
    502500        /* We send only single raw rectangle right now */
  • uspace/srv/hid/rfb/rfb.h

    rb2aaaa0 r09ab0a9a  
    163163} rfb_t;
    164164
    165 
    166165extern errno_t rfb_init(rfb_t *, uint16_t, uint16_t, const char *);
    167166extern errno_t rfb_set_size(rfb_t *, uint16_t, uint16_t);
Note: See TracChangeset for help on using the changeset viewer.