Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 349617 | Differences between
and this patch

Collapse All | Expand All

(-)kdebase-workspace-4.5.4/kcontrol/keyboard/x11_helper.cpp (+3 lines)
Lines 27-32 Link Here
27
#include <X11/Xatom.h>
27
#include <X11/Xatom.h>
28
#include <X11/XKBlib.h>
28
#include <X11/XKBlib.h>
29
#include <X11/extensions/XKBrules.h>
29
#include <X11/extensions/XKBrules.h>
30
// clean up after X.h/Xlib.h
31
#undef Bool
32
#undef Unsorted
30
33
31
34
32
// more information about the limit https://bugs.freedesktop.org/show_bug.cgi?id=19501
35
// more information about the limit https://bugs.freedesktop.org/show_bug.cgi?id=19501
(-)kdebase-workspace-4.5.4/kcontrol/keyboard/xinput_helper.cpp (+4 lines)
Lines 31-36 Link Here
31
#include <X11/extensions/XInput.h>
31
#include <X11/extensions/XInput.h>
32
#endif
32
#endif
33
33
34
// clean up after X.h/Xlib.h
35
#undef Bool
36
#undef Unsorted
37
34
#include "x11_helper.h"
38
#include "x11_helper.h"
35
39
36
40

Return to bug 349617