Fixed memory leak at window closing in DirectFB backend, patch provided by Simon Lanzmich

svn path=/trunk/; revision=18459
This commit is contained in:
Attilio Fiandrotti
2007-07-12 17:09:02 +00:00
parent 508baa258c
commit 34dfd591da
4 changed files with 32 additions and 1 deletions

View File

@ -231,6 +231,9 @@ GdkImage* _gdk_directfb_copy_to_image (GdkDrawable *drawable,
gint height);
void gdk_directfb_event_windows_add (GdkWindow *window);
#if (DIRECTFB_MAJOR_VERSION >= 1)
void gdk_directfb_event_windows_remove (GdkWindow *window);
#endif
GdkGrabStatus gdk_directfb_pointer_grab (GdkWindow *window,
gint owner_events,