Changeset 09ab0a9a in mainline for uspace/srv/hid/rfb
- Timestamp:
- 2018-09-13T12:05:53Z (8 years ago)
- 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)
- Location:
- uspace/srv/hid/rfb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/rfb/rfb.c
rb2aaaa0 r09ab0a9a 60 60 static size_t rbuf_in; 61 61 62 63 62 /** Receive one character (with buffering) */ 64 63 static errno_t recv_char(tcp_conn_t *conn, char *c) … … 498 497 rfb->damage_rect.height = rfb->height; 499 498 } 500 501 499 502 500 /* We send only single raw rectangle right now */ -
uspace/srv/hid/rfb/rfb.h
rb2aaaa0 r09ab0a9a 163 163 } rfb_t; 164 164 165 166 165 extern errno_t rfb_init(rfb_t *, uint16_t, uint16_t, const char *); 167 166 extern errno_t rfb_set_size(rfb_t *, uint16_t, uint16_t);
Note:
See TracChangeset
for help on using the changeset viewer.
