summaryrefslogtreecommitdiff
path: root/src/rdc_cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdc_cursor.h')
-rw-r--r--src/rdc_cursor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rdc_cursor.h b/src/rdc_cursor.h
index 4ab1fad..69edd96 100644
--- a/src/rdc_cursor.h
+++ b/src/rdc_cursor.h
@@ -18,6 +18,7 @@
* <jason.lin@rdc.com.tw>
*/
+
#define MAX_HWC_WIDTH 64
#define MAX_HWC_HEIGHT 64
#define HWC_SIZE (MAX_HWC_WIDTH*MAX_HWC_HEIGHT*2)
@@ -28,7 +29,7 @@
#define HWC_MONO 0
#define HWC_COLOR 1
-/* define for signature structure */
+
#define HWC_SIGNATURE_CHECKSUM 0x00
#define HWC_SIGNATURE_SizeX 0x04
#define HWC_SIGNATURE_SizeY 0x08