• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

Revisionfbaeaa6890a36d0e766624d5919d0ee6f8edb6c0 (tree)
Zeit2016-07-31 17:51:45
AutorChristopher Roy Bratusek <nano@jpbe...>
CommiterChristopher Roy Bratusek

Log Message

apply guard_pangox_functions [Debian] Emilio Pozuelo Monfort

Ändern Zusammenfassung

Diff

--- a/src/fonts.c
+++ b/src/fonts.c
@@ -509,6 +509,8 @@ pango_draw_line (XftDraw *draw, Window id, GC gc, XftColor *xft_color,
509509 #ifdef HAVE_PANGO_XFT
510510 if (PANGO_XFT_IS_FONT (font))
511511 pango_xft_render (draw, xft_color, font, glyphs, x, y);
512+#else
513+ pango_x_render (dpy, id, gc, font, glyphs, x, y);
512514 #endif
513515
514516 x += rect.width / PANGO_SCALE;