• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No 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

修订版8b16105aacbda375b70d1a41ef003e82bd7c34d8 (tree)
时间2010-12-19 13:28:56
作者Michal Maruska <mmaruska@gmai...>
CommiterMichal Maruska

Log Message

Sync/Flush

更改概述

差异

--- a/src/functions.c
+++ b/src/functions.c
@@ -653,6 +653,8 @@ Flush all pending X requests, don't wait for them to finish, unless WAIT
653653 is true.
654654 ::end:: */
655655 {
656+ if (debug_functions)
657+ DB(("%s\n", __FUNCTION__));
656658 if (wait == Qnil)
657659 XFlush (dpy);
658660 else