Japanese translation of message catalog for Sawfish Window-Manager
Revisión | fbaeaa6890a36d0e766624d5919d0ee6f8edb6c0 (tree) |
---|---|
Tiempo | 2016-07-31 17:51:45 |
Autor | Christopher Roy Bratusek <nano@jpbe...> |
Commiter | Christopher Roy Bratusek |
apply guard_pangox_functions [Debian] Emilio Pozuelo Monfort
@@ -509,6 +509,8 @@ pango_draw_line (XftDraw *draw, Window id, GC gc, XftColor *xft_color, | ||
509 | 509 | #ifdef HAVE_PANGO_XFT |
510 | 510 | if (PANGO_XFT_IS_FONT (font)) |
511 | 511 | pango_xft_render (draw, xft_color, font, glyphs, x, y); |
512 | +#else | |
513 | + pango_x_render (dpy, id, gc, font, glyphs, x, y); | |
512 | 514 | #endif |
513 | 515 | |
514 | 516 | x += rect.width / PANGO_SCALE; |