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