1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 14:42:29 +01:00

wmaker: Removed notion of 'Default' mouse cursor

A default cursor would make sense if we were talking about an API,
where we would propose a 'I-don't-know' choice to devs, but here
we're talking about WindowMaker's internal, where we're supposed
to provide a consistent interface to the user, so picking a
cursor is not an option (and 'Normal' is actually a decent
looking choice anyway).

Suggested-by: Rodolfo García Peñas <kix@kix.es>
This commit is contained in:
Christophe CURIS
2013-09-29 18:39:01 +02:00
committed by Carlos R. Mafra
parent b48b3370e2
commit 32cebb1305
4 changed files with 7 additions and 10 deletions

View File

@@ -463,7 +463,7 @@ static void createInternalWindows(WScreen * scr)
attribs.override_redirect = True;
attribs.background_pixmap = None;
attribs.background_pixel = scr->white_pixel;
attribs.cursor = wPreferences.cursor[WCUR_DEFAULT];
attribs.cursor = wPreferences.cursor[WCUR_NORMAL];
vmask |= CWColormap;
attribs.colormap = scr->w_colormap;
scr->dock_shadow =