aboutsummaryrefslogtreecommitdiff
path: root/GraphDisplayP.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2023-07-26 17:31:31 +0200
committerDimitri Sokolyuk <sokolyuk@gmail.com>2023-07-26 17:31:31 +0200
commit22476d9b204ecde6e441f4eff9e4b56fb4502d50 (patch)
tree5f4644eace884f086b4d7e776ad353541f42f295 /GraphDisplayP.h
parentf52da5122ce23c514ab691283191a2670e8cd252 (diff)
Fix warnings
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;