emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfns.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Thu, 03 Feb 2005 09:09:04 -0500

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.626 emacs/src/xfns.c:1.627
*** emacs/src/xfns.c:1.626      Sat Jan 29 22:25:58 2005
--- emacs/src/xfns.c    Thu Feb  3 14:09:04 2005
***************
*** 2863,2871 ****
--- 2863,2873 ----
  
        x_free_frame_resources (f);
  
+ #if GLYPH_DEBUG
        /* Check that reference counts are indeed correct.  */
        xassert (dpyinfo->reference_count == dpyinfo_refcount);
        xassert (dpyinfo->image_cache->refcount == image_cache_refcount);
+ #endif
        return Qt;
      }
  
***************
*** 4087,4093 ****
  
    if (! NILP (outer_p)) w = FRAME_OUTER_WINDOW (f);
    else w = FRAME_X_WINDOW (f);
!  
    XChangeProperty (FRAME_X_DISPLAY (f), w,
                   prop_atom, target_type, element_format, PropModeReplace,
                   data, nelements);
--- 4089,4095 ----
  
    if (! NILP (outer_p)) w = FRAME_OUTER_WINDOW (f);
    else w = FRAME_X_WINDOW (f);
! 
    XChangeProperty (FRAME_X_DISPLAY (f), w,
                   prop_atom, target_type, element_format, PropModeReplace,
                   data, nelements);
***************
*** 5256,5262 ****
            if (keysym == XK_g && (event.xkey.state & ControlMask) != 0)
              XtUnmanageChild (dialog);
          }
!   
        (void) x_dispatch_event (&event, FRAME_X_DISPLAY (f));
      }
  
--- 5258,5264 ----
            if (keysym == XK_g && (event.xkey.state & ControlMask) != 0)
              XtUnmanageChild (dialog);
          }
! 
        (void) x_dispatch_event (&event, FRAME_X_DISPLAY (f));
      }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]