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:
parent
d3dbc00c1f
commit
e987e48f9a
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue