var surface = new svGlobal.LocalInterface(); surface.onstart = function(canvas){ //you can draw something on the canvas here. } rdp.addSurface(surface);
Customize the login screen
var surface = new svGlobal.LocalInterface(); surface.onstart = function(canvas){ //you can draw something on the canvas here. } rdp.addSurface(surface);