Started developing a replacement for uiWindow's Unix implementation. Deleted its Internal field.
This commit is contained in:
parent
b0ed680a4d
commit
78ae87409e
|
@ -72,7 +72,6 @@ interface OSContainer {
|
||||||
func NewOSContainer(osParent uintptr_t) *OSContainer;
|
func NewOSContainer(osParent uintptr_t) *OSContainer;
|
||||||
|
|
||||||
interface Window {
|
interface Window {
|
||||||
field Internal *void;
|
|
||||||
func Destroy(void);
|
func Destroy(void);
|
||||||
func Handle(void) uintptr_t;
|
func Handle(void) uintptr_t;
|
||||||
func Title(void) *char;
|
func Title(void) *char;
|
||||||
|
|
Loading…
Reference in New Issue