]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib-Xm.h
(font-lock-syntactic-keywords): Add defvar.
[gnu-emacs] / lwlib / lwlib-Xm.h
index 9d4af609660a69beb1f56fb7bde0d7ef3b1b741f..d6069fad2d83f3fe7b3f085bbcadc2a5df84538c 100644 (file)
@@ -1,3 +1,25 @@
+/* The lwlib interface to Motif widgets.
+   Copyright (C) 1994, 2000, 2002, 2003, 2004,
+                 2005 Free Software Foundation, Inc.
+   Copyright (C) 1992 Lucid, Inc.
+
+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 2, 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.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
+
 #ifndef LWLIB_XM_H
 #define LWLIB_XM_H
 
@@ -5,7 +27,7 @@
 
 extern widget_creation_entry xm_creation_table [];
 
-Widget 
+Widget
 xm_create_dialog __P ((widget_instance* instance));
 
 Boolean
@@ -38,3 +60,6 @@ void
 xm_manage_resizing __P ((Widget w, Boolean flag));
 
 #endif /* LWLIB_XM_H */
+
+/* arch-tag: 61561304-c146-437b-8ed3-dc33818703c6
+   (do not change this comment) */