summaryrefslogtreecommitdiff
path: root/sys/src/cmd/vnc/screen.h
AgeCommit message (Collapse)Author
2019-01-30devdraw: get rid of softscreen==0xa110c hack and make attachscreen() return ↵cinap_lenrek
Memdata* all screen implementations use a Memimage* internally for the framebuffer, so we can return a shared reference to its Memdata structure in attachscreen() instead of a framebuffer data pointer. this eleminates the softscreen == 0xa110c hack as we always use shared Memdata* now.
2018-08-20vncs: support for desktop resize extension, update devdrawcinap_lenrek
2016-12-11vncs: update devmouse codecinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen