summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index 5ab7b7f1..b68090cb 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -2269,7 +2269,7 @@ typedef struct fz_ui_event_s
struct
{
int ptype;
- float x, y;
+ fz_point pt;
} pointer;
} event;
} fz_ui_event;
@@ -2282,7 +2282,7 @@ typedef struct fz_widget_s fz_widget;
/*
Specific types of widget
*/
-typedef struct fz_widget_text_s fz_widget_test;
+typedef struct fz_widget_text_s fz_widget_text;
/*
fz_pass_event: Pass a UI event to an interactive