X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fdock.c;h=5e61f00fb198b48d903a7a149d2fc7294213f844;hb=a76e91eb2a514dbd35ad9a9a81308acc7fc5bd89;hp=70e1127290657c54558e6ce23bbae33ccdf5c4be;hpb=939fbcfd31e07a6e0f1cdbfcef9b04f63e6af700;p=chaz%2Fopenbox diff --git a/openbox/dock.c b/openbox/dock.c index 70e11272..5e61f00f 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -2,7 +2,7 @@ dock.c for the Openbox window manager Copyright (c) 2006 Mikael Magnusson - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana Jansens This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -220,7 +220,7 @@ void dock_configure() gint strw, strh; Rect *a; - RrMinsize(dock->a_frame, &minw, &minh); + RrMinSize(dock->a_frame, &minw, &minh); dock->w = dock->h = 0;