mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -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>
|
2003-04-23 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/keybindings.c (process_keyboard_move_grab): support
|
* src/keybindings.c (process_keyboard_move_grab): support
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
* 02111-1307, USA.
|
* 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <X11/Xlib.h>
|
||||||
#ifdef HAVE_XKB
|
#ifdef HAVE_XKB
|
||||||
#include <X11/XKBlib.h>
|
#include <X11/XKBlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user