Search
lxdream.org :: lxdream/src/lxpaths.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/lxpaths.h
changeset 1241:74f8e11ab4b8
prev1205:a486ac64f34b
next1296:30ecee61f811
author nkeynes
date Mon Mar 05 11:41:03 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Small cleanups:
Refactor the post-windowing setup into gl_init_driver() in video_gl.c
Move gl_sl.c into src/drivers and tidy up a bit.
Fix OS X compiling plugins with -mdynamic-no-pic
file annotate diff log raw
1.1 --- a/src/lxpaths.h Mon Jan 30 20:11:08 2012 +1000
1.2 +++ b/src/lxpaths.h Mon Mar 05 11:41:03 2012 +1000
1.3 @@ -42,6 +42,11 @@
1.4 */
1.5 const char *get_user_data_path();
1.6
1.7 +/**
1.8 + * Set the user data path
1.9 + */
1.10 +void set_user_data_path( const char *p );
1.11 +
1.12 /******************** Path helpers *****************/
1.13
1.14 /**
.