Lines Matching refs:XtWindow
541 if(parentShell && XtWindow(parentShell)){
544 status=XGetWMColormapWindows(XtDisplay(parentShell),XtWindow(parentShell),&windowsReturn,&countReturn);
548 windows[0]=XtWindow(w);
549 windows[1]=XtWindow(parentShell);
550 XSetWMColormapWindows(XtDisplay(parentShell),XtWindow(parentShell),windows,2);
556 windowList[0]=XtWindow(w);
558 XSetWMColormapWindows(XtDisplay(parentShell),XtWindow(parentShell),windowList,countReturn+1);
623 if(parentShell && XtWindow(parentShell)){
626 status=XGetWMColormapWindows(XtDisplay(parentShell),XtWindow(parentShell),&windowsReturn,&countReturn);
633 if(windowsReturn[i]==XtWindow(glw)){
638 XSetWMColormapWindows(XtDisplay(parentShell),XtWindow(parentShell),windowsReturn,countReturn-1);
675 glXMakeCurrent(XtDisplay(w),XtWindow(w),ctx);
681 glXSwapBuffers(XtDisplay(w),XtWindow(w));