projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e3978
)
if PATH_MAx is undefined for e_alert_main.c - define it.
author
Carsten Haitzler
<raster@rasterman.com>
Wed, 23 May 2012 08:47:37 +0000
(08:47 +0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Wed, 23 May 2012 08:47:37 +0000
(08:47 +0000)
SVN revision: 71351
src/bin/e_alert_main.c
patch
|
blob
|
history
diff --git
a/src/bin/e_alert_main.c
b/src/bin/e_alert_main.c
index
e345fdd
..
20f9992
100644
(file)
--- a/
src/bin/e_alert_main.c
+++ b/
src/bin/e_alert_main.c
@@
-12,6
+12,10
@@
#include <xcb/xcb.h>
#include <xcb/shape.h>
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif
+
#define WINDOW_WIDTH 320
#define WINDOW_HEIGHT 240