#include "Image/Image.H"
#include "Image/Pixels.H"
#include "GUI/AutomateXWin.H"
Go to the source code of this file.
Defines | |
#define | SHIFTL(x, i) (((i) >= 0) ? ((x) << (i)) : ((x) >> (-i))) |
Automate X windows by sending keys and getting images
Definition in file AutomateXWin.C.