comparison audacious/textbox.c @ 1222:09a96847fa53 trunk

[svn] - There's an ellipsis character in text.png. Let's use it like we should.
author nhjm449
date Wed, 14 Jun 2006 02:07:52 -0700
parents ef986f844d5c
children 55e16d7d2de2
comparison
equal deleted inserted replaced
1221:f72025664bed 1222:09a96847fa53
242 switch (c) { 242 switch (c) {
243 case '"': 243 case '"':
244 *x = 130; 244 *x = 130;
245 *y = 0; 245 *y = 0;
246 break; 246 break;
247 case '\r':
248 *x = 50;
249 *y = 6;
250 break;
247 case ':': 251 case ':':
248 *x = 60; 252 *x = 60;
249 *y = 6; 253 *y = 6;
250 break; 254 break;
251 case '(': 255 case '(':