diff options
author | Adam Jackson <ajax@redhat.com> | 2012-11-09 16:48:16 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-09-11 14:37:31 -0400 |
commit | 468b57324f838144d79e3a9d85a0bde853578c4b (patch) | |
tree | 678c5dd6ae176bf2b7b15642afcdb2c31868dac6 /glx | |
parent | 2b181ad0952851f47f23dcb1a36471685313c13e (diff) |
glx: Style fixes
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'glx')
-rw-r--r-- | glx/glxscreens.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/glx/glxscreens.c b/glx/glxscreens.c index 3724d1924..6a07af9af 100644 --- a/glx/glxscreens.c +++ b/glx/glxscreens.c @@ -154,7 +154,9 @@ static const char GLServerExtensions[] = "GL_SGIS_texture_edge_clamp " "GL_SGIS_texture_lod " "GL_SGIX_depth_texture " - "GL_SGIX_shadow " "GL_SGIX_shadow_ambient " "GL_SUN_slice_accum "; + "GL_SGIX_shadow " + "GL_SGIX_shadow_ambient " + "GL_SUN_slice_accum "; /* ** We have made the simplifying assuption that the same extensions are @@ -168,12 +170,14 @@ static char GLXServerExtensions[] = "GLX_EXT_visual_rating " "GLX_EXT_import_context " "GLX_EXT_texture_from_pixmap " - "GLX_OML_swap_method " "GLX_SGI_make_current_read " + "GLX_OML_swap_method " + "GLX_SGI_make_current_read " #ifndef __APPLE__ "GLX_SGIS_multisample " #endif "GLX_SGIX_fbconfig " - "GLX_SGIX_pbuffer " "GLX_MESA_copy_sub_buffer "; + "GLX_SGIX_pbuffer " + "GLX_MESA_copy_sub_buffer "; static Bool glxCloseScreen(ScreenPtr pScreen) |