Property definitions

x11 :: x11 $ Sys :: x_open_default_display
# Open the current display from the environment variables
#
# See <http://www.x.org/releases/X11R7.7/doc/man/man3/XOpenDisplay.3.xhtml>
fun x_open_default_display: Pointer `{
	return (void*)(long)XOpenDisplay(NULL);
`}
lib/x11/x11.nit:24,1--29,2