Searched refs:combine_size (Results 1 – 1 of 1) sorted by relevance
1917 GX_RECTANGLE combine_size; in PasteWidgets() local1929 combine_size = pasted_widget->size; in PasteWidgets()1932 gx_utility_rectangle_combine(&combine_size, &pasted_widget->size); in PasteWidgets()1935 newsize = combine_size; in PasteWidgets()1938 x_shift = newsize.gx_rectangle_left - combine_size.gx_rectangle_left; in PasteWidgets()1939 y_shift = newsize.gx_rectangle_top - combine_size.gx_rectangle_top; in PasteWidgets()