diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-15 18:47:27 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-15 18:47:27 -0400 |
| commit | 50ae3ca045e7f5f5744043df0a4506e2f6930bb1 (patch) | |
| tree | 1823eb42412e8b5752722ea3e5457c4bf58639d7 | |
| parent | 7174ebb3f6f11aa6610f9aeb7ca8ff355ebac188 (diff) | |
Fixed more ui.idl errors.
| -rw-r--r-- | new/ui.idl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ interface Parent { }; func uiNewParent(osParent uintptr_t) *Parent; -interface uiWindow { +interface Window { field Internal *void; func Destroy(void); func Handle(void) uintptr_t; |
