summaryrefslogtreecommitdiff
path: root/fluid/proj
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/proj')
-rw-r--r--fluid/proj/align_widget.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/proj/align_widget.cxx b/fluid/proj/align_widget.cxx
index 9ce9e2b62..8056de429 100644
--- a/fluid/proj/align_widget.cxx
+++ b/fluid/proj/align_widget.cxx
@@ -31,9 +31,10 @@
#define BREAK_ON_FIRST break
//#define BREAK_ON_FIRST
-void align_widget_cb(Fl_Widget*, long how)
+void align_widget_cb(Fl_Widget*, void *user_data)
{
const int max = 32768, min = -32768;
+ int how = (int)(fl_intptr_t)(user_data);
int left, right, top, bot, wdt, hgt, n;
Node *o;
int changed = 0;