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