forked from AuroraMiddleware/gtk
Add missing function signature to fix a build warning.
2007-03-10 Richard Hult <richard@imendio.com> * gdk/quartz/gdkprivate-quartz.h: Add missing function signature to fix a build warning. svn path=/trunk/; revision=17462
This commit is contained in:
parent
feabd0d76d
commit
9493e135c7
@ -1,3 +1,8 @@
|
|||||||
|
2007-03-10 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
|
* gdk/quartz/gdkprivate-quartz.h: Add missing function signature to fix
|
||||||
|
a build warning.
|
||||||
|
|
||||||
2007-03-10 Richard Hult <richard@imendio.com>
|
2007-03-10 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
* gdk/quartz/gdkdisplay-quartz.c: (gdk_display_get_name): Plug a leak.
|
* gdk/quartz/gdkdisplay-quartz.c: (gdk_display_get_name): Plug a leak.
|
||||||
|
@ -164,6 +164,7 @@ extern GdkWindow *_gdk_quartz_pointer_grab_window;
|
|||||||
|
|
||||||
NSImage *_gdk_quartz_pixbuf_to_ns_image (GdkPixbuf *pixbuf);
|
NSImage *_gdk_quartz_pixbuf_to_ns_image (GdkPixbuf *pixbuf);
|
||||||
|
|
||||||
|
void _gdk_quartz_event_loop_init (void);
|
||||||
NSEvent *_gdk_quartz_event_loop_get_current (void);
|
NSEvent *_gdk_quartz_event_loop_get_current (void);
|
||||||
void _gdk_quartz_event_loop_release_current (void);
|
void _gdk_quartz_event_loop_release_current (void);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user