mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 21:45:54 +01:00
Add missing initializers
This commit is contained in:
committed by
Carlos R. Mafra
parent
4247ac9f82
commit
62f4eff7ae
@@ -1600,8 +1600,8 @@ static Cursor magnifyGrabPointer(W_ColorPanel * panel)
|
||||
W_Screen *scr = WMWidgetScreen(panel->win);
|
||||
Pixmap magPixmap, magPixmap2;
|
||||
Cursor magCursor;
|
||||
XColor fgColor = { 0, 0, 0, 0, DoRed | DoGreen | DoBlue };
|
||||
XColor bgColor = { 0, 0xbf00, 0xa000, 0x5000, DoRed | DoGreen | DoBlue };
|
||||
XColor fgColor = { 0, 0, 0, 0, DoRed | DoGreen | DoBlue, 0 };
|
||||
XColor bgColor = { 0, 0xbf00, 0xa000, 0x5000, DoRed | DoGreen | DoBlue, 0 };
|
||||
|
||||
/* Cursor creation stuff */
|
||||
magPixmap = XCreatePixmapFromBitmapData(scr->display, W_DRAWABLE(scr),
|
||||
|
||||
Reference in New Issue
Block a user