-
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved functions to read the screen scale in FMX
Fixed FMXExternalPumpBrowser2 initialization issue in Linux
- Loading branch information
1 parent
1239c09
commit 63d5156
Showing
7 changed files
with
68 additions
and
8 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
demos/Delphi_FMX_Linux/FMXExternalPumpBrowser2/FMUX.Config.pas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{*******************************************************} | ||
{ } | ||
{ Linux FireMonkey Platform } | ||
{ } | ||
{ Copyright(c) 2017-2019 Eugene Kryukov. } | ||
{ All rights reserved } | ||
{ } | ||
{*******************************************************} | ||
|
||
unit FMUX.Config; | ||
|
||
interface | ||
|
||
// Chromium requires that the process has only one thread when it's initialized. | ||
// FmuxInit must be called after the Chromium initialization. | ||
// Setting DoNotCallFmuxInit to True allows us to call FmuxInit after that. | ||
var | ||
DoNotCallFmuxInit: Boolean = True; | ||
|
||
implementation | ||
end. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters