summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/extra/g_canvas.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-02-25 23:35:16 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-02-25 23:35:16 +0000
commitca755f767c2d67fb2b52c292402b3b3d3be28244 (patch)
tree8a9ec0fc757588e51d648806f4e88fa58f67da9c /apps/plugins/pdbox/PDa/extra/g_canvas.h
parent3b53fe048532565dea5d58fddf532ea3a863c697 (diff)
downloadrockbox-ca755f767c2d67fb2b52c292402b3b3d3be28244.tar.gz
rockbox-ca755f767c2d67fb2b52c292402b3b3d3be28244.zip
Fix pdbox makefile to actually take part in dependency generation
Change pdbox include paths to handle this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24916 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pdbox/PDa/extra/g_canvas.h')
-rw-r--r--apps/plugins/pdbox/PDa/extra/g_canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pdbox/PDa/extra/g_canvas.h b/apps/plugins/pdbox/PDa/extra/g_canvas.h
index 9fc580da08..1cf1fc417d 100644
--- a/apps/plugins/pdbox/PDa/extra/g_canvas.h
+++ b/apps/plugins/pdbox/PDa/extra/g_canvas.h
@@ -34,7 +34,7 @@ glist has its own window, even if miniaturized.
34*/ 34*/
35 35
36/* NOTE: this file describes Pd implementation details which may change 36/* NOTE: this file describes Pd implementation details which may change
37in future releases. The public (stable) API is in m_pd.h. */ 37in future releases. The public (stable) API is in ../src/m_pd.h. */
38 38
39#if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus) 39#if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus)
40extern "C" { 40extern "C" {