[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: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/w32fns.c,v |
Date: |
Thu, 31 Jul 2008 02:47:39 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/31 02:47:32
Index: src/w32fns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32fns.c,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -b -r1.343 -r1.344
--- src/w32fns.c 15 Jul 2008 15:45:05 -0000 1.343
+++ src/w32fns.c 31 Jul 2008 02:47:29 -0000 1.344
@@ -4290,11 +4290,7 @@
if (EQ (display, Qunbound))
display = Qnil;
dpyinfo = check_x_display_info (display);
-#ifdef MULTI_KBOARD
kb = dpyinfo->terminal->kboard;
-#else
- kb = &the_only_kboard;
-#endif
if (!dpyinfo->terminal->name)
error ("Terminal is not live, can't create new frames on it");
@@ -5411,11 +5407,7 @@
this frame has a specified name. */
Vx_resource_name = Vinvocation_name;
-#ifdef MULTI_KBOARD
kb = dpyinfo->terminal->kboard;
-#else
- kb = &the_only_kboard;
-#endif
/* Get the name of the frame to use for resource lookup. */
name = x_get_arg (dpyinfo, parms, Qname, "name", "Name", RES_TYPE_STRING);
@@ -5464,9 +5456,7 @@
image_cache_refcount = FRAME_IMAGE_CACHE (f)->refcount;
dpyinfo_refcount = dpyinfo->reference_count;
#endif /* GLYPH_DEBUG */
-#ifdef MULTI_KBOARD
FRAME_KBOARD (f) = kb;
-#endif
f->output_data.w32->parent_desc = FRAME_W32_DISPLAY_INFO (f)->root_window;
f->output_data.w32->explicit_parent = 0;
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Jason Rumney, 2008/07/02
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Juanma Barranquero, 2008/07/07
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Chong Yidong, 2008/07/08
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Jason Rumney, 2008/07/14
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Jason Rumney, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v,
Dan Nicolaescu <=