diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-04-30 03:22:07 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-04-30 03:22:07 +0800 |
commit | 834c8272bf2427a49310ec8382c1b4aa92b6484c (patch) | |
tree | f1e8d9a074f7c7456558a4cc13b651d5512757ac /embed/mozilla/MozillaPrivate.h | |
parent | 1ca5301bf8fec28c653dffed125bb32cfbc3b44a (diff) | |
download | gsoc2013-epiphany-834c8272bf2427a49310ec8382c1b4aa92b6484c.tar gsoc2013-epiphany-834c8272bf2427a49310ec8382c1b4aa92b6484c.tar.gz gsoc2013-epiphany-834c8272bf2427a49310ec8382c1b4aa92b6484c.tar.bz2 gsoc2013-epiphany-834c8272bf2427a49310ec8382c1b4aa92b6484c.tar.lz gsoc2013-epiphany-834c8272bf2427a49310ec8382c1b4aa92b6484c.tar.xz gsoc2013-epiphany-834c8272bf2427a49310ec8382c1b4aa92b6484c.tar.zst gsoc2013-epiphany-834c8272bf2427a49310ec8382c1b4aa92b6484c.zip |
Complete headers defines
2004-04-29 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/EventContext.cpp:
* embed/mozilla/EventContext.h:
* embed/mozilla/MozillaPrivate.cpp:
* embed/mozilla/MozillaPrivate.h:
* embed/mozilla/mozilla-embed.cpp:
Complete headers defines
Diffstat (limited to 'embed/mozilla/MozillaPrivate.h')
-rw-r--r-- | embed/mozilla/MozillaPrivate.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/embed/mozilla/MozillaPrivate.h b/embed/mozilla/MozillaPrivate.h index c2f9a4b42..525902b16 100644 --- a/embed/mozilla/MozillaPrivate.h +++ b/embed/mozilla/MozillaPrivate.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2004 Marco Pesenti Gritti + * + * This program 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. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + */ + #include <nsIPrintSettings.h> #include <nsIDOMWindow.h> |