emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lwlib/lwlib-Xlw.c


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

Index: emacs/lwlib/lwlib-Xlw.c
diff -c emacs/lwlib/lwlib-Xlw.c:1.16 emacs/lwlib/lwlib-Xlw.c:1.17
*** emacs/lwlib/lwlib-Xlw.c:1.16        Sat Dec  1 23:58:05 2001
--- emacs/lwlib/lwlib-Xlw.c     Tue Feb  4 09:08:23 2003
***************
*** 3,15 ****
  
  This file is part of the Lucid Widget Library.
  
! The Lucid Widget Library is free software; you can redistribute it and/or 
  modify it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  
  The Lucid Widget Library is distributed in the hope that it will be useful,
! but WITHOUT ANY WARRANTY; without even the implied warranty of 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  
--- 3,15 ----
  
  This file is part of the Lucid Widget Library.
  
! The Lucid Widget Library is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  
  The Lucid Widget Library is distributed in the hope that it will be useful,
! but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  
***************
*** 162,168 ****
    Widget popup_shell
      = XtCreatePopupShell (instance->info->name, overrideShellWidgetClass,
                          instance->parent, NULL, 0);
!   
    Widget widget;
    Arg al[2];
    int ac = 0;
--- 162,168 ----
    Widget popup_shell
      = XtCreatePopupShell (instance->info->name, overrideShellWidgetClass,
                          instance->parent, NULL, 0);
! 
    Widget widget;
    Arg al[2];
    int ac = 0;
***************
*** 182,188 ****
    return popup_shell;
  }
  
! widget_creation_entry 
  xlw_creation_table [] =
  {
    {"menubar", xlw_create_menubar},
--- 182,188 ----
    return popup_shell;
  }
  
! widget_creation_entry
  xlw_creation_table [] =
  {
    {"menubar", xlw_create_menubar},




reply via email to

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