Changes between Version 22 and Version 23 of FakeXinerama
- Timestamp:
- 01/31/18 04:28:12 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FakeXinerama
v22 v23 1 [[Image(http ://xpra.org/icons/X11.png)]]1 [[Image(https://xpra.org/icons/X11.png)]] 2 2 = Fake Xinerama = 3 3 … … 27 27 == Source Code == 28 28 29 The upstream version can be found here: [http://home.kde.org/~seli/fakexinerama/], our modified source code can be found here: [/browser/xpra/trunk/fakexinerama fakexinerama], and the released versions are here: [http ://xpra.org/src/]29 The upstream version can be found here: [http://home.kde.org/~seli/fakexinerama/], our modified source code can be found here: [/browser/xpra/trunk/fakexinerama fakexinerama], and the released versions are here: [https://xpra.org/src/] 30 30 31 31 In order to support multiple virtual screens under the same user, the original code was modified to lookup its configuration file as {{{.$DISPLAY-fakexinerama}}} instead of just {{{.fakexinerama}}}, though it will use the latter as fallback.