Searched refs:m_aRefWindow (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/vcl/unx/generic/app/ |
| H A D | saldisp.cxx | 571 XDestroyWindow( pDisp_, rData.m_aRefWindow ); in doDestruct() 698 rSD.m_aRefWindow = XCreateWindow( pDisp_, in initScreen() 708 if( rSD.m_aRefWindow ) in initScreen() 712 rSD.m_aRefWindow, in initScreen() 717 (unsigned char*)&rSD.m_aRefWindow, in initScreen() 725 XSetCommand( pDisp_, rSD.m_aRefWindow, const_cast<char**>(argv), 2 ); in initScreen() 726 XSelectInput( pDisp_, rSD.m_aRefWindow, PropertyChangeMask ); in initScreen() 736 rSD.m_aRefWindow, in initScreen() 742 rSD.m_aRefWindow, in initScreen() 748 rSD.m_aRefWindow, in initScreen() [all …]
|
| /trunk/main/vcl/inc/unx/ |
| H A D | saldisp.hxx | 295 XLIB_Window m_aRefWindow; member 311 m_aRefWindow( None ), in ScreenData() 452 …IB_Window GetDrawable( int nScreen ) const { return getDataForScreen( nScreen ).m_aRefWindow; } in GetDrawable()
|