mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
Remove VIRTUAL_DESKTOP code
Even the option to enable "virtual desktop" in configure.ac was commented out...and I would never intend to use it anyway. So let's just remove the ~800 lines of #ifdef'ed code to have a cleaner code base to read when bored.
This commit is contained in:
10
src/screen.h
10
src/screen.h
@@ -64,21 +64,11 @@ typedef struct WAppIconChain {
|
||||
*/
|
||||
typedef struct _WScreen {
|
||||
int screen; /* screen number */
|
||||
|
||||
#if 0
|
||||
Atom managerAtom; /* WM_Sn atom for manager selection */
|
||||
Window managerWindow; /* window for manager selection */
|
||||
#endif
|
||||
Window info_window; /* for our window manager info stuff */
|
||||
|
||||
int scr_width; /* size of the screen */
|
||||
int scr_height;
|
||||
|
||||
#ifdef VIRTUAL_DESKTOP
|
||||
int virtual_nr_edges;
|
||||
Window * virtual_edges;
|
||||
#endif
|
||||
|
||||
Window root_win; /* root window of screen */
|
||||
int depth; /* depth of the default visual */
|
||||
Colormap colormap; /* root colormap */
|
||||
|
||||
Reference in New Issue
Block a user