Adding a few missing files

This commit is contained in:
2012-12-06 22:10:39 +04:00
parent 1d17896f32
commit 13ed6ff8c3
8 changed files with 48 additions and 204 deletions

View File

@@ -1,3 +1,8 @@
//
// To compile use:
// g++ -L/usr/X11R6/lib64 -pthread -lX11 testX11.cpp
//
/* first include the standard headers that we're likely to need */
#include <X11/Xlib.h>
#include <X11/Xutil.h>