Search
lxdream.org :: lxdream/src/lxdream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/lxdream.h
changeset 1024:c67f2d61ab97
prev939:6f2302afeb89
next1038:f220d18c0615
author nkeynes
date Sat Jun 13 07:12:51 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Load plugins from the directory containing the executable first if they're there -
simplifies development testing.
Add dummy plugin for easy identification of the plugin directory
file annotate diff log raw
1.1 --- a/src/lxdream.h Sat Jan 03 03:30:26 2009 +0000
1.2 +++ b/src/lxdream.h Sat Jun 13 07:12:51 2009 +0000
1.3 @@ -90,6 +90,7 @@
1.4 /****************** System paths ****************/
1.5 const char *get_sysconf_path();
1.6 const char *get_locale_path();
1.7 +const char *get_plugin_path();
1.8
1.9 #ifdef HAVE_FASTCALL
1.10 #define FASTCALL __attribute__((regparm(2)))
.