CTWM
Loading...
Searching...
No Matches
Data Structures
/usr/src/RPM/BUILD/ctwm-4.1.0/twm_window_struct.h File Reference

TwmWindow struct definition. More...

#include "ctwm_config.h"
Include dependency graph for twm_window_struct.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.