mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
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>
|
||||
|
||||
* gdk/x11/gdkselection-x11.c:
|
||||
@ -21,6 +28,7 @@
|
||||
* gtk/gtkbuilder.c: Convert delayed_properties hashtable to linked
|
||||
list. Fixes #495769.
|
||||
|
||||
>>>>>>> .r18986
|
||||
2007-11-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/buildertest.c: Parse a file given on the cmdline.
|
||||
|
@ -22,7 +22,7 @@
|
||||
#define __GDK_QUARTZ_H__
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include "gdk/gdkprivate.h"
|
||||
#include <gdk/gdkprivate.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user