New wxDataObject, DnD and Clipboard code
A few more minor fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -721,7 +721,8 @@ enum wxDataFormat
|
||||
wxDF_METAFILE = 3, /* CF_METAFILEPICT */
|
||||
wxDF_DIB = 8, /* CF_DIB */
|
||||
wxDF_OEMTEXT = 7, /* CF_OEMTEXT */
|
||||
wxDF_FILENAME = 15 /* CF_HDROP */
|
||||
wxDF_FILENAME = 15, /* CF_HDROP */
|
||||
wxDF_PRIVATE = 20
|
||||
};
|
||||
|
||||
// Virtual keycodes
|
||||
|
Reference in New Issue
Block a user