libs-back/Headers/x11
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
..
StdCmap.h Initial revision 2002-03-27 23:44:41 +00:00
wraster.h Add XIM Input Method, UPdate to wraster 0.80.2 2003-07-22 04:28:43 +00:00
xdnd.h Removed some compiler warnings. 2006-02-06 19:33:56 +00:00
XGDragView.h Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
XGGeneric.h Added support for WindowMaker's WMFHideApplication action. 2019-04-05 14:46:05 +03:00
XGInputServer.h * Source/x11/XIMInputServer.m: Remove the locale setting code. 2012-05-13 02:41:30 +00:00
XGOpenGL.h * Source/cairo/CairoGState.m 2015-05-26 12:00:49 +00:00
XGServer.h * gswindow_device_t structure element screen was renamed to 2020-02-03 01:21:52 +02:00
XGServerWindow.h * gswindow_device_t structure element screen was renamed to 2020-02-03 01:21:52 +02:00
XWindowBuffer.h * Headers/x11/XWindowBuffer.h: Protect the usage of shm. 2011-10-19 07:35:27 +00:00