X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32log.h;h=9ad6a20703f4bb212f65d5ca7bdf95218a831aee;hp=cb4099776526bf802bcf5e83a55afc53ab27c295;hb=b96d9243b1252c7dc423957782894a99cd4448f4;hpb=72081f829de368392d04076728f8c991178c0080 diff --git a/w32log.h b/w32log.h index cb409977..9ad6a207 100644 --- a/w32log.h +++ b/w32log.h @@ -1,14 +1,14 @@ #ifndef W32LOG_H_INCLUDED #define W32LOG_H_INCLUDED -#define W32LOG_H_VERSION "$Id: w32log.h,v 1.10.2.2 2002/11/20 14:39:05 oes Exp $" +#define W32LOG_H_VERSION "$Id: w32log.h,v 1.12 2006/07/18 14:48:48 david__schmidt Exp $" /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/Attic/w32log.h,v $ + * File : $Source: /cvsroot/ijbswa/current/w32log.h,v $ * * Purpose : Functions for creating and destroying the log window, * ouputting strings, processing messages and so on. * - * Copyright : Written by and Copyright (C) 2001-2002 members of + * Copyright : Written by and Copyright (C) 2001-2009 members of * the Privoxy team. http://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock @@ -34,6 +34,10 @@ * * Revisions : * $Log: w32log.h,v $ + * Revision 1.12 2006/07/18 14:48:48 david__schmidt + * Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) + * with what was really the latest development (the v_3_0_branch branch) + * * Revision 1.10.2.2 2002/11/20 14:39:05 oes * Fixed compiler warning * @@ -130,7 +134,7 @@ extern BOOL g_bLimitBufferSize; extern int g_nMaxBufferLines; /* Font to use */ -extern char g_szFontFaceName[255]; +extern char g_szFontFaceName[32]; /* Size of font to use */ extern int g_nFontSize;