comment for the n_siblings surface member

This commit is contained in:
rhodes-b
2025-09-20 22:47:50 -05:00
parent 3d3551d1ed
commit 1c59ed5d60

View File

@@ -522,6 +522,9 @@ pub const Surface = extern struct {
/// A weak reference to an inspector window.
inspector: ?*InspectorWindow = null,
/// Number of siblings related to this surface. This is used for
/// the unfocused-split-* options which are only applied when ther is
/// more than once surface (split) in a tab
n_siblings: u64 = 0,
// Template binds