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

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

Issue 1219003: Store GLXFBConfig and get X visual ID from it. (Closed)
Patch Set: Don't redeclare variables. 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/glx_stuff.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 b886e10146caba3e0df304432bf3d2f862dd251d..cb7e9b67607e4a4e85940894e180c5837043cc90 100644
--- a/client/deps/glbench/src/xlib_window.h
+++ b/client/deps/glbench/src/xlib_window.h
@@ -12,6 +12,6 @@ extern Window g_xlib_window;
extern XVisualInfo *g_xlib_visinfo;
bool XlibInit();
-VisualID GetVisualID();
+XVisualInfo* GetXVisual();
#endif // BENCH_GL_XLIB_H_
« no previous file with comments | « client/deps/glbench/src/glx_stuff.cc ('k') | client/deps/glbench/src/xlib_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698