summaryrefslogtreecommitdiff
path: root/spectro/dispwin.h
diff options
context:
space:
mode:
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 */