wmshutdown: Use const in XPM image. The function gdk_pixbuf_new_from_xpm_data expects a const char, and so previously we had a compiler warning.

This commit is contained in:
Torrance, Douglas 2018-12-08 15:03:47 +00:00 committed by Carlos R. Mafra
parent c177247360
commit 2ef4549500

View file

@ -1,5 +1,5 @@
/* XPM */
static char * image_name[] = {
static const char * image_name[] = {
"48 48 234 2",
" c #C71BCB2BC71B",
". c #BEFBBEFBBEFB",