Commit Graph

4 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult 68f1039aab wip 2024-06-29 16:20:58 +02:00
Enrico Weigelt, metux IT consult 29fc049907 xnest: move screen saver window list into XnestScreenRec
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-06-29 15:05:57 +02:00
Enrico Weigelt, metux IT consult a2c656c968 xnest: record ScreenPtr in XnestScreenRec structure
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-06-29 15:00:47 +02:00
Enrico Weigelt, metux IT consult 4e81519e99 xnest: introduce Xnest screen private structure
Since we've got lots of per-screen information spread across several arrays,
and for future features (eg. mult-upstream support) yet more to come, it's
time to consolidate into a per-screen private structure.

Initially just moving the upstream root window ID into it - others follwing
by subsequent patches. Leaving it as a global array and not assigning
private data to Screen structure yet.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-06-29 15:00:44 +02:00