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

Unified Diff: client/deps/glbench/src/teartest.cc

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/glx_stuff.cc ('k') | client/deps/glbench/src/xlib_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/teartest.cc
diff --git a/client/deps/glbench/src/teartest.cc b/client/deps/glbench/src/teartest.cc
index 0b967028e95b72d66f07249a3e100fb6e23bf258..1dbe30df70140979fa7ef2a8e47071e9c952c689 100644
--- a/client/deps/glbench/src/teartest.cc
+++ b/client/deps/glbench/src/teartest.cc
@@ -112,7 +112,7 @@ int main(int argc, char* argv[]) {
SwapInterval(g_sleep_duration ? 0 : 1);
for (;;) {
XEvent event;
- Bool got_event = XCheckWindowEvent(xlib_display, xlib_window,
+ Bool got_event = XCheckWindowEvent(g_xlib_display, g_xlib_window,
KeyPressMask, &event);
if (got_event)
break;
« no previous file with comments | « client/deps/glbench/src/glx_stuff.cc ('k') | client/deps/glbench/src/xlib_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698