emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/oldXMenu/DelPane.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/oldXMenu/DelPane.c
Date: Fri, 04 Apr 2003 01:23:42 -0500

Index: emacs/oldXMenu/DelPane.c
diff -c emacs/oldXMenu/DelPane.c:1.1 emacs/oldXMenu/DelPane.c:1.2
*** emacs/oldXMenu/DelPane.c:1.1        Sun Oct  3 15:34:57 1999
--- emacs/oldXMenu/DelPane.c    Tue Feb  4 09:19:01 2003
***************
*** 1,6 ****
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/DelPane.c,v 1.1 1999/10/03 19:34:57 
fx Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
--- 1,6 ----
  #include "copyright.h"
  
! /* $Header: /cvsroot/emacs/emacs/oldXMenu/DelPane.c,v 1.2 2003/02/04 14:19:01 
lektu Exp $ */
  /* Copyright    Massachusetts Institute of Technology    1985 */
  
  /*
***************
*** 24,30 ****
      register XMPane *p_ptr;   /* Pointer to pane being deleted. */
      register XMSelect *s_ptr; /* Pointer to selections being deleted. */
      register XMSelect *s_next;  /* Pointer to next selection to be deleted. */
!         
      /*
       * Find the right pane.
       */
--- 24,30 ----
      register XMPane *p_ptr;   /* Pointer to pane being deleted. */
      register XMSelect *s_ptr; /* Pointer to selections being deleted. */
      register XMSelect *s_next;  /* Pointer to next selection to be deleted. */
! 
      /*
       * Find the right pane.
       */
***************
*** 48,54 ****
       * association table and free their XMSelect structures.
       */
      for (
!       s_ptr = p_ptr->s_list->next; 
        s_ptr != p_ptr->s_list;
        s_ptr = s_next
      ) {
--- 48,54 ----
       * association table and free their XMSelect structures.
       */
      for (
!       s_ptr = p_ptr->s_list->next;
        s_ptr != p_ptr->s_list;
        s_ptr = s_next
      ) {
***************
*** 63,75 ****
         * Destroy the selection transparencies.
         */
        XDestroySubwindows(display, p_ptr->window);
!     
        /*
         * Destroy the pane window.
         */
        XDestroyWindow(display, p_ptr->window);
      }
!     
      /*
       * Free the pane's XMPane structure.
       */
--- 63,75 ----
         * Destroy the selection transparencies.
         */
        XDestroySubwindows(display, p_ptr->window);
! 
        /*
         * Destroy the pane window.
         */
        XDestroyWindow(display, p_ptr->window);
      }
! 
      /*
       * Free the pane's XMPane structure.
       */




reply via email to

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