From ad59de83b7f82cb812d23ac2bb948ac32fe0ac71 Mon Sep 17 00:00:00 2001 From: Leo Howell Date: Thu, 8 Oct 2009 12:18:31 +0900 Subject: Render ec level, mask info bits --- lpg/libqr/qr/code.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lpg/libqr/qr/code.h') diff --git a/lpg/libqr/qr/code.h b/lpg/libqr/qr/code.h index 56a9884..dba0040 100644 --- a/lpg/libqr/qr/code.h +++ b/lpg/libqr/qr/code.h @@ -5,10 +5,10 @@ #include "types.h" enum qr_ec_level { - QR_EC_LEVEL_L, - QR_EC_LEVEL_M, - QR_EC_LEVEL_Q, - QR_EC_LEVEL_H + QR_EC_LEVEL_L = 0x1, + QR_EC_LEVEL_M = 0x0, + QR_EC_LEVEL_Q = 0x3, + QR_EC_LEVEL_H = 0x2 }; struct qr_code * qr_code_create(enum qr_ec_level ec, -- cgit v1.2.3-70-g09d2