diff options
author | Keith Packard <keithp@keithp.com> | 2009-06-05 20:35:46 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-10-05 19:25:02 -0700 |
commit | 92789c6c3a78bb64e391f1deec1d613900604985 (patch) | |
tree | 61b921a287d790d5d9d21d3e1a41b374c7be52fa /randrproto.txt | |
parent | 993dbda7b42caed7480dcff0eca4f9af9c1163ba (diff) |
Allow inactive outputs to be set as primary
Diffstat (limited to 'randrproto.txt')
-rw-r--r-- | randrproto.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/randrproto.txt b/randrproto.txt index 8aacfb4..d53df94 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -868,8 +868,8 @@ dynamic changes in the display environment. 'width' and 'height' indicate the size of the area within the screen presented by this CRTC. This may be different than the size of the - mode due to rotation. They will be set to 0 when the CRTC is - disabled. + mode due to rotation. They will be set to 0 when the CRTC + is disabled. 'mode' indicates which mode is active, or None indicating that the CRTC has been disabled and is not displaying the screen contents. @@ -1211,10 +1211,6 @@ dynamic changes in the display environment. desktop environments to mark the screen that should hold the primary menu bar or panel. - If the named output is not connected to any CRTC, or if the Window - and Output are not attached to the same screen, BadMatch is generated. - In the latter case, errorValue will be the Window, not the Output. - As this changes the logical layout of the screen, ConfigureNotify and RRScreenChangeNotify will be generated on the appropriate root window when the primary output is changed by this call. This request |