mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 22:58:36 +00:00
@@ -732,13 +732,6 @@ nsAppShellService::JustCreateTopWindow(nsIXULWindow *aParent,
|
||||
widgetInitData.mRTL = isRTL;
|
||||
}
|
||||
|
||||
#ifdef MOZ_WIDGET_GONK
|
||||
// B2G multi-screen support. Screen ID is for differentiating screens of
|
||||
// windows, and due to the hardware limitation, it is platform-specific for
|
||||
// now, which align with the value of display type defined in HWC.
|
||||
widgetInitData.mScreenId = mScreenId;
|
||||
#endif
|
||||
|
||||
nsresult rv = window->Initialize(parent, center ? aParent : nullptr,
|
||||
aUrl, aInitialWidth, aInitialHeight,
|
||||
aIsHiddenWindow, aOpeningTab,
|
||||
|
||||
Reference in New Issue
Block a user