Ed_
40ffed9538
I now generate the layout the compiler wants, eventually I'll just have a custom policy so that the compiler can accept the non-idiomatic layout See scripts/build.ps1 & gen_staged_compiler_codebase.ps1 for how this is handled.
13 lines
214 B
Odin
13 lines
214 B
Odin
package sectr
|
|
|
|
UI_DockedEntry :: struct {
|
|
placeholder : int,
|
|
}
|
|
|
|
// Non-overlapping, Tiled, window/frame manager
|
|
// Has support for tabbing
|
|
// AKA: Tiled Window Manager
|
|
UI_Docking :: struct {
|
|
placeholder : int,
|
|
}
|