Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: public/fpdf_fwlevent.h

Issue 2510793003: Continue formatting fwl/core (Closed)
Patch Set: format Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | xfa/fwl/core/fwl_widgetdef.h » ('j') | xfa/fwl/core/ifwl_listbox.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/fpdf_fwlevent.h
diff --git a/public/fpdf_fwlevent.h b/public/fpdf_fwlevent.h
index 511c6a34800e0d438f0229858b77c660b3a7a207..8d2f1a4d7603cb88517d870778da12432e258f1c 100644
--- a/public/fpdf_fwlevent.h
+++ b/public/fpdf_fwlevent.h
@@ -75,6 +75,7 @@ struct FWL_EVENT_MOUSEWHEEL {
typedef enum {
FWL_VKEY_Back = 0x08,
FWL_VKEY_Tab = 0x09,
+ FWL_VKEY_NewLine = 0x0A,
FWL_VKEY_Clear = 0x0C,
FWL_VKEY_Return = 0x0D,
FWL_VKEY_Shift = 0x10,
« no previous file with comments | « no previous file | xfa/fwl/core/fwl_widgetdef.h » ('j') | xfa/fwl/core/ifwl_listbox.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698