--- deliantra/Deliantra-Client/Client.xs 2007/12/28 15:05:20 1.245 +++ deliantra/Deliantra-Client/Client.xs 2007/12/28 15:06:02 1.246 @@ -1319,12 +1319,10 @@ int line, x; pango_layout_index_to_line_x (self->pl, index, trailing, &line, &x); - #if !PANGO_VERSION_CHECK (1, 17. 3) /* pango bug: line is between 1..numlines, not 0..numlines-1 */ --line; #endif - EXTEND (SP, 2); PUSHs (sv_2mortal (newSViv (line))); PUSHs (sv_2mortal (newSViv (x / PANGO_SCALE)));