Merge pull request #4857 from t-nelson/Gotham_13.2_backports
[vuplus_xbmc] / xbmc / GUIUserMessages.h
index e097fed..9ffec7f 100644 (file)
@@ -4,7 +4,7 @@
 
 /*
  *      Copyright (C) 2005-2013 Team XBMC
- *      http://www.xbmc.org
+ *      http://xbmc.org
  *
  *  This Program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
 
 // Message sent to CGUIWindowSlideshow to show picture
 #define GUI_MSG_SHOW_PICTURE          GUI_MSG_USER + 36
+
+// Sent to text field to support 'input method'
+#define GUI_MSG_INPUT_TEXT            GUI_MSG_USER + 37
+#define GUI_MSG_INPUT_TEXT_EDIT       GUI_MSG_USER + 38