[Lcdproc] Patch for BIGNUM adv_bignum.h
Hon Yuen Kwun
honyuenkwun@gmail.com
Sun Aug 27 02:18:03 2006
This is a multi-part message in MIME format.
--------------020504030606000809090603
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
I was making a client using the CVS branch. I wanted to use custom
ICON's and noticed the defines were not quite right. Attached is a patch
that corrects the defines and adds a few that weren't there.
Jimmy
--------------020504030606000809090603
Content-Type: text/x-patch;
name="adv_bignum.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="adv_bignum.patch"
--- lcdproc-orig/server/drivers/adv_bignum.h 2006-04-25 16:13:29.000000000 -0400
+++ lcdproc-dev/server/drivers/adv_bignum.h 2006-08-26 16:06:47.000000000 -0400
@@ -29,22 +29,31 @@
#define b_______ 0x00
#define b______X 0x01
-#define b_____X_ 0x03
+#define b_____X_ 0x02
#define b_____XX 0x03
#define b____X__ 0x04
+#define b____X_X 0x05
#define b____XX_ 0x06
#define b____XXX 0x07
#define b___X___ 0x08
-#define b___XX__ 0x09
+#define b___X__X 0x09
#define b___X_X_ 0x0A
+#define b___X_XX 0x0B
+#define b___XX__ 0x0C
+#define b___XX_X 0x0D
#define b___XXX_ 0x0E
#define b___XXXX 0x0F
#define b__X____ 0x10
#define b__X___X 0x11
+#define b__X__X_ 0x12
+#define b__X__XX 0x13
+#define b__X_X__ 0x14
#define b__X_X_X 0x15
#define b__X_XX_ 0x16
+#define b__X_XXX 0x17
#define b__XX___ 0x18
#define b__XX__X 0x19
+#define b__XX_X_ 0x1A
#define b__XX_XX 0x1B
#define b__XXX__ 0x1C
#define b__XXX_X 0x1D
--------------020504030606000809090603--