Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / widget / gtk / PlatformWidgetTypes.ipdlh
blobbb7425f260126f6eba354b6f7c28823f92e9a0a2
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=99: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4  * License, v. 2.0. If a copy of the MPL was not distributed with this
5  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 include HeadlessWidgetTypes;
9 include "mozilla/GfxMessageUtils.h";
11 using mozilla::LayoutDeviceIntSize from "Units.h";
13 namespace mozilla {
14 namespace widget {
16 struct GtkCompositorWidgetInitData
18   uintptr_t           XWindow;
19   nsCString           XDisplayString;
20   bool                IsX11Display;
22   LayoutDeviceIntSize InitialClientSize;
25 union CompositorWidgetInitData
27   GtkCompositorWidgetInitData;
28   HeadlessCompositorWidgetInitData;
31 } // namespace widget
32 } // namespace mozilla