summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
authorPaul Gardiner <paul@glidos.net>2012-05-08 12:35:00 +0100
committerPaul Gardiner <paul@glidos.net>2012-05-08 12:35:00 +0100
commit50b0de6e463ebd954b1a97a2cd093731335f1671 (patch)
tree9a632a6a346a8d4c941f636ca5fcf2ffb2e6bf0c /fitz/fitz.h
parent6a6d2016149c731dfa3a485b1bf0b46d7127681d (diff)
downloadmupdf-50b0de6e463ebd954b1a97a2cd093731335f1671.tar.xz
Forms: handle field appearance change on mouse up/down
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