summaryrefslogtreecommitdiff
path: root/sys/src/cmd/vnc/devdraw.c
AgeCommit message (Collapse)Author
2020-01-12vnc/devdraw: fix topnwindows() panic when images are not windows (thanks aiju)cinap_lenrek
see changeset 319be6cfe7ef
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.
2019-01-28devdraw: simplify drawgen()cinap_lenrek
2018-08-20vncs: support for desktop resize extension, update devdrawcinap_lenrek
2018-07-07vncs: silence devdraw debug printscinap_lenrek
2017-04-30vnc: substitute iprint() with fprint(2, (gone from libmemdraw)cinap_lenrek
2017-04-29devdraw: ignore drawdebug commandcinap_lenrek
2016-03-12vncs: parse screenid as long, not short: BGSHORT() -> BGLONG()cinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen