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

Diff of /emacs/oldXMenu/InsPane.c

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

revision 1.1 by fx, Sun Oct 3 19:35:04 1999 UTC revision 1.1.18.1 by miles, Fri Apr 4 06:20:52 2003 UTC
# Line 27  XMenuInsertPane(menu, p_num, label, acti Line 27  XMenuInsertPane(menu, p_num, label, acti
27      register XMPane *p_ptr;     /* XMPane pointer. */      register XMPane *p_ptr;     /* XMPane pointer. */
28      register XMPane *pane;      /* Newly created pane. */      register XMPane *pane;      /* Newly created pane. */
29      register XMSelect *select;  /* Initial selection for the new pane. */      register XMSelect *select;  /* Initial selection for the new pane. */
30            
31      int label_length;           /* Label length in characters. */      int label_length;           /* Label length in characters. */
32      int label_width;            /* Label width in pixels. */      int label_width;            /* Label width in pixels. */
33    
# Line 95  XMenuInsertPane(menu, p_num, label, acti Line 95  XMenuInsertPane(menu, p_num, label, acti
95      emacs_insque(pane, p_ptr);      emacs_insque(pane, p_ptr);
96    
97      /*      /*
98       * Update the pane count.       * Update the pane count.
99       */       */
100      menu->p_count++;      menu->p_count++;
101    

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