瀏覽代碼

fix for C++

tags/R300_DRIVER_0
Alan Hourihane 22 年之前
父節點
當前提交
3b81ccd826
共有 1 個檔案被更改,包括 8 行新增0 行删除
  1. 8
    0
      include/GL/internal/glcore.h

+ 8
- 0
include/GL/internal/glcore.h 查看文件

@@ -268,7 +268,11 @@ struct __GLdrawableBufferRec {

/* exported */
void (*freePrivate)(__GLdrawableBuffer *buf, __GLdrawablePrivate *glPriv);
#ifdef __cplusplus
void *privatePtr;
#else
void *private;
#endif

/* private */
void *other; /* implementation private data */
@@ -359,7 +363,11 @@ struct __GLdrawablePrivateRec {
void (*unlockDP)(__GLdrawablePrivate *glPriv);

/* exported */
#ifdef __cplusplus
void *privatePtr;
#else
void *private;
#endif
void (*freePrivate)(__GLdrawablePrivate *);

/* client data */

Loading…
取消
儲存