diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-02-12 13:44:10 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-02-12 13:44:10 -0500 |
| commit | 1d57f7b08590255e57dd5931a1993507b4f116c2 (patch) | |
| tree | dba966b4f8a58a21c37f73e47c692495e1a4448a /openbox/screen.h | |
| parent | 98c86118ca941d71c0c511c865d5913814012aed (diff) | |
using g_slice_new() instead of g_new() part 1
Diffstat (limited to 'openbox/screen.h')
| -rw-r--r-- | openbox/screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
