mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
* clutter/x11/clutter-event-x11.c:
* clutter/win32/clutter-event-win32.c: Use the HAVE_CONFIG_H guard around #include "config.h"
This commit is contained in:
parent
b510d2827c
commit
06d0696874
@ -1,3 +1,9 @@
|
||||
2008-06-30 Neil Roberts <neil@o-hand.com>
|
||||
|
||||
* clutter/x11/clutter-event-x11.c:
|
||||
* clutter/win32/clutter-event-win32.c: Use the HAVE_CONFIG_H guard
|
||||
around #include "config.h"
|
||||
|
||||
2008-06-30 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/Makefile.am:
|
||||
|
@ -19,7 +19,9 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "clutter-stage-win32.h"
|
||||
#include "clutter-backend-win32.h"
|
||||
|
@ -19,7 +19,9 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "clutter-stage-x11.h"
|
||||
#include "clutter-backend-x11.h"
|
||||
|
Loading…
Reference in New Issue
Block a user