mozilla-kde.patch
changeset 1033 51bfdd19b9e9
parent 1032 8220ea23b47d
child 1045 f645c886d36b
equal deleted inserted replaced
1032:8220ea23b47d 1033:51bfdd19b9e9
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  0a40cd14044b87117b99763e7a155b6deb5ab180
     2 # Parent  97234138e3aafe66fc7f17c8f530e7c534af2fc2
     3 Description: Add KDE integration to Firefox (toolkit parts)
     3 Description: Add KDE integration to Firefox (toolkit parts)
     4 Author: Wolfgang Rosenauer <wolfgang@rosenauer.org>
     4 Author: Wolfgang Rosenauer <wolfgang@rosenauer.org>
     5 Author: Lubos Lunak <lunak@suse.com>
     5 Author: Lubos Lunak <lunak@suse.com>
     6 Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=140751
     6 Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=140751
     7      https://bugzilla.novell.com/show_bug.cgi?id=170055
     7      https://bugzilla.novell.com/show_bug.cgi?id=170055
  1260 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  1260 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  1261 +
  1261 +
  1262 +#ifndef nsKDEUtils_h__
  1262 +#ifndef nsKDEUtils_h__
  1263 +#define nsKDEUtils_h__
  1263 +#define nsKDEUtils_h__
  1264 +
  1264 +
  1265 +#include "nsStringGlue.h"
  1265 +#include "nsString.h"
  1266 +#include "nsTArray.h"
  1266 +#include "nsTArray.h"
  1267 +#include <stdio.h>
  1267 +#include <stdio.h>
  1268 +
  1268 +
  1269 +typedef struct _GtkWindow GtkWindow;
  1269 +typedef struct _GtkWindow GtkWindow;
  1270 +
  1270 +