Ctor to initialise the draw object
X display to render with.
X screen id
Root X window for this drawable
Width of the drawable
Height of the drawable
drw = new Drw(AppDisplay.instance().dpy, screen, root, sw, sh);
See Implementation
Ctor to initialise the draw object