mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
glx: indent -br -i3 -npcs --no-tabs dri_common.h
This commit is contained in:
parent
4d86228321
commit
09c889b318
1 changed files with 9 additions and 8 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue