Lines Matching refs:maSystemChildData

251 	maSystemChildData.nSize		= sizeof( SystemChildData );  in X11SalObject()
252 maSystemChildData.pDisplay = GetX11SalData()->GetDisplay()->GetDisplay(); in X11SalObject()
253 maSystemChildData.aWindow = None; in X11SalObject()
254 maSystemChildData.pSalFrame = 0; in X11SalObject()
255 maSystemChildData.pWidget = 0; in X11SalObject()
256 maSystemChildData.pVisual = 0; in X11SalObject()
257 maSystemChildData.nDepth = 0; in X11SalObject()
258 maSystemChildData.aColormap = 0; in X11SalObject()
259 maSystemChildData.pAppContext = NULL; in X11SalObject()
260 maSystemChildData.aShellWindow = 0; in X11SalObject()
261 maSystemChildData.pShellWidget = NULL; in X11SalObject()
278 XDestroyWindow( (Display*)maSystemChildData.pDisplay, maSecondary ); in ~X11SalObject()
280 XDestroyWindow( (Display*)maSystemChildData.pDisplay, maPrimary ); in ~X11SalObject()
282 XFreeColormap((Display*)maSystemChildData.pDisplay, maColormap); in ~X11SalObject()
283 XSync( (Display*)maSystemChildData.pDisplay, False ); in ~X11SalObject()
302 XGetWindowAttributes ( (Display*)maSystemChildData.pDisplay, in ResetClipRegion()
311 XShapeCombineRectangles ( (Display*)maSystemChildData.pDisplay, in ResetClipRegion()
363 XShapeCombineRectangles ( (Display*)maSystemChildData.pDisplay, in EndSetClipRegion()
386 XMoveResizeWindow( (Display*)maSystemChildData.pDisplay, in SetPosSize()
389 XMoveResizeWindow( (Display*)maSystemChildData.pDisplay, in SetPosSize()
399 if ( ! maSystemChildData.aWindow ) in Show()
403 XMapWindow( (Display*)maSystemChildData.pDisplay, in Show()
405 XMapWindow( (Display*)maSystemChildData.pDisplay, in Show()
408 XUnmapWindow( (Display*)maSystemChildData.pDisplay, in Show()
410 XUnmapWindow( (Display*)maSystemChildData.pDisplay, in Show()
427 XSetInputFocus( (Display*)maSystemChildData.pDisplay, in GrabFocus()
428 maSystemChildData.aWindow, in GrabFocus()
449 return &maSystemChildData; in GetSystemData()