diff options
Diffstat (limited to 'x11/idesk/files/patch-src_XImlib2Background.cpp')
-rw-r--r-- | x11/idesk/files/patch-src_XImlib2Background.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/idesk/files/patch-src_XImlib2Background.cpp b/x11/idesk/files/patch-src_XImlib2Background.cpp new file mode 100644 index 000000000000..f55c49d10aa4 --- /dev/null +++ b/x11/idesk/files/patch-src_XImlib2Background.cpp @@ -0,0 +1,16 @@ +*** src/XImlib2Background.cpp.orig Tue Sep 6 01:03:34 2005 +--- src/XImlib2Background.cpp Mon Sep 12 22:39:11 2005 +*************** +*** 23,32 **** +--- 23,33 ---- + */ + + #include "Database.h" + #include "XImlib2Background.h" + #include <X11/Xatom.h> ++ #include "sys/stat.h" + + XImlib2Background::XImlib2Background(AbstractContainer * c, AbstractConfig * con): TimerControl(), + container(c), config(con),delay(0), mode(0), save(NULL), show(NULL), + srctime(0), images(""), directory(""), OneShot(false) + { |