dtprintinfo: Resolve CID 87253
This commit is contained in:
@@ -85,7 +85,7 @@ static void ChangeManaged(WorkAreaWidget);
|
|||||||
static void Redisplay(WorkAreaWidget, XEvent *, Region);
|
static void Redisplay(WorkAreaWidget, XEvent *, Region);
|
||||||
static void CreateGC(WorkAreaWidget);
|
static void CreateGC(WorkAreaWidget);
|
||||||
static void NewLayout(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 *);
|
Dimension, Dimension, int *, int *, int, int *);
|
||||||
static void SetPositions(WorkAreaWidget, Widget);
|
static void SetPositions(WorkAreaWidget, Widget);
|
||||||
static int OpenedSubnodes(Widget);
|
static int OpenedSubnodes(Widget);
|
||||||
@@ -1042,7 +1042,7 @@ NewLayout(
|
|||||||
* FUNCTION:
|
* FUNCTION:
|
||||||
* RETURNS:
|
* RETURNS:
|
||||||
*/
|
*/
|
||||||
static int
|
static void
|
||||||
ComputePositions(
|
ComputePositions(
|
||||||
WorkAreaWidget workArea,
|
WorkAreaWidget workArea,
|
||||||
Widget w,
|
Widget w,
|
||||||
|
|||||||
Reference in New Issue
Block a user