Robot/robot-js

DISPLAY other than :0.0?

Opened this issue · 0 comments

Fix is like this, but I cannot find the xdisplay.c in master, so how does node-gyp or such generate that file?

                char* display = getenv("DISPLAY");
                if (display == NULL)
                  display = displayName;
		mainDisplay = XOpenDisplay(display);