diff options
author | Adam Jackson <ajax@redhat.com> | 2008-11-24 15:54:09 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-24 15:54:09 -0500 |
commit | 2c0635eed5ae418ca278d99e044f583d54273097 (patch) | |
tree | a8de95293239cfecc29101e0e9c72b9390e51183 /randr.h | |
parent | 4a960ba3db3c3f8bdf3d519d263f910b6107b9ff (diff) |
Add GetScreenResourcesCurrent
Diffstat (limited to 'randr.h')
-rw-r--r-- | randr.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,7 @@ * Copyright © 2000 Compaq Computer Corporation * Copyright © 2002 Hewlett Packard Company * Copyright © 2006 Intel Corporation + * Copyright © 2008 Red Hat, Inc. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -77,6 +78,9 @@ typedef unsigned long XRandrModeFlags; #define X_RRGetCrtcGamma 23 #define X_RRSetCrtcGamma 24 +/* V1.3 additions */ +#define X_RRGetScreenResourcesCurrent 25 + /* Event selection bits */ #define RRScreenChangeNotifyMask (1L << 0) /* V1.2 additions */ |