summaryrefslogtreecommitdiffstats
path: root/config.tests/x11/xshape/xshape.cpp
blob: 01b5ef4c97ba1462139708f035b57e4787c46ed3 (plain)
1
2
3
4
5
6
7
8
9
10
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/extensions/shape.h>

int main(int, char **)
{
    XShapeEvent shapeevent;
    shapeevent.type = 0;
    return 0;    
}