]> git.tdb.fi Git - libs/gui.git/blob - source/types.h
Redesign and refactor
[libs/gui.git] / source / types.h
1 /* $Id$
2
3 This file is part of libmspgbase
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #ifndef MSP_GBASE_TYPES_H_
9 #define MSP_GBASE_TYPES_H_
10
11 #include <X11/Xlib.h>
12
13 namespace Msp {
14 namespace Graphics {
15
16 typedef ::Window WindowHandle;
17
18 } // namespace Graphics
19 } // namespace Msp
20
21 #endif