nkeynes@94: /** nkeynes@352: * $Id: video_x11.h,v 1.4 2007-02-11 10:09:32 nkeynes Exp $ nkeynes@94: * nkeynes@94: * Parent for all X11 display drivers. nkeynes@94: * nkeynes@94: * Copyright (c) 2005 Nathan Keynes. nkeynes@94: * nkeynes@94: * This program is free software; you can redistribute it and/or modify nkeynes@94: * it under the terms of the GNU General Public License as published by nkeynes@94: * the Free Software Foundation; either version 2 of the License, or nkeynes@94: * (at your option) any later version. nkeynes@94: * nkeynes@94: * This program is distributed in the hope that it will be useful, nkeynes@94: * but WITHOUT ANY WARRANTY; without even the implied warranty of nkeynes@94: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the nkeynes@94: * GNU General Public License for more details. nkeynes@94: */ nkeynes@94: nkeynes@94: #ifndef video_x11_driver_H nkeynes@94: #define video_x11_driver_H nkeynes@94: nkeynes@94: #include "X11/Xlib.h" nkeynes@144: #include "display.h" nkeynes@94: nkeynes@352: gboolean video_glx_init( Display *display, Screen *screen, Window window, nkeynes@352: int width, int height, display_driver_t driver ); nkeynes@108: nkeynes@94: #endif