aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwin.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-07-01 17:47:35 +1000
committerinmarket <andrewh@inmarket.com.au>2013-07-01 17:47:35 +1000
commit4afd5ec74429232e4db96001ed89757b0ba55ee7 (patch)
tree5889174cdcadbf39655a178509073952f68462d8 /include/gwin/gwin.h
parentde27a6c2db6f5fb97b3a5d07395a629c879abfbc (diff)
parentdf5f701a11ea5603f1f0b44f0e6bd96084b6d09d (diff)
downloaduGFX-4afd5ec74429232e4db96001ed89757b0ba55ee7.tar.gz
uGFX-4afd5ec74429232e4db96001ed89757b0ba55ee7.tar.bz2
uGFX-4afd5ec74429232e4db96001ed89757b0ba55ee7.zip
Merge branch 'GWIN' into image
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r--include/gwin/gwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index 93cca142..b4be6a83 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.h
@@ -154,7 +154,7 @@ extern "C" {
*
* @api
*/
- GHandle gwinCreateWindow(GWindowObject *pgw, GWindowInit *pInit);
+ GHandle gwinCreateWindow(GWindowObject *pgw, const GWindowInit *pInit);
/**
* @brief Destroy a window (of any type). Releases any dynamically allocated memory.