[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/w32fns.c,v
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/src/w32fns.c,v |
Date: |
Wed, 21 May 2008 04:00:24 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 08/05/21 04:00:23
Index: w32fns.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32fns.c,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -b -r1.326 -r1.327
--- w32fns.c 14 May 2008 07:50:03 -0000 1.326
+++ w32fns.c 21 May 2008 04:00:22 -0000 1.327
@@ -8922,7 +8922,8 @@
x_set_fringe_width,
0, /* x_set_wait_for_wm, */
x_set_fullscreen,
- x_set_font_backend
+ x_set_font_backend,
+ 0 /* x_set_alpha, */
};
void
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Juanma Barranquero, 2008/05/04
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Kenichi Handa, 2008/05/13
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Glenn Morris, 2008/05/14
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v,
Glenn Morris <=
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Jason Rumney, 2008/05/22
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Juanma Barranquero, 2008/05/28