1st version of RemoteDesktop using wvnc

This commit is contained in:
lxsang
2018-10-02 10:01:09 +00:00
parent aa07c5a57a
commit d04fc7a2af
14 changed files with 194 additions and 52 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,9 @@
afx-app-window[data-id="RemoteDesktop"] div[data-id="container"]
{
background-color: #272822;
}
afx-app-window[data-id="RemoteDesktop"] canvas[data-id="screen"]
{
border:0;
margin:0 auto;
}