mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Move stuff that doesn't belong in group_init; while here, explicitly
initialize hideall and cycling.
This commit is contained in:
9
screen.c
9
screen.c
@@ -42,9 +42,12 @@ screen_init(int which)
|
||||
|
||||
TAILQ_INIT(&sc->clientq);
|
||||
TAILQ_INIT(&sc->regionq);
|
||||
TAILQ_INIT(&sc->groupq);
|
||||
|
||||
sc->which = which;
|
||||
sc->rootwin = RootWindow(X_Dpy, sc->which);
|
||||
sc->cycling = 0;
|
||||
sc->hideall = 0;
|
||||
conf_screen(sc);
|
||||
|
||||
xu_ewmh_net_supported(sc);
|
||||
@@ -53,6 +56,12 @@ screen_init(int which)
|
||||
screen_update_geometry(sc);
|
||||
group_init(sc);
|
||||
|
||||
xu_ewmh_net_desktop_names(sc);
|
||||
xu_ewmh_net_wm_desktop_viewport(sc);
|
||||
xu_ewmh_net_wm_number_of_desktops(sc);
|
||||
xu_ewmh_net_showing_desktop(sc);
|
||||
xu_ewmh_net_virtual_roots(sc);
|
||||
|
||||
rootattr.cursor = Conf.cursor[CF_NORMAL];
|
||||
rootattr.event_mask = SubstructureRedirectMask|SubstructureNotifyMask|
|
||||
PropertyChangeMask|EnterWindowMask|LeaveWindowMask|
|
||||
|
||||
Reference in New Issue
Block a user