aboutsummaryrefslogtreecommitdiff
path: root/GraphDisplayP.h
diff options
context:
space:
mode:
Diffstat (limited to 'GraphDisplayP.h')
-rw-r--r--GraphDisplayP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GraphDisplayP.h b/GraphDisplayP.h
index 4b43b75..a2ca364 100644
--- a/GraphDisplayP.h
+++ b/GraphDisplayP.h
@@ -16,7 +16,7 @@ typedef struct _GraphDisplayRec {
GraphDisplayPart graphDisplay;
} GraphDisplayRec;
-typedef void (*ComputeSizeProc)();
+typedef void (*ComputeSizeProc)(Widget);
typedef struct {
ComputeSizeProc compute_size;