patch from claudius@netscape.com to make this build on platforms with picky c++ compilers

git-svn-id: svn://10.0.0.236/branches/SUPERWIN@53355 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blizzard%redhat.com
1999-11-12 18:10:02 +00:00
parent 6d8df6d4e7
commit 21904a64db
2 changed files with 5 additions and 5 deletions

View File

@@ -20,9 +20,6 @@
* Contributor(s):
*/
#include "gtk/gtk.h"
#include "nsGtkEventHandler.h"
#include "nsWidget.h"
#include "nsWindow.h"
@@ -43,6 +40,9 @@ static NS_DEFINE_CID(kCharsetConverterManagerCID, NS_ICHARSETCONVERTERMANAGER_CI
#include "stdio.h"
#include "ctype.h"
#include "gtk/gtk.h"
#include "nsGtkEventHandler.h"
#include <gdk/gdkkeysyms.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>

View File

@@ -20,6 +20,8 @@
* Contributor(s):
*/
#include <stdio.h>
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
@@ -45,8 +47,6 @@
#include "nsGtkUtils.h" // for nsGtkUtils::gdk_window_flash()
#include "stdio.h"
// this is the nsWindow with the focus
nsWindow *nsWindow::focusWindow = NULL;