diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-12 23:55:56 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-12 23:55:56 -0400 |
| commit | 3949fb94e975a67d76342fd928fcc437af16228a (patch) | |
| tree | 6ca97d87dbeb84e7b310d9974fa9c2dfaddeb841 /sysdata_darwin.h | |
| parent | fd60061ded56a114618af27c31b4f40b2e4f3599 (diff) | |
Further refactoring and de-runtime-izing of sysdata_darwin.go. These changes currently untested.
Diffstat (limited to 'sysdata_darwin.h')
| -rw-r--r-- | sysdata_darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata_darwin.h b/sysdata_darwin.h index f3e49a3..24e24c3 100644 --- a/sysdata_darwin.h +++ b/sysdata_darwin.h @@ -6,7 +6,7 @@ extern void addControl(id, id); extern void controlShow(id); extern void controlHide(id); extern void applyStandardControlFont(id); -extern id makeWindow(void); +extern id makeWindow(id); extern void windowShow(id); extern void windowHide(id); extern id makeButton(void); |
