Unmark some structs as pub
This commit is contained in:
parent
2f29434af0
commit
96d34bc043
5 changed files with 11 additions and 12 deletions
|
|
@ -55,7 +55,7 @@ pub const PendingManage = struct {
|
|||
};
|
||||
};
|
||||
|
||||
pub const PendingRender = struct {
|
||||
const PendingRender = struct {
|
||||
position: ?struct { x: i32, y: i32 } = null,
|
||||
|
||||
focused: ?bool = null,
|
||||
|
|
@ -66,7 +66,7 @@ pub const PendingRender = struct {
|
|||
place_top: bool = false,
|
||||
};
|
||||
|
||||
pub const DimensionsHint = struct {
|
||||
const DimensionsHint = struct {
|
||||
min_width: u31 = 0,
|
||||
min_height: u31 = 0,
|
||||
max_width: u31 = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue