libs-back/Headers
Sergii Stoian c1ab242c9e * gswindow_device_t structure element screen was renamed to
`screen_id`; `monitor_id` element was added. Made use of
  `screen_id` and `monitor_id` where it's appropriate.

* Removed `screen` parameter from methods which contains it in name.
  Methods were renamed to remove `Screen` and `FromScreen`.

* Source/x11/XGServerWindow.m (screenList): change with assumption
  that Xlib screen is one per application.
  Failback code to RandR-related always creates arrays with one element
  (no enumeration needed). Create `monitor` structure in failback (non-RandR)
  code. Use `screen_id` MonitorDevice structure element to hold	Xlib screen
  ID.
  (windowDepthForScreen:): assume that `screen` parameter is a Xlib screen ID,
  simplify code - `screen` will be used with RandR or not.
  (availableDepthsForScreen:): changed with assumption that `screen` is a index
  of element in `monitors` structure.

* Source/x11/XGServer.m (_initXContext): initialize `monitors` array
  early here before first use (calls to XGServerWindow methods).
2020-02-03 01:21:52 +02:00
..
art Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
cairo Partially applying r39615 from testplant branch to fix a build error on MinGW. 2016-04-28 22:32:38 +00:00
fontconfig Cairo: Reduce the hilarity of the font panel 2019-03-26 03:58:18 -04:00
gsc * Headers/gsc/GSGState.h 2015-10-03 21:49:35 +00:00
opal opal/context: allow the client to supply a graphics port 2017-07-25 11:59:52 +10:00
win32 tweak for compilation on 64bit by sgleehd@gmail.com 2016-03-01 08:27:40 +00:00
winlib Fixed Windows backend issues introduced with r30523 where images are drawn at 2010-06-22 22:18:56 +00:00
x11 * gswindow_device_t structure element screen was renamed to 2020-02-03 01:21:52 +02:00
xdps Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
xlib Replace xlib specific font enumerator with the shared one for fontconfig. 2018-02-05 20:50:48 +01:00