Files
xserver/include
Enrico Weigelt, metux IT consult 5391a1e147 include: xkbstr.h: fix missing include of Xdefs.h
xkbstr.h uses types from Xdefs.h (eg. Bool) but doesn't include it.
If somebody includes it, w/o including Xdefs.h first, compile breaks:

../include/xkbstr.h:84:5: error: unknown type name ‘Bool’
   84 |     Bool active;
      |     ^~~~
../include/xkbstr.h:517:5: error: unknown type name ‘Bool’
  517 |     Bool num_groups_changed;
      |     ^~~~
../include/xkbstr.h:608:5: error: unknown type name ‘Bool’
  608 |     Bool has_own_state;
      |     ^~~~

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1474>
(cherry picked from commit 992aba3cb7)
2026-01-19 12:32:25 -08:00
..
2020-07-05 13:07:33 -07:00
2026-01-19 12:32:20 -08:00
2017-06-20 16:37:24 -04:00
2023-11-29 21:18:29 +00:00
2017-03-17 15:14:42 -04:00
2020-07-05 13:07:33 -07:00
2024-01-09 09:49:54 +10:00
2026-01-19 12:32:20 -08:00
2019-04-12 21:53:03 +00:00
2026-01-19 12:32:24 -08:00
2026-01-19 12:32:24 -08:00
2019-01-10 18:40:20 +02:00