Commit f8ed4f8
committed
Update window destruction to use hide and destroy APIs
Replaces window destruction via manager with direct calls to native_window_destroy and native_window_hide. This change improves resource cleanup and aligns with updated API usage in both C API bindings and example code.1 parent bc0136f commit f8ed4f8
File tree
2 files changed
+3
-4
lines changed- .cursor/rules
- examples/window_c_example
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
| |||
0 commit comments