Bumping manifests a=b2g-bump
[gecko.git] / toolkit / xre / nsX11ErrorHandler.h
blobfb5ab10cfb61ff13b1af1186848e527052166566
1 /* -*- Mode: C++; tab-width: 40; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifdef MOZ_X11
7 #include <X11/Xlib.h>
8 #if (MOZ_WIDGET_GTK != 3)
9 void InstallX11ErrorHandler();
10 #endif
11 extern "C" int X11Error(Display *display, XErrorEvent *event);
12 #endif