
Definition in file XWinManaged.H.
#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>
Include dependency graph for XWinManaged.H:

This graph shows which files directly or indirectly include this file:

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) |
|
|
Value: { \
inplaceNormalize(img, 0.0f, 255.0f); \
Raster::WriteFloat(img, 0, "/tmp/img.ppm"); }
Definition at line 52 of file XWinManaged.H. |
1.4.4