mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-06 09:15:47 +01:00
WINGs: Added a few missing const attributes
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
c7f745c353
commit
26c64933e0
@@ -15,7 +15,7 @@ char *WMViewRealizedNotification = "WMViewRealizedNotification";
|
||||
VisibilityChangeMask|FocusChangeMask|PropertyChangeMask|\
|
||||
SubstructureNotifyMask|SubstructureRedirectMask
|
||||
|
||||
static XSetWindowAttributes defAtts = {
|
||||
static const XSetWindowAttributes defAtts = {
|
||||
None, /* background_pixmap */
|
||||
0, /* background_pixel */
|
||||
CopyFromParent, /* border_pixmap */
|
||||
|
||||
Reference in New Issue
Block a user