Last change
on this file since 13 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
249 bytes
|
Line | |
---|
1 | #ifdef Q_OS_SOLARIS
|
---|
2 | #error "Not supported."
|
---|
3 | #else
|
---|
4 |
|
---|
5 | #include <X11/Xlib.h>
|
---|
6 | #include <X11/extensions/XInput.h>
|
---|
7 |
|
---|
8 | #ifdef Q_OS_IRIX
|
---|
9 | # include <wacom.h>
|
---|
10 | #endif
|
---|
11 |
|
---|
12 | int main(int, char **)
|
---|
13 | {
|
---|
14 | XDeviceButtonEvent *event;
|
---|
15 | event = 0;
|
---|
16 | return 0;
|
---|
17 | }
|
---|
18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.