From d97879b25c6f02aa8026f85651b85983711069ea Mon Sep 17 00:00:00 2001 From: crs Date: Sun, 2 May 2004 16:00:45 +0000 Subject: [PATCH] Fixed comment about canonical bitmap clipboard format. --- lib/synergy/IClipboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/synergy/IClipboard.h b/lib/synergy/IClipboard.h index 1f75909e..a5999a68 100644 --- a/lib/synergy/IClipboard.h +++ b/lib/synergy/IClipboard.h @@ -43,7 +43,7 @@ public: */ enum EFormat { kText, //!< Text format, UTF-8, newline is LF - kBitmap, //!< Bitmap format, BMP 24/32bpp, BI_RGB/BI_BITFIELDS + kBitmap, //!< Bitmap format, BMP 24/32bpp, BI_RGB kHTML, //!< HTML format, HTML fragment, UTF-8, newline is LF kNumFormats //!< The number of clipboard formats };