#include "GUI/XWindow.H"
#include "rutz/atomic.h"
#include <X11/Xlib.h>
#include <algorithm>
#include <deque>
#include <pthread.h>
#include <unistd.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | XWinManaged |
A window class with active window management. More... | |
class | CloseButtonListener |
watch for close button actions with all registered XWinManaged windows More... | |
Defines | |
#define | WRITEIMG(img) |
A window class with active window management
Definition in file XWinManaged.H.
#define WRITEIMG | ( | img | ) |
{ \ inplaceNormalize(img, 0.0f, 255.0f); \ Raster::WriteFloat(img, 0, "/tmp/img.ppm"); }
Definition at line 52 of file XWinManaged.H.