Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 341999 | Differences between
and this patch

Collapse All | Expand All

(-)a/xwininfo.c (-2 / +2 lines)
Lines 940-947 Display_Stats_Info (struct wininfo *w) Link Here
940
    if (!trans_coords)
940
    if (!trans_coords)
941
       Fatal_Error ("Can't get translated coordinates.");
941
       Fatal_Error ("Can't get translated coordinates.");
942
942
943
    rx = trans_coords->dst_x;
943
    rx = (int16_t)trans_coords->dst_x;
944
    ry = trans_coords->dst_y;
944
    ry = (int16_t)trans_coords->dst_y;
945
    free (trans_coords);
945
    free (trans_coords);
946
946
947
    xright = (dw - rx - w->geometry->border_width * 2 -
947
    xright = (dw - rx - w->geometry->border_width * 2 -

Return to bug 341999