mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
include Xlib.h before XKBlib.h which is required on Solaris. #111877 from
2003-04-29 Havoc Pennington <hp@redhat.com> * src/bell.h: include Xlib.h before XKBlib.h which is required on Solaris. #111877 from Peter O'Shea
This commit is contained in:
parent
2722c277ee
commit
9569096991
@ -1,3 +1,8 @@
|
||||
2003-04-29 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* src/bell.h: include Xlib.h before XKBlib.h which is required on
|
||||
Solaris. #111877 from Peter O'Shea
|
||||
|
||||
2003-04-23 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/keybindings.c (process_keyboard_move_grab): support
|
||||
|
@ -19,6 +19,7 @@
|
||||
* 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#ifdef HAVE_XKB
|
||||
#include <X11/XKBlib.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user