Resolved! Xlib: I can not connect to the X server
Hi!I'm in search of a better GUI programming path :) Now trying Xlib.Here is a simple program from the Internet#include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <X11/Xlib.h> extern int errno; int main( void ) { ...