Searched refs:m_aDropProxy (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 235 m_aDropProxy( None ), in SelectionManager() 2581 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in sendDropPosition() 2716 if( m_nCurrentProtocolVersion >= 0 && m_aDropProxy != None ) in handleDragEvent() 2736 else if( m_aDropProxy != None && m_nCurrentProtocolVersion >= 0 ) in handleDragEvent() 2747 m_aDropWindow = m_aDropProxy = None; in handleDragEvent() 2748 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in handleDragEvent() 2838 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in handleDragEvent() 2877 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in handleDragEvent() 3129 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in updateDragWindow() 3141 m_aDropProxy = aNewProxy != None ? aNewProxy : m_aDropWindow; in updateDragWindow() [all …]
|
| H A D | X11_selection.hxx | 294 XLIB_Window m_aDropProxy; member in x11::SelectionManager
|