瀏覽代碼

mesa: Clean up header file inclusion in fbobject.h.

tags/android-x86-2.2
Vinson Lee 15 年之前
父節點
當前提交
6121730e74
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      src/mesa/main/fbobject.h

+ 4
- 1
src/mesa/main/fbobject.h 查看文件

@@ -26,7 +26,10 @@
#ifndef FBOBJECT_H
#define FBOBJECT_H

#include "mtypes.h"
#include "glheader.h"

struct gl_context;
struct gl_texture_object;

extern void
_mesa_init_fbobjects(struct gl_context *ctx);

Loading…
取消
儲存