source:
trunk/config.tests/x11/xrender/xrender.cpp@
139
Last change on this file since 139 was 2, checked in by , 16 years ago | |
---|---|
File size: 253 bytes |
Line | |
---|---|
1 | #include <X11/Xlib.h> |
2 | #include <X11/extensions/Xrender.h> |
3 | |
4 | #if RENDER_MAJOR == 0 && RENDER_MINOR < 5 |
5 | # error "Required Xrender version 0.6 not found." |
6 | #else |
7 | int main(int, char **) |
8 | { |
9 | XRenderPictFormat *format; |
10 | format = 0; |
11 | return 0; |
12 | } |
13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.