瀏覽代碼

glapi: Include glheader.h in glapi_nop.c.

In addition to OpenGL headers, glheader.h also defines OpenGL ES types
that are used in core Mesa or ES overlay.
tags/7.8-rc1
Chia-I Wu 16 年之前
父節點
當前提交
4b770d1a11
共有 1 個文件被更改,包括 1 次插入7 次删除
  1. 1
    7
      src/mesa/glapi/glapi_nop.c

+ 1
- 7
src/mesa/glapi/glapi_nop.c 查看文件

@@ -39,6 +39,7 @@


#include "main/compiler.h"
#include "main/glheader.h"
#include "glapi/glapi.h"


@@ -87,11 +88,4 @@ NoOpUnused(void)
#define UNUSED_TABLE_NAME __unused_noop_functions


/*
* Types needed when generating ES 1 functions.
*/
typedef int GLfixed;
typedef int GLclampx;


#include "glapi/glapitemp.h"

Loading…
取消
儲存