/* vim: se cin sw=2 ts=2 et : */ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// Bug 520807 - we need to update the proxy window style based on the main // window's style to workaround a bug with the way the DWM displays the // previews. void UpdateProxyWindowStyle();
// Handle to the toplevel proxy window
HWND mProxyWindow;
nsString mTitle;
nsCOMPtr<imgIContainer> mIconImage; // Cached Windows icon of mIconImage
HICON mIcon; // Preview that follows this preview in the taskbar (left-to-right order)
nsCOMPtr<nsITaskbarTabPreview> mNext; // True if this preview has been registered with the taskbar bool mRegistered;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.