diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_notedriver.h')
-rw-r--r-- | xfa/fwl/core/ifwl_notedriver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_notedriver.h b/xfa/fwl/core/ifwl_notedriver.h index 783bebcd10..4bf265593c 100644 --- a/xfa/fwl/core/ifwl_notedriver.h +++ b/xfa/fwl/core/ifwl_notedriver.h @@ -29,7 +29,8 @@ class IFWL_NoteDriver { public: virtual ~IFWL_NoteDriver() {} - virtual FX_BOOL SendNote(CFWL_Note* pNote) = 0; + virtual FX_BOOL SendEvent(CFWL_Event* pNote) = 0; + virtual FWL_ERR RegisterEventTarget( IFWL_Widget* pListener, IFWL_Widget* pEventSource = NULL, |