Don't access to private WINGs info
commit73d75fa848ce44ce3727de6018f991242c1fad10
authorRodolfo García Peñas (kix) <kix@kix.es>
Tue, 8 Jan 2013 15:58:03 +0000 (8 16:58 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 12 Jan 2013 14:45:29 +0000 (12 14:45 +0000)
tree1bb915d98efbe79882be3535b51c509f34fbd458
parentcba94da2cf97dddb190275cde367dbd471a5381e
Don't access to private WINGs info

From the BALATON Zoltan comment:

If the P in WINGsP.h stands for Private then no files outside of WINGs
should include it. If WINGsConfiguration is an internal structure of
WINGs then only accessor methods should be used outside of WINGs.

This patch uses the new functions to read the WINGs configuration, not
using the internal library data.
src/window.c