Renamed the ScaleX/Y macros and their local variables
commit5ab9b7c6bef78c6906eb0c2e6ace6f3c5e89264b
authorTim Taenny <tim@taenny.de>
Tue, 18 Jun 2019 19:17:30 +0000 (18 21:17 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 19 Jun 2019 17:06:53 +0000 (19 18:06 +0100)
tree6312e1fee7e86afa6302f6570d17a86fb31167be
parent1e490f8233c1d178e4b33c071fc3ecd19a7a9d81
Renamed the ScaleX/Y macros and their local variables

The names of the macros and the local variables that they use
have been changed to make them less "user-space" like.

    ScaleX -> WMScaleX
    ScaleY -> WMScaleY
    fw     -> wmScaleWidth
    fh     -> wmScaleHeight
WINGs/WINGs/WUtil.h
WINGs/wpanel.c
src/dialog.c
src/dockedapp.c