diff options
author | RALOVICH, Kristóf <tade60@freemail.hu> | 2008-10-13 13:26:09 +0200 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-10-15 11:17:47 +0100 |
commit | e7970d6b17966e54f25929ee5fae3ddd2e646c4a (patch) | |
tree | c3e0bcc3b6fff0dc15fb10ae5cce0d3d2ac94a6e | |
parent | 321a73d9d5744e3ce57a90a6452407e75b7d7d08 (diff) |
glx: indent -br -i3 -npcs --no-tabs dri_common.h
-rw-r--r-- | src/glx/x11/dri_common.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/glx/x11/dri_common.h b/src/glx/x11/dri_common.h index defd29633c..faa6adc10f 100644 --- a/src/glx/x11/dri_common.h +++ b/src/glx/x11/dri_common.h @@ -37,16 +37,17 @@ #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 */ |