Yoichi NAKAYAMA
yoich****@geiin*****
2007年 6月 28日 (木) 22:53:16 JST
At Wed, 27 Jun 2007 23:09:16 -0400, Seiji Zenitani wrote: > > それが ifdef USE_X_TOOLKIT の中に入ってしまっているので、 > > GTKの時にこけます。ifdef の外に出してやれば通ります。 > > > この変更の差分を送って下さいますか? cvs headでcvs diffすると元のパッチと行がずれていたので、 該当箇所のcvs diffを付けます: --- xfns.c 13 Jun 2007 17:35:27 -0000 1.686 +++ xfns.c 28 Jun 2007 13:44:05 -0000 @@ -64,6 +64,8 @@ #include "[.bitmaps]gray.xbm" #endif +static int frame_alpha_lower_limit; + #ifdef USE_GTK #include "gtkutil.h" #endif これで、transparency3.patch の以下の部分(上述のように行はずれますが) をおきかえればよいです。 --- ../emacs.orig/src/xfns.c 2007-01-22 12:10:27.000000000 +0900 +++ src/xfns.c 2007-02-18 16:41:32.000000000 +0900 @@ -94,6 +94,8 @@ #include <Xm/FileSB.h> #endif +static int frame_alpha_lower_limit; + /* Do the EDITRES protocol if running X11R5 Exception: HP-UX (at least version A.09.05) has X11R5 without EditRes */ -- Yoichi NAKAYAMA