misc/vim: inform the user when no results are found
[nit.git] / lib / x11.nit
index df0b984..1ba2d13 100644 (file)
 # Serices from the X11 library
 module x11 is pkgconfig
 
+`{
+       #include <X11/Xlib.h>
+`}
+
 # Open the current display from the environment variables
 #
 # See <http://www.x.org/releases/X11R7.7/doc/man/man3/XOpenDisplay.3.xhtml>