#include "Image/Image.H"
#include "Image/Pixels.H"
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xmu/Xmu.h>
#include <unistd.h>
#include <X11/extensions/XTest.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <X11/extensions/XShm.h>
Go to the source code of this file.
Classes | |
class | AutomateXWin |
Automate X windows by sending keys and getting images
Definition in file AutomateXWin.H.