Bug 750901 - Elm to mc migration work - metro related changes to Windows widget src to support building metro winrt bits (nsWidgetFactory, nsWindowGfx, nsToolkit, WinUtils). Also landing nsIWinMetroUtils.idl. r=bbondy
This commit is contained in:
@@ -22,12 +22,9 @@
|
||||
const PRUnichar* kAppShellEventId = L"nsAppShell:EventID";
|
||||
const PRUnichar* kTaskbarButtonEventId = L"TaskbarButtonCreated";
|
||||
|
||||
// The maximum time we allow before forcing a native event callback
|
||||
#define NATIVE_EVENT_STARVATION_LIMIT mozilla::TimeDuration::FromSeconds(1)
|
||||
|
||||
static UINT sMsgId;
|
||||
|
||||
static UINT sTaskbarButtonCreatedMsg;
|
||||
UINT sTaskbarButtonCreatedMsg;
|
||||
|
||||
/* static */
|
||||
UINT nsAppShell::GetTaskbarButtonCreatedMessage() {
|
||||
@@ -241,6 +238,12 @@ nsAppShell::Run(void)
|
||||
|
||||
#endif
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsAppShell::Exit(void)
|
||||
{
|
||||
return nsBaseAppShell::Exit();
|
||||
}
|
||||
|
||||
void
|
||||
nsAppShell::DoProcessMoreGeckoEvents()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user