blob: c411d0975b26579368343af29df93511a27537c4 [file] [log] [blame]
// Copyright 2010 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BENCH_GL_XLIB_H_
#define BENCH_GL_XLIB_H_
#include <X11/Xlib.h>
extern Display* g_xlib_display;
extern Window g_xlib_window;
bool XlibInit();
#endif // BENCH_GL_XLIB_H_