Mercurial > hg > xemacs-beta
comparison lwlib/lwlib-internal.h @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | 03ab78e48ef6 |
children | ba07c880114a |
comparison
equal
deleted
inserted
replaced
5124:623d57b7fbe8 | 5125:b5df3737028a |
---|---|
1 /* Implementation-specific definitions for the Lucid Widget Library. | |
2 Copyright (C) 1992 Lucid, Inc. | |
3 Copyright (C) 2000 Ben Wing. | |
4 | |
5 This file is part of the Lucid Widget Library. | |
6 | |
7 The Lucid Widget Library is free software; you can redistribute it and/or | |
8 modify it under the terms of the GNU General Public License as published by | |
9 the Free Software Foundation; either version 1, or (at your option) | |
10 any later version. | |
11 | |
12 The Lucid Widget Library is distributed in the hope that it will be useful, | |
13 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 GNU General Public License for more details. | |
16 | |
17 You should have received a copy of the GNU General Public License | |
18 along with XEmacs; see the file COPYING. If not, write to | |
19 the Free Software Foundation, Inc., 51 Franklin St - Fifth Floor, | |
20 Boston, MA 02110-1301, USA. */ | |
21 | |
1 #ifndef INCLUDED_lwlib_internal_h_ | 22 #ifndef INCLUDED_lwlib_internal_h_ |
2 #define INCLUDED_lwlib_internal_h_ | 23 #define INCLUDED_lwlib_internal_h_ |
3 | 24 |
4 #include "lwlib.h" | 25 #include "lwlib.h" |
5 | 26 |