wmii/liblitz/blitz.c

17 lines
296 B
C
Raw Normal View History

2006-06-12 15:08:09 +04:00
/*
* (C)opyright MMIV-MMVI Anselm R. Garbe <garbeam at gmail dot com>
* See LICENSE file for license details.
*/
2006-06-13 17:03:46 +04:00
#include <cext.h>
2006-06-12 15:08:09 +04:00
#include "blitz.h"
void
blitz_x11_init(Display *dpy)
2006-06-12 15:08:09 +04:00
{
__blitz.display = dpy;
__blitz.screen = DefaultScreen(dpy);
__blitz.root = DefaultRootWindow(dpy);
2006-06-12 15:08:09 +04:00
}