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

Diff of /emacs/oldXMenu/Recomp.c

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

revision 1.1 by fx, Sun Oct 3 19:35:11 1999 UTC revision 1.1.18.1 by miles, Fri Apr 4 06:20:52 2003 UTC
# Line 25  XMenuRecompute(display, menu) Line 25  XMenuRecompute(display, menu)
25    
26      register int p_num;         /* Pane serial number. */      register int p_num;         /* Pane serial number. */
27      register int s_num;         /* Selection serial number. */      register int s_num;         /* Selection serial number. */
28        
29      /*      /*
30       * If there are no panes in the menu then return failure       * If there are no panes in the menu then return failure
31       * because the menu is not initialized.       * because the menu is not initialized.
# Line 44  XMenuRecompute(display, menu) Line 44  XMenuRecompute(display, menu)
44      /*      /*
45       * For each pane in the menu...       * For each pane in the menu...
46       */       */
47            
48      p_num = 0;      p_num = 0;
49      for (      for (
50          p_ptr = menu->p_list->next;          p_ptr = menu->p_list->next;
# Line 58  XMenuRecompute(display, menu) Line 58  XMenuRecompute(display, menu)
58              return(XM_FAILURE);              return(XM_FAILURE);
59          }          }
60          p_num++;          p_num++;
61            
62          /*          /*
63           * For each selection in the pane...           * For each selection in the pane...
64           */           */

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