Fix X11 defines

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1215548 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 34889b2ab5
commit 5783baba4a

@ -182,14 +182,14 @@ typedef XStatus Status;
#endif #endif
// Affects: Should be without side effects. // Affects: Should be without side effects.
#ifdef tqCursorShape #ifdef CursorShape
#ifndef FIXX11H_tqCursorShape #ifndef FIXX11H_CursorShape
#define FIXX11H_tqCursorShape #define FIXX11H_CursorShape
const int XtqCursorShape = tqCursorShape; const int XCursorShape = CursorShape;
#undef tqCursorShape #undef CursorShape
const int tqCursorShape = tqCursorShape; const int CursorShape = CursorShape;
#endif #endif
#undef tqCursorShape #undef CursorShape
#endif #endif
// template ---> // template --->

Loading…
Cancel
Save