mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +01:00
GetWindow function, argument not used
The argument "panel" in the function GetWindow() is not used. This patch removes this argument to avoid compiler warnings.
This commit is contained in:
committed by
Carlos R. Mafra
parent
3919363aa3
commit
4989097049
@@ -84,7 +84,7 @@ void SetButtonAlphaImage(WMScreen *scr, WMButton *bPtr, const char *file);
|
||||
void CreateImages(WMScreen *scr, RContext *rc, RImage *xis, const char *file,
|
||||
WMPixmap **icon_normal, WMPixmap **icon_greyed);
|
||||
|
||||
WMWindow *GetWindow(Panel *panel);
|
||||
WMWindow *GetWindow(void);
|
||||
|
||||
/* manipulate the dictionary for the WindowMaker domain */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user