forked from vitrine/wmaker
The WMHashTable rewrite branch was prematurely merged. This patch fixes some of the things that were overlooked in that merge. WMHashEnumerator should be an opaque type that is free'd after it is created. We hope to axe WMHashTable entirely, but it's reasonable to get this fix in for now so that the WMFontPanel integration test in WINGs/Tests can run on top of the changes we've made so far. As of this commit, it's still broken, but it behaves better than it did.