diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-10 10:12:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-10 10:12:50 +0000 |
commit | b1f67da8b1b0cc93ea54a5c4ae89e6e835657729 (patch) | |
tree | 58a5112492c1b23d03a7bf341d52de37330c9883 /app/xfs/difs/extensions.c | |
parent | ffd564eb05c09caff0dba3c4eb783739645a440e (diff) |
update to xfs 1.1.0.
Diffstat (limited to 'app/xfs/difs/extensions.c')
-rw-r--r-- | app/xfs/difs/extensions.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/xfs/difs/extensions.c b/app/xfs/difs/extensions.c index fb1d227b3..a360700e9 100644 --- a/app/xfs/difs/extensions.c +++ b/app/xfs/difs/extensions.c @@ -1,4 +1,3 @@ -/* $Xorg: extensions.c,v 1.4 2001/02/09 02:05:42 xorgcvs Exp $ */ /* * font server extensions */ @@ -46,7 +45,8 @@ in this Software without prior written authorization from The Open Group. * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF * THIS SOFTWARE. */ -/* $XFree86: xc/programs/xfs/difs/extensions.c,v 1.6 2001/08/01 00:45:04 tsi Exp $ */ + +#include "xfs-config.h" #include <X11/fonts/FSproto.h> #include "misc.h" @@ -62,7 +62,7 @@ in this Software without prior written authorization from The Open Group. static ExtensionEntry **extensions = (ExtensionEntry **) NULL; -int lastEvent = EXTENSION_EVENT_BASE; +static int lastEvent = EXTENSION_EVENT_BASE; static int lastError = FirstExtensionError; static int NumExtensions = 0; |