/* -*- 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/. */
// accessibility priming #define MOZ_WM_STARTA11Y (WM_APP + 0x0302) // Our internal message for WM_MOUSEWHEEL, WM_MOUSEHWHEEL, WM_VSCROLL and // WM_HSCROLL #define MOZ_WM_MOUSEVWHEEL (WM_APP + 0x0310) #define MOZ_WM_MOUSEHWHEEL (WM_APP + 0x0311) #define MOZ_WM_VSCROLL (WM_APP + 0x0312) #define MOZ_WM_HSCROLL (WM_APP + 0x0313) #define MOZ_WM_MOUSEWHEEL_FIRST MOZ_WM_MOUSEVWHEEL #define MOZ_WM_MOUSEWHEEL_LAST MOZ_WM_HSCROLL // If TSFTextStore needs to notify TSF/TIP of layout change later, this // message is posted. #define MOZ_WM_NOTIY_TSF_OF_LAYOUT_CHANGE (WM_APP + 0x0315) // Internal message used in correcting backwards clock skew #define MOZ_WM_SKEWFIX (WM_APP + 0x0316) // Internal message used for rolling up popups for dmanip events #define MOZ_WM_DMANIP (WM_APP + 0x0317)
// Internal message used to work around race condition in explorer.exe's // fullscreen window-state update handler in Windows 10+. (See bug 1835851.) #define MOZ_WM_FULLSCREEN_STATE_UPDATE (WM_APP + 0x0318)
// XXX Should rename them to MOZ_WM_* and use safer values! // Messages for fullscreen transition window #define WM_FULLSCREEN_TRANSITION_BEFORE (WM_USER + 0) #define WM_FULLSCREEN_TRANSITION_AFTER (WM_USER + 1)
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.