/[emacs]/emacs/oldXMenu/DelSel.c
ViewVC logotype

Diff of /emacs/oldXMenu/DelSel.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by fx, Sun Oct 3 19:34:58 1999 UTC revision 1.1.18.1 by miles, Fri Apr 4 06:20:52 2003 UTC
# Line 24  XMenuDeleteSelection(display, menu, p_nu Line 24  XMenuDeleteSelection(display, menu, p_nu
24  {  {
25      register XMPane *p_ptr;     /* Pointer to pane being deleted. */      register XMPane *p_ptr;     /* Pointer to pane being deleted. */
26      register XMSelect *s_ptr;   /* Pointer to selections being deleted. */      register XMSelect *s_ptr;   /* Pointer to selections being deleted. */
27            
28      /*      /*
29       * Find the right pane.       * Find the right pane.
30       */       */
# Line 53  XMenuDeleteSelection(display, menu, p_nu Line 53  XMenuDeleteSelection(display, menu, p_nu
53       * Destroy the selection transparency.       * Destroy the selection transparency.
54       */       */
55      if (s_ptr->window) XDestroyWindow(display, s_ptr->window);      if (s_ptr->window) XDestroyWindow(display, s_ptr->window);
56        
57      /*      /*
58       * Free the selection's XMSelect structure.       * Free the selection's XMSelect structure.
59       */       */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.18.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26