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

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

Issue 1208001: Renamed globals xlib_* to g_xlib_*. (Closed)
Patch Set: 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 b8463c0f114f6a269136eada6268c22a7d204e1e..b886e10146caba3e0df304432bf3d2f862dd251d 100644
--- a/client/deps/glbench/src/xlib_window.h
+++ b/client/deps/glbench/src/xlib_window.h
@@ -7,9 +7,9 @@
#include <X11/Xlib.h>
-extern Display *xlib_display;
-extern Window xlib_window;
-extern XVisualInfo *xlib_visinfo;
+extern Display *g_xlib_display;
+extern Window g_xlib_window;
+extern XVisualInfo *g_xlib_visinfo;
bool XlibInit();
VisualID GetVisualID();
« 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