00001 /*************************************************************************** 00002 begin : Wed Dec 20 2006 00003 copyright : (C) 2006 by Alper Akcan 00004 email : distchx@yahoo.com 00005 ***************************************************************************/ 00006 00007 /*************************************************************************** 00008 * * 00009 * This program is free software; you can redistribute it and/or modify * 00010 * it under the terms of the GNU Lesser General Public License as * 00011 * published by the Free Software Foundation; either version 2.1 of the * 00012 * License, or (at your option) any later version. * 00013 * * 00014 ***************************************************************************/ 00015 00016 #ifndef WIDGETR_H_ 00017 #define WIDGETR_H_ 00018 00019 typedef struct ctable_s { 00020 unsigned int depth; 00021 unsigned int mask; 00022 w_table_t *table; 00023 } ctable_t; 00024 00025 typedef struct w_widgetr_s w_widgetr_t; 00026 int axtoi (char *hex); 00027 00028 #endif /*WIDGETR_H_*/
1.4.7