comparison Gui/app.c @ 8949:d07ab8e088a9

correct skin changing (fix one critical bug)
author pontscho
date Mon, 13 Jan 2003 23:38:49 +0000
parents ef8c992672f4
children 0a665389cf2b
comparison
equal deleted inserted replaced
8948:37bd5319cc21 8949:d07ab8e088a9
136 appClearItem( &item->menuBase ); 136 appClearItem( &item->menuBase );
137 appClearItem( &item->menuSelected ); 137 appClearItem( &item->menuSelected );
138 item->subR=0; 138 item->subR=0;
139 item->subG=0; 139 item->subG=0;
140 item->subB=0; 140 item->subB=0;
141 item->barIsPresent=0;
142 item->menuIsPresent=0;
141 } 143 }
142 144
143 int appFindKey( unsigned char * name ) 145 int appFindKey( unsigned char * name )
144 { 146 {
145 int i; 147 int i;