Reviewed by Richard:
2007-11-12 Sven Herzberg <herzi@imendio.com> Reviewed by Richard: * gdk/quartz/gdkquartz.h: include <gdk/gdkprivate.h> with angle brackets and not with quotation marks svn path=/trunk/; revision=18987
This commit is contained in:

committed by
Sven Herzberg

parent
118e9f41e2
commit
50f412114b
@ -1,3 +1,10 @@
|
|||||||
|
2007-11-12 Sven Herzberg <herzi@imendio.com>
|
||||||
|
|
||||||
|
Reviewed by Richard:
|
||||||
|
|
||||||
|
* gdk/quartz/gdkquartz.h: include <gdk/gdkprivate.h> with angle
|
||||||
|
brackets and not with quotation marks
|
||||||
|
|
||||||
2007-11-12 Alexander Larsson <alexl@redhat.com>
|
2007-11-12 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkselection-x11.c:
|
* gdk/x11/gdkselection-x11.c:
|
||||||
@ -21,6 +28,7 @@
|
|||||||
* gtk/gtkbuilder.c: Convert delayed_properties hashtable to linked
|
* gtk/gtkbuilder.c: Convert delayed_properties hashtable to linked
|
||||||
list. Fixes #495769.
|
list. Fixes #495769.
|
||||||
|
|
||||||
|
>>>>>>> .r18986
|
||||||
2007-11-10 Matthias Clasen <mclasen@redhat.com>
|
2007-11-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/buildertest.c: Parse a file given on the cmdline.
|
* tests/buildertest.c: Parse a file given on the cmdline.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#define __GDK_QUARTZ_H__
|
#define __GDK_QUARTZ_H__
|
||||||
|
|
||||||
#include <AppKit/AppKit.h>
|
#include <AppKit/AppKit.h>
|
||||||
#include "gdk/gdkprivate.h"
|
#include <gdk/gdkprivate.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user