diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-16 15:42:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-16 15:42:51 +0700 |
commit | b1cf3c24a8f4c168bdb94fe1403779dceb95eea2 (patch) | |
tree | ab5eb02a1a41b6ea3cba972eb2ae01fdc8aaef29 /desktop/idesk/compilefix.diff | |
parent | a690491cc3cbbf44a49327ba3baf77d00be636ad (diff) |
desktop/idesk: Added (draws desktop icons on X root window).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/idesk/compilefix.diff')
-rw-r--r-- | desktop/idesk/compilefix.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/idesk/compilefix.diff b/desktop/idesk/compilefix.diff new file mode 100644 index 0000000000000..2d643189167d2 --- /dev/null +++ b/desktop/idesk/compilefix.diff @@ -0,0 +1,11 @@ +diff -Naur idesk-0.7.5/src/DesktopConfig.cpp idesk-0.7.5.patched/src/DesktopConfig.cpp +--- idesk-0.7.5/src/DesktopConfig.cpp 2005-11-10 18:07:58.000000000 -0500 ++++ idesk-0.7.5.patched/src/DesktopConfig.cpp 2014-07-05 00:14:38.000000000 -0400 +@@ -1,3 +1,7 @@ ++#include <sys/types.h> ++#include <sys/stat.h> ++#include <unistd.h> ++ + /* vim:tabstop=4:expandtab:shiftwidth=4 + * + * Idesk -- DesktopConfig.cpp |