Searched refs:window_changes (Results 1 – 5 of 5) sorted by relevance
1680 window_changes; in XColorBrowserWidget() local1760 window_changes.width=(int) windows->widget.width; in XColorBrowserWidget()1761 window_changes.height=(int) windows->widget.height; in XColorBrowserWidget()1762 window_changes.x=windows->widget.x; in XColorBrowserWidget()1763 window_changes.y=windows->widget.y; in XColorBrowserWidget()1765 mask,&window_changes); in XColorBrowserWidget()2930 window_changes; in XCommandWidget() local2968 window_changes.width=(int) windows->command.width; in XCommandWidget()2969 window_changes.height=(int) windows->command.height; in XCommandWidget()2972 &window_changes); in XCommandWidget()[all …]
3182 windows->image.window_changes.width=windows->image.ximage->width- in XChopImage()3184 windows->image.window_changes.height=windows->image.ximage->height- in XChopImage()4387 window_changes; in XConfigureImage() local4392 width=(unsigned int) windows->image.window_changes.width; in XConfigureImage()4393 height=(unsigned int) windows->image.window_changes.height; in XConfigureImage()4433 window_changes.width=(int) width; in XConfigureImage()4434 if (window_changes.width > XDisplayWidth(display,windows->image.screen)) in XConfigureImage()4435 window_changes.width=XDisplayWidth(display,windows->image.screen); in XConfigureImage()4436 window_changes.height=(int) height; in XConfigureImage()4437 if (window_changes.height > XDisplayHeight(display,windows->image.screen)) in XConfigureImage()[all …]
1404 window_changes; in XAnimateImages() local1913 window_changes.width=(int) windows->image.width; in XAnimateImages()1914 window_changes.height=(int) windows->image.height; in XAnimateImages()1916 (unsigned int) (CWWidth | CWHeight),&window_changes); in XAnimateImages()2416 window_changes; in XAnimateImages() local2428 window_changes.x=windows->command.x; in XAnimateImages()2429 window_changes.y=windows->command.y; in XAnimateImages()2432 &window_changes); in XAnimateImages()2442 window_changes.x=windows->widget.x; in XAnimateImages()2443 window_changes.y=windows->widget.y; in XAnimateImages()[all …]
420 window_changes; member
8442 window_changes; in XMakeWindow() local8451 window_changes.x=window_info->x; in XMakeWindow()8452 window_changes.y=window_info->y; in XMakeWindow()8453 window_changes.width=(int) window_info->width; in XMakeWindow()8454 window_changes.height=(int) window_info->height; in XMakeWindow()8459 mask,&window_changes); in XMakeWindow()