Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_WindowX11.h
| Context not available. | |||||
| #endif | #endif | ||||
| #include "GHOST_TaskbarX11.h" | #include "GHOST_TaskbarX11.h" | ||||
| #include "GHOST_BoundsTracker.h" | |||||
| #include <map> | #include <map> | ||||
| Context not available. | |||||
| GHOST_TUns16 getDPIHint(); | GHOST_TUns16 getDPIHint(); | ||||
| void updateBoundsTracker(); | |||||
| protected: | protected: | ||||
| /** | /** | ||||
| * \param type The type of rendering context create. | * \param type The type of rendering context create. | ||||
| Context not available. | |||||
| GHOST_TaskBarX11 m_taskbar; | GHOST_TaskBarX11 m_taskbar; | ||||
| GHOST_BoundsTracker m_bounds_tracker; | |||||
| #ifdef WITH_XDND | #ifdef WITH_XDND | ||||
| GHOST_DropTargetX11 *m_dropTarget; | GHOST_DropTargetX11 *m_dropTarget; | ||||
| #endif | #endif | ||||
| Context not available. | |||||