diff options
author | Adam Jackson <ajax@redhat.com> | 2009-04-17 17:46:58 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-04-17 17:47:54 -0400 |
commit | ad76656f8869e2065f0c4e66cfbeef0b42c61769 (patch) | |
tree | 13688bac7b58932cff702455e77a296d37d4b424 /hw/xfree86/common/xf86RandR.c | |
parent | d9bf52b4abd29a3c206cd1e765b680659ddac1c6 (diff) |
randr: Accept gamma set requests from XF86VidMode clients too
Diffstat (limited to 'hw/xfree86/common/xf86RandR.c')
-rw-r--r-- | hw/xfree86/common/xf86RandR.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86RandR.c b/hw/xfree86/common/xf86RandR.c index 0e06de661..02dcc34b4 100644 --- a/hw/xfree86/common/xf86RandR.c +++ b/hw/xfree86/common/xf86RandR.c @@ -30,6 +30,7 @@ #include "mibank.h" #include "globals.h" #include "xf86.h" +#include "xf86str.h" #include "xf86Priv.h" #include "xf86DDC.h" #include "mipointer.h" |