diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2024-02-20 11:12:38 +1000 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-02-23 23:11:01 +0000 |
commit | eaa92ea4224e161075db3fef3fc12a5d3c72d020 (patch) | |
tree | 69a10f09aea4746da5129098973732a20a5c9b44 /mi | |
parent | af9f70013abc4201c473da7485addc898da4d0da (diff) |
Revert "include: move BUG_*() macros to separate header"
This breaks the xf86-input-synaptics driver:
synaptics.c: In function 'clickpad_guess_clickfingers':
synaptics.c:2638:5: error: implicit declaration of function 'BUG_RETURN_VAL' [-Werror=implicit-function-declaration]
2638 | BUG_RETURN_VAL(hw->num_mt_mask > sizeof(close_point) * 8, 0);
This reverts commit 442aec2219e0aba5482f96e1047748416237ffaa.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1316>
Diffstat (limited to 'mi')
-rw-r--r-- | mi/mieq.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -39,8 +39,6 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xmd.h> #include <X11/Xproto.h> - -#include "bug.h" #include "misc.h" #include "windowstr.h" #include "pixmapstr.h" |