mozilla-kde.patch
changeset 517 fa93154734b8
parent 515 0f6539389500
child 537 875fd6d22176
equal deleted inserted replaced
515:0f6539389500 517:fa93154734b8
  2185  else
  2185  else
  2186 diff --git a/toolkit/xre/nsKDEUtils.cpp b/toolkit/xre/nsKDEUtils.cpp
  2186 diff --git a/toolkit/xre/nsKDEUtils.cpp b/toolkit/xre/nsKDEUtils.cpp
  2187 new file mode 100644
  2187 new file mode 100644
  2188 --- /dev/null
  2188 --- /dev/null
  2189 +++ b/toolkit/xre/nsKDEUtils.cpp
  2189 +++ b/toolkit/xre/nsKDEUtils.cpp
  2190 @@ -0,0 +1,372 @@
  2190 @@ -0,0 +1,373 @@
  2191 +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
  2191 +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
  2192 +/* ***** BEGIN LICENSE BLOCK *****
  2192 +/* ***** BEGIN LICENSE BLOCK *****
  2193 + * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  2193 + * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  2194 + *
  2194 + *
  2195 + * The contents of this file are subject to the Mozilla Public License Version
  2195 + * The contents of this file are subject to the Mozilla Public License Version
  2235 +#include <gtk/gtk.h>
  2235 +#include <gtk/gtk.h>
  2236 +
  2236 +
  2237 +#include <limits.h>
  2237 +#include <limits.h>
  2238 +#include <stdio.h>
  2238 +#include <stdio.h>
  2239 +#include <sys/wait.h>
  2239 +#include <sys/wait.h>
       
  2240 +#include <sys/resource.h>
  2240 +#include <unistd.h>
  2241 +#include <unistd.h>
  2241 +#include <X11/Xlib.h>
  2242 +#include <X11/Xlib.h>
  2242 +
  2243 +
  2243 +//#define DEBUG_KDE
  2244 +//#define DEBUG_KDE
  2244 +#ifdef DEBUG_KDE
  2245 +#ifdef DEBUG_KDE