mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 02:12:30 +01:00
Coverity: fix RContextAttributes uninitialized variable
This commit is contained in:
committed by
Carlos R. Mafra
parent
76fa91d21e
commit
8ca89f0141
@@ -617,7 +617,7 @@ WScreen *wScreenInit(int screen_number)
|
||||
{
|
||||
WScreen *scr;
|
||||
XIconSize icon_size[1];
|
||||
RContextAttributes rattr;
|
||||
RContextAttributes rattr = {};
|
||||
long event_mask;
|
||||
XErrorHandler oldHandler;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user