|
CTWM
|
#include <ewmh.h>
Data Fields | |
| struct EwmhStrut * | next |
| struct TwmWindow * | win |
| int | left |
| int | right |
| int | top |
| int | bottom |
| int EwmhStrut::bottom |
Definition at line 32 of file ewmh.h.
Referenced by EwmhGetStrut(), and EwmhRecalculateStrut().
| int EwmhStrut::left |
Definition at line 29 of file ewmh.h.
Referenced by EwmhGetStrut(), and EwmhRecalculateStrut().
| struct EwmhStrut* EwmhStrut::next |
Definition at line 26 of file ewmh.h.
Referenced by EwmhGetStrut(), EwmhRecalculateStrut(), and EwmhRemoveStrut().
| int EwmhStrut::right |
Definition at line 30 of file ewmh.h.
Referenced by EwmhGetStrut(), and EwmhRecalculateStrut().
| int EwmhStrut::top |
Definition at line 31 of file ewmh.h.
Referenced by EwmhGetStrut(), and EwmhRecalculateStrut().
| struct TwmWindow* EwmhStrut::win |
Definition at line 27 of file ewmh.h.
Referenced by EwmhGetStrut(), and EwmhRemoveStrut().