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 Wed Jun 24 06:06:40 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Support shell substitutions in config paths
Keep track of last folder in file dialogs
Fix out-of-dateness in GTK path dialog
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 Wed Jun 24 06:06:40 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)))
.