1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 21:38:00 +01:00

Virtual desktop code (very experiment!!!!!)

This commit is contained in:
id
1999-12-18 11:52:49 +00:00
parent 087fc7c82c
commit 8eb0c79c54
9 changed files with 192 additions and 0 deletions

View File

@@ -69,6 +69,13 @@ typedef struct _WScreen {
int scr_width; /* size of the screen */
int scr_height;
#ifdef VIRTUAL_DESKTOP
Window virtual_edge_u;
Window virtual_edge_d;
Window virtual_edge_l;
Window virtual_edge_r;
#endif
Window root_win; /* root window of screen */
int depth; /* depth of the default visual */
Colormap colormap; /* root colormap */