summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-08-06 04:33:35 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-08-06 04:33:35 +0000
commit3790897189e008aba2c255a02f8294b50946a02e (patch)
treed7e7143e1c8e49224a0010544b9a415fe6557d8e /apps/gui/skin_engine/wps_internals.h
parent857741419c7ae2482dbef1c5456e85e35b513a4d (diff)
downloadrockbox-3790897189e008aba2c255a02f8294b50946a02e.tar.gz
rockbox-3790897189e008aba2c255a02f8294b50946a02e.zip
more wps->skin moving/renaming
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22180 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/wps_internals.h')
-rw-r--r--apps/gui/skin_engine/wps_internals.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index c00a4f1945..a64ec93f08 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -474,23 +474,11 @@ struct wps_data
474/* Redraw statusbars if necessary */ 474/* Redraw statusbars if necessary */
475void gwps_draw_statusbars(void); 475void gwps_draw_statusbars(void);
476 476
477/* Returns the index of the subline in the subline array
478 line - 0-based line number
479 subline - 0-based subline number within the line
480 */
481int wps_subline_index(struct wps_data *wps_data, int line, int subline);
482
483/* Returns the index of the first subline's token in the token array
484 line - 0-based line number
485 subline - 0-based subline number within the line
486 */
487int wps_first_token_index(struct wps_data *data, int line, int subline);
488
489/* Returns the index of the last subline's token in the token array. 477/* Returns the index of the last subline's token in the token array.
490 line - 0-based line number 478 line - 0-based line number
491 subline - 0-based subline number within the line 479 subline - 0-based subline number within the line
492 */ 480 */
493int wps_last_token_index(struct wps_data *data, int line, int subline); 481int skin_last_token_index(struct wps_data *data, int line, int subline);
494 482
495/* wps_data end */ 483/* wps_data end */
496 484