Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: client/deps/glbench/src/xlib_window.h

Issue 1168005: Initialization cleanups and couple other minor things: (Closed)
Patch Set: fixes Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/deps/glbench/src/teartest.cc ('k') | client/deps/glbench/src/xlib_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/xlib_window.h
diff --git a/client/deps/glbench/src/xlib_window.h b/client/deps/glbench/src/xlib_window.h
index 6c79a1ad3b9a3cf2fcbad87a75e87e8d6c13f546..b8463c0f114f6a269136eada6268c22a7d204e1e 100644
--- a/client/deps/glbench/src/xlib_window.h
+++ b/client/deps/glbench/src/xlib_window.h
@@ -5,12 +5,13 @@
#ifndef BENCH_GL_XLIB_H_
#define BENCH_GL_XLIB_H_
-#include <GL/glx.h>
#include <X11/Xlib.h>
extern Display *xlib_display;
extern Window xlib_window;
+extern XVisualInfo *xlib_visinfo;
bool XlibInit();
+VisualID GetVisualID();
#endif // BENCH_GL_XLIB_H_
« no previous file with comments | « client/deps/glbench/src/teartest.cc ('k') | client/deps/glbench/src/xlib_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698