summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdepend.c
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2011-05-23 05:03:16 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2011-05-23 05:03:16 +0000
commitb63233e7a6fefc7101369fcd653abbccfe14fb1f (patch)
treec41cf1a68d275a8627f1005121718f10aa91b3b9 /src/osd/osdepend.c
parentae9fbbe44df5e8e4469d69f075a03ce8e7579286 (diff)
Call off the dogs, the OSD routing for OSD-side sliders has been fixed. nwn
Diffstat (limited to 'src/osd/osdepend.c')
-rw-r--r--src/osd/osdepend.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/osd/osdepend.c b/src/osd/osdepend.c
index 33a352b599e..115c506a297 100644
--- a/src/osd/osdepend.c
+++ b/src/osd/osdepend.c
@@ -231,3 +231,12 @@ bitmap_t *osd_interface::font_get_bitmap(osd_font font, unicode_char chnum, INT3
{
return NULL;
}
+
+//-------------------------------------------------
+// get_slider_list - allocate and populate a
+// list of OS-dependent slider values.
+//-------------------------------------------------
+void *osd_interface::get_slider_list()
+{
+ return NULL;
+}