source:
trunk/config.tests/x11/xlib/xlib.cpp@
5
Last change on this file since 5 was 2, checked in by , 16 years ago | |
---|---|
File size: 124 bytes |
Line | |
---|---|
1 | #include <X11/Xlib.h> |
2 | |
3 | int main(int, char **) |
4 | { |
5 | Display *d = XOpenDisplay(NULL); |
6 | XCloseDisplay(d); |
7 | return 0; |
8 | } |
9 |
Note:
See TracBrowser
for help on using the repository browser.