summaryrefslogtreecommitdiffstats
path: root/src/tk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk.h')
-rw-r--r--src/tk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tk.h b/src/tk.h
index 165e83e..60018f6 100644
--- a/src/tk.h
+++ b/src/tk.h
@@ -56,7 +56,7 @@ mftk_grid_new(int rows, int cols, int row_spacing, int col_spacing, ...);
struct mftk_widget *
mftk_box_new(int container_w, int container_h, int own_w, int own_h,
- int padding, struct mftk_widget *child);
+ int padding, int border, struct mftk_widget *child);
struct mftk_widget *
mftk_check_new(int butn_width, int butn_padding, int state, int label_padding,