mozilla-kde.patch
branchfirefox15
changeset 518 d6bd28cbe760
parent 467 a9baaad57fa4
child 521 42f93cccee87
equal deleted inserted replaced
516:164699aff17b 518:d6bd28cbe760
  2215  else
  2215  else
  2216 diff --git a/toolkit/xre/nsKDEUtils.cpp b/toolkit/xre/nsKDEUtils.cpp
  2216 diff --git a/toolkit/xre/nsKDEUtils.cpp b/toolkit/xre/nsKDEUtils.cpp
  2217 new file mode 100644
  2217 new file mode 100644
  2218 --- /dev/null
  2218 --- /dev/null
  2219 +++ b/toolkit/xre/nsKDEUtils.cpp
  2219 +++ b/toolkit/xre/nsKDEUtils.cpp
  2220 @@ -0,0 +1,372 @@
  2220 @@ -0,0 +1,373 @@
  2221 +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
  2221 +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
  2222 +/* ***** BEGIN LICENSE BLOCK *****
  2222 +/* ***** BEGIN LICENSE BLOCK *****
  2223 + * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  2223 + * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  2224 + *
  2224 + *
  2225 + * The contents of this file are subject to the Mozilla Public License Version
  2225 + * The contents of this file are subject to the Mozilla Public License Version
  2265 +#include <gtk/gtk.h>
  2265 +#include <gtk/gtk.h>
  2266 +
  2266 +
  2267 +#include <limits.h>
  2267 +#include <limits.h>
  2268 +#include <stdio.h>
  2268 +#include <stdio.h>
  2269 +#include <sys/wait.h>
  2269 +#include <sys/wait.h>
       
  2270 +#include <sys/resource.h>
  2270 +#include <unistd.h>
  2271 +#include <unistd.h>
  2271 +#include <X11/Xlib.h>
  2272 +#include <X11/Xlib.h>
  2272 +
  2273 +
  2273 +//#define DEBUG_KDE
  2274 +//#define DEBUG_KDE
  2274 +#ifdef DEBUG_KDE
  2275 +#ifdef DEBUG_KDE