mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 14:15:46 +01:00
WINGs: Added a few missing 'static' attributes to functions
Some functions are not meant to be visible by user; the use of the attribute avoid risk of name clash with user functions at link time.
This commit is contained in:
committed by
Carlos R. Mafra
parent
140249ad0c
commit
4b89104aca
@@ -367,7 +367,7 @@ static void paintMenuEntry(PopUpButton * bPtr, int index, int highlight)
|
||||
}
|
||||
}
|
||||
|
||||
Pixmap makeMenuPixmap(PopUpButton * bPtr)
|
||||
static Pixmap makeMenuPixmap(PopUpButton * bPtr)
|
||||
{
|
||||
Pixmap pixmap;
|
||||
W_Screen *scr = bPtr->view->screen;
|
||||
|
||||
Reference in New Issue
Block a user