X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/bc2223e6cd22a620933e313c580ac17eb26cff27..c0466914ba3ad88c402b0301646b4b5db8aeb913:/src/w32term.h diff --git a/src/w32term.h b/src/w32term.h index 4616d8a499..c1ad423ca6 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -1,5 +1,6 @@ /* Definitions and headers for communication on the Microsoft W32 API. - Copyright (C) 1995, 2001 Free Software Foundation, Inc. + Copyright (C) 1995, 2001, 2002, 2003, 2004, + 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -15,8 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ /* Added by Kevin Gallo */ @@ -247,9 +248,6 @@ extern Lisp_Object w32_display_name_list; /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */ extern Lisp_Object Vx_pixel_size_width_font_regexp; -/* A flag to control how to display unibyte 8-bit character. */ -extern int unibyte_display_via_language_environment; - struct w32_display_info *x_display_info_for_name (); Lisp_Object display_x_get_resource P_ ((struct w32_display_info *, @@ -262,6 +260,8 @@ extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, int)); extern struct font_info *w32_get_font_info (), *w32_query_font (); extern void w32_cache_char_metrics (XFontStruct *font); extern void w32_find_ccl_program(); +extern Lisp_Object x_get_font_repertory P_ ((struct frame *, + struct font_info *)); #define PIX_TYPE COLORREF