From 1d57f7b08590255e57dd5931a1993507b4f116c2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 12 Feb 2010 13:44:10 -0500 Subject: using g_slice_new() instead of g_new() part 1 --- openbox/screen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/screen.h') diff --git a/openbox/screen.h b/openbox/screen.h index 94085398..8c6a5570 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -135,6 +135,7 @@ Rect *screen_physical_area_primary(gboolean fixed); /*! @param head is the number of the head or one of SCREEN_AREA_ALL_MONITORS, SCREEN_AREA_ONE_MONITOR @param search NULL or the whole monitor(s) + @return A Rect allocated with g_slice_new() */ Rect* screen_area(guint desktop, guint head, Rect *search); -- cgit v1.2.3