summaryrefslogtreecommitdiff
path: root/spectro/dispwin.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-03 20:38:41 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-03 20:38:41 +0100
commitba627dd9ecb578e9852c7b9cce67ec63199d1acf (patch)
tree27c4258311ca8c8ed7ff67a8a0bc7280e8fcae79 /spectro/dispwin.h
parent69aec3b712232e93600ecd741269fed1f90b412a (diff)
parent3abb40d43649adb3807180692d8579c405524675 (diff)
Merge branch 'release/2.0.0+repack-1'2.0.0+repack-1
Diffstat (limited to 'spectro/dispwin.h')
-rwxr-xr-x[-rw-r--r--]spectro/dispwin.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/spectro/dispwin.h b/spectro/dispwin.h
index 47fd256..8130d5f 100644..100755
--- a/spectro/dispwin.h
+++ b/spectro/dispwin.h
@@ -118,10 +118,10 @@ typedef struct {
CGDirectDisplayID ddid;
#endif /* UNIX_APPLE */
#if defined(UNIX_X11)
- int screen; /* Screen to select */
- int uscreen; /* Underlying screen */
- int rscreen; /* Underlying RAMDAC screen */
- Atom icc_atom; /* ICC profile root atom for this display */
+ int screen; /* X11 (possibly virtual) Screen */
+ int uscreen; /* Underlying Xinerma/XRandr screen */
+ int rscreen; /* Underlying RAMDAC screen (user override) */
+ Atom icc_atom; /* ICC profile root/output atom for this display */
unsigned char *edid; /* 128 or 256 bytes of monitor EDID, NULL if none */
int edid_len; /* 128 or 256 */
@@ -272,9 +272,9 @@ struct _dispwin {
#if defined(UNIX_X11)
Display *mydisplay;
- int myscreen; /* Usual or virtual screen with Xinerama */
- int myuscreen; /* Underlying screen */
- int myrscreen; /* Underlying RAMDAC screen */
+ int myscreen; /* Overall X11 (possibly virtual) Screen */
+ int myuscreen; /* Underlying Xinerma/Xrandr screen */
+ int myrscreen; /* Underlying RAMDAC screen (user override) */
Atom icc_atom; /* ICC profile root atom for this display */
unsigned char *edid; /* 128 or 256 bytes of monitor EDID, NULL if none */
int edid_len; /* 128 or 256 */