Searched refs:m_aRootWindow (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.hxx | 231 XLIB_Window m_aRootWindow; member 233 DropTargetEntry() : m_pTarget( NULL ), m_aRootWindow( None ) {} in DropTargetEntry() 236 m_aRootWindow( None ) in DropTargetEntry() 240 m_aRootWindow( rEntry.m_aRootWindow ) in DropTargetEntry() 246 … { m_pTarget = rEntry.m_pTarget; m_aRootWindow = rEntry.m_aRootWindow; return *this; } in operator =()
|
| H A D | X11_selection.cxx | 2220 it->second.m_aRootWindow, in handleDropEvent() 2543 …XTranslateCoordinates( m_pDisplay, it->second.m_aRootWindow, m_aDropWindow, m_nLastDragX, m_nLastD… in sendDropPosition() 3258 if( XQueryPointer( m_pDisplay, it->second.m_aRootWindow, in startDrag() 3264 aParent = it->second.m_aRootWindow; in startDrag() 3285 aParent = aRoot = it->second.m_aRootWindow; in startDrag() 3304 XGrabPointer( m_pDisplay, it->second.m_aRootWindow, True, in startDrag() 3327 XGrabPointer( m_pDisplay, it->second.m_aRootWindow, True, in startDrag() 3343 XGrabKeyboard( m_pDisplay, it->second.m_aRootWindow, True, in startDrag() 3991 XGetGeometry( m_pDisplay, aWindow, &aEntry.m_aRootWindow, in registerDropTarget()
|