SFML/cmake
Lukas W 135c1716e8 Replaced Xlib by XCB implementation.
* Added FindXCB.cmake script
* Added AutoPointer wrapper for automatically free'ing pointers
* Huge commit: Ported linux implementation of sfml-window to xcb
* Xcb is now used for window creation, event loop etc
* As GLX is linked to Xlib, that part of the implementation
  still uses Xlib.
* Also, some keyboard related (such as XLookupString) stuff
  is still Xlib, as xcb does not have it (yet?).
* Replaced some enums with the xcb equivalents
2014-12-29 08:59:20 +01:00
..
Modules Replaced Xlib by XCB implementation. 2014-12-29 08:59:20 +01:00
toolchains Source code changes. 2014-10-06 01:18:47 +02:00
Config.cmake Source code changes. 2014-10-06 01:18:47 +02:00
Macros.cmake Updated the version to 2.2, added support for patch versions and added the changelog.txt 2014-12-04 16:09:54 +01:00