glx: indent -br -i3 -npcs --no-tabs dri_common.h
authorRALOVICH, Kristóf <tade60@freemail.hu>
Mon, 13 Oct 2008 11:26:09 +0000 (13:26 +0200)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 13 Oct 2008 22:53:39 +0000 (16:53 -0600)
src/glx/x11/dri_common.h

index defd29633c12191ee1c6714f866d1253da457ffb..faa6adc10fec1113257d57b75647df77b2df729d 100644 (file)
 #ifndef _DRI_COMMON_H
 #define _DRI_COMMON_H
 
-typedef struct __GLXDRIconfigPrivateRec  __GLXDRIconfigPrivate;
+typedef struct __GLXDRIconfigPrivateRec __GLXDRIconfigPrivate;
 
-struct __GLXDRIconfigPrivateRec {
-    __GLcontextModes modes;
-    const __DRIconfig *driConfig;
+struct __GLXDRIconfigPrivateRec
+{
+   __GLcontextModes modes;
+   const __DRIconfig *driConfig;
 };
 
-extern __GLcontextModes *
-driConvertConfigs(const __DRIcoreExtension *core,
-                 __GLcontextModes *modes, const __DRIconfig **configs);
+extern __GLcontextModes *driConvertConfigs(const __DRIcoreExtension * core,
+                                           __GLcontextModes * modes,
+                                           const __DRIconfig ** configs);
 
 extern const __DRIsystemTimeExtension systemTimeExtension;
 
@@ -56,6 +57,6 @@ extern void ErrorMessageF(const char *f, ...);
 
 extern void *driOpenDriver(const char *driverName);
 
-extern void driBindExtensions(__GLXscreenConfigs *psc, int dri2);
+extern void driBindExtensions(__GLXscreenConfigs * psc, int dri2);
 
 #endif /* _DRI_COMMON_H */