mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
Reorder clipboard format #2909
This commit is contained in:
committed by
Xinyu Hou
parent
4344b16a20
commit
89eb64a0aa
@@ -57,8 +57,8 @@ public:
|
||||
*/
|
||||
enum EFormat {
|
||||
kText, //!< Text format, UTF-8, newline is LF
|
||||
kHTML, //!< HTML format, HTML fragment, UTF-8, newline is LF
|
||||
kBitmap, //!< Bitmap format, BMP 24/32bpp, BI_RGB
|
||||
kHTML, //!< HTML format, HTML fragment, UTF-8, newline is LF
|
||||
kNumFormats //!< The number of clipboard formats
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user