CTWM
|
TwmWindow struct definition. More...
#include "ctwm_config.h"
Go to the source code of this file.
Data Structures | |
struct | TwmWindow |
Info and control for every X Window we take over. More... | |
struct | TwmWindow::_names |
Various sources of window/icon names. More... | |
struct | TwmWindow::_ring |
Window ring connectivity. More... | |
struct | TwmWindow::_savegeometry |
Saved window geometry. More... | |
TwmWindow struct definition.
This previously lived in ctwm.h, but was moved out here to make it a bit easier to scan either this struct or all the other stuff in ctwm.h, without so much rooting around. It's #include'd in ctwm.h, and shouldn't be included elsewhere; it's split out purely for dev ease.
Definition in file twm_window_struct.h.