1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtprintinfo: Resolve CID 87253

This commit is contained in:
Peter Howkins 2015-01-15 16:07:10 +00:00
parent d3dbc00c1f
commit e987e48f9a

View file

@ -85,7 +85,7 @@ static void ChangeManaged(WorkAreaWidget);
static void Redisplay(WorkAreaWidget, XEvent *, Region);
static void CreateGC(WorkAreaWidget);
static void NewLayout(WorkAreaWidget);
static int ComputePositions(WorkAreaWidget, Widget, Dimension *, Dimension *,
static void ComputePositions(WorkAreaWidget, Widget, Dimension *, Dimension *,
Dimension, Dimension, int *, int *, int, int *);
static void SetPositions(WorkAreaWidget, Widget);
static int OpenedSubnodes(Widget);
@ -1042,7 +1042,7 @@ NewLayout(
* FUNCTION:
* RETURNS:
*/
static int
static void
ComputePositions(
WorkAreaWidget workArea,
Widget w,