change the maximun cursor size as 128 18/25018/1
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 25 Jul 2014 11:31:41 +0000 (20:31 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 25 Jul 2014 11:32:28 +0000 (20:32 +0900)
Change-Id: Ic510e3c30b251c74a9d769804dee3f8d8510e1ba

src/sec.h

index 9d6d075..5e5a642 100644 (file)
--- a/src/sec.h
+++ b/src/sec.h
@@ -211,8 +211,8 @@ typedef struct
 
 #define ROOT_FB_ADDR (~0UL)
 
-#define SEC_CURSOR_W 64
-#define SEC_CURSOR_H 64
+#define SEC_CURSOR_W 128
+#define SEC_CURSOR_H 128
 
 /* sec framebuffer */
 SECFbPtr      secFbAllocate      (ScrnInfoPtr pScrn, int width, int height);