Lines Matching refs:window_attributes
793 window_attributes; in XAnimateBackgroundImage() local
825 window_attributes.width=XDisplayWidth(display,XDefaultScreen(display)); in XAnimateBackgroundImage()
826 window_attributes.height=XDisplayHeight(display,XDefaultScreen(display)); in XAnimateBackgroundImage()
828 status=XGetWindowAttributes(display,window_info.id,&window_attributes) != 0 ? in XAnimateBackgroundImage()
832 XVisualIDFromVisual(window_attributes.visual)); in XAnimateBackgroundImage()
959 window_attributes.width,window_attributes.height); in XAnimateBackgroundImage()
999 window_info.x=(int) (window_attributes.width/2)- in XAnimateBackgroundImage()
1001 window_info.y=(int) (window_attributes.height/2)- in XAnimateBackgroundImage()
1003 width=(unsigned int) window_attributes.width; in XAnimateBackgroundImage()
1004 height=(unsigned int) window_attributes.height; in XAnimateBackgroundImage()
1033 width=(unsigned int) window_attributes.width; in XAnimateBackgroundImage()
1034 height=(unsigned int) window_attributes.height; in XAnimateBackgroundImage()