WINGs: Added a few missing 'static' attributes to functions
commit4b89104aca4ec7e1a72851074b2bf05305d86454
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 11 May 2013 22:24:51 +0000 (12 00:24 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 12 May 2013 00:01:20 +0000 (12 01:01 +0100)
tree73e2cd583f887151835b061df808ec5bc9f9bcf3
parent140249ad0c49253bbc5b0d18ff1ea448050cdbf4
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.
WINGs/dragdestination.c
WINGs/selection.c
WINGs/tree.c
WINGs/wpopupbutton.c
WINGs/wtext.c