diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-10-29 18:13:58 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2007-10-29 18:14:18 -0400 |
commit | 692654b4300e61a9481e6fa588bcb44a3c3ca150 (patch) | |
tree | 26f06fce2d0f271c6d9cb078138de612d13aa20c /hw/xfree86/common/xf86Config.c | |
parent | a5546a99ac4da61aee0d49c55bcb38bbce9a96aa (diff) |
Set up visuals for the existing X visuals.
This makes the root visual a GLX capable visual again and adds a GLX visual
for the COMPOSITE ARGB visual cleanly (as opposed to the hack we had before).
Diffstat (limited to 'hw/xfree86/common/xf86Config.c')
-rw-r--r-- | hw/xfree86/common/xf86Config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c index 35b62a244..b8929c3dd 100644 --- a/hw/xfree86/common/xf86Config.c +++ b/hw/xfree86/common/xf86Config.c @@ -1094,7 +1094,7 @@ configServerFlags(XF86ConfFlagsPtr flagsconf, XF86OptionPtr layoutopts) } #ifdef GLXEXT - xf86Info.glxVisuals = XF86_GlxVisualsAll; + xf86Info.glxVisuals = XF86_GlxVisualsTypical; xf86Info.glxVisualsFrom = X_DEFAULT; if ((s = xf86GetOptValString(FlagOptions, FLAG_GLX_VISUALS))) { if (!xf86NameCmp(s, "minimal")) { |