

Public Member Functions | |
| ContextX11 (GLXContext ctx, Ref< VisualX11 > visual) | |
| ~ContextX11 () | |
| Ref< Visual > | getVisual () |
| bool | isDirect () |
| void | bind (const Ref< Drawable > &d, bool block) throw (ContextAlreadyBoundException, NestedBindingException, invalid_argument) |
| void | unbind () |
Public Attributes | |
| GLXContext | ctx |
| Ref< VisualX11 > | visual |
| Mutex | bindMutex |
| bool | bound |
| Condition | unbindCond |
Definition at line 53 of file implementation.C.
1.4.4