Searched refs:window_changes (Results 1 – 5 of 5) sorted by relevance
1678 window_changes; in XColorBrowserWidget() local1758 window_changes.width=(int) windows->widget.width; in XColorBrowserWidget()1759 window_changes.height=(int) windows->widget.height; in XColorBrowserWidget()1760 window_changes.x=windows->widget.x; in XColorBrowserWidget()1761 window_changes.y=windows->widget.y; in XColorBrowserWidget()1763 mask,&window_changes); in XColorBrowserWidget()2927 window_changes; in XCommandWidget() local2965 window_changes.width=(int) windows->command.width; in XCommandWidget()2966 window_changes.height=(int) windows->command.height; in XCommandWidget()2969 &window_changes); in XCommandWidget()[all …]
3214 windows->image.window_changes.width=windows->image.ximage->width- in XChopImage()3216 windows->image.window_changes.height=windows->image.ximage->height- in XChopImage()4419 window_changes; in XConfigureImage() local4424 width=(unsigned int) windows->image.window_changes.width; in XConfigureImage()4425 height=(unsigned int) windows->image.window_changes.height; in XConfigureImage()4465 window_changes.width=(int) width; in XConfigureImage()4466 if (window_changes.width > XDisplayWidth(display,windows->image.screen)) in XConfigureImage()4467 window_changes.width=XDisplayWidth(display,windows->image.screen); in XConfigureImage()4468 window_changes.height=(int) height; in XConfigureImage()4469 if (window_changes.height > XDisplayHeight(display,windows->image.screen)) in XConfigureImage()[all …]
1405 window_changes; in XAnimateImages() local1912 window_changes.width=(int) windows->image.width; in XAnimateImages()1913 window_changes.height=(int) windows->image.height; in XAnimateImages()1915 (unsigned int) (CWWidth | CWHeight),&window_changes); in XAnimateImages()2408 window_changes; in XAnimateImages() local2420 window_changes.x=windows->command.x; in XAnimateImages()2421 window_changes.y=windows->command.y; in XAnimateImages()2424 &window_changes); in XAnimateImages()2434 window_changes.x=windows->widget.x; in XAnimateImages()2435 window_changes.y=windows->widget.y; in XAnimateImages()[all …]
420 window_changes; member
8448 window_changes; in XMakeWindow() local8457 window_changes.x=window_info->x; in XMakeWindow()8458 window_changes.y=window_info->y; in XMakeWindow()8459 window_changes.width=(int) window_info->width; in XMakeWindow()8460 window_changes.height=(int) window_info->height; in XMakeWindow()8465 mask,&window_changes); in XMakeWindow()