libs-back/Source/art
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
..
.cvsignore Update FSF Address 2005-05-26 22:51:53 +00:00
ARTContext.m * gswindow_device_t structure element screen was renamed to 2020-02-03 01:21:52 +02:00
ARTGState.h Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
ARTGState.m Change DPS/PS functions to CGFloat and NSInteger. 2013-02-05 19:18:49 +00:00
blit-main.m Try to handle endianess differences better in the art backend. 2008-08-19 17:25:10 +00:00
blit.h Try to handle endianess differences better in the art backend. 2008-08-19 17:25:10 +00:00
blit.m * Source/art/blit.m(MPRE): Remove compiler warning. 2014-01-19 10:39:21 +00:00
blit_scrapheap.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
composite.m * Source/art/shfill.m:, 2020-01-17 17:23:07 +02:00
FTFaceInfo.h Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
FTFaceInfo.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
ftfont.h * Source/art/shfill.m:, 2020-01-17 17:23:07 +02:00
ftfont.m * Source/art/ftfont.m: removed commented out #include and #include 2020-01-19 01:31:21 +02:00
FTFontEnumerator.h Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
FTFontEnumerator.m * Source/art/shfill.m:, 2020-01-17 17:23:07 +02:00
GNUmakefile Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-back 2008-12-19 13:05:05 +00:00
GNUmakefile.preamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
image.m * Source/art/shfill.m:, 2020-01-17 17:23:07 +02:00
path.m * Source/art/shfill.m:, 2020-01-17 17:23:07 +02:00
ReadRect.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
shfill.m * Source/art/shfill.m:, 2020-01-17 17:23:07 +02:00