mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1707816 - widget/gtk/nsWindow.cpp:7930:6: error: #elif with no expression r=stransky
Differential Revision: https://phabricator.services.mozilla.com/D113484
This commit is contained in:
parent
70c427c36f
commit
dfc4ffc639
@ -7927,7 +7927,7 @@ bool nsWindow::UseFractionalScale() {
|
|||||||
return (GdkIsWaylandDisplay() &&
|
return (GdkIsWaylandDisplay() &&
|
||||||
StaticPrefs::widget_wayland_fractional_buffer_scale() > 0 &&
|
StaticPrefs::widget_wayland_fractional_buffer_scale() > 0 &&
|
||||||
WaylandDisplayGet()->GetViewporter());
|
WaylandDisplayGet()->GetViewporter());
|
||||||
#elif
|
#else
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user