#include <client.hh>
This structure only contains 3 elements, even though the Motif 2.0 structure contains 5. We only use the first 3, so that is all gets defined.
Definition at line 39 of file client.hh.
Public Attributes | |
unsigned long | flags |
A bitmask of Client::MwmFlags values. | |
unsigned long | functions |
A bitmask of Client::MwmFunctions values. | |
unsigned long | decorations |
A bitmask of Client::MwmDecorations values. | |
Static Public Attributes | |
const unsigned int | elements = 3 |
The number of elements in the Client::MwmHints struct. |
|
A bitmask of Client::MwmDecorations values.
Definition at line 42 of file client.hh. Referenced by ob::Client::getMwmHints(), ob::Client::getType(), and ob::Client::setupDecorAndFunctions(). |
|
The number of elements in the Client::MwmHints struct.
|
|
A bitmask of Client::MwmFlags values.
Definition at line 40 of file client.hh. Referenced by ob::Client::getMwmHints(), ob::Client::getType(), and ob::Client::setupDecorAndFunctions(). |
|
A bitmask of Client::MwmFunctions values.
Definition at line 41 of file client.hh. Referenced by ob::Client::getMwmHints(), ob::Client::getType(), and ob::Client::setupDecorAndFunctions(). |