########## FIX EGGTRAY ICON DISAPPEARANCE ##################

########### FIX TRANSLUCENY TOP LEVEL WINDOW ENUMERATION ###########

Enumerate Desktop Windows with XQueryTree in stdxinc.cc line 35
Then set them in the translucency vbox so they are enumerated in the vbox with 
a slider. I got this working, but it enumerated all the children windows from the XQueryTree on the Root Window, not just the top level windows, so I commented 
it out for now.
Also that stack at the top of window1.cc is reserved memory for those window handles to be used later by the slider event handlers.

help starting at line 209 of gcompmgr-0.15/src/window1.cc
where it says
    // EnumDesktopWindows() not working
    // MUST DEBUG THIS SECTION TO ENUMERATE ONLY APPLICATION DESKTOP XWINDOWS
   
I haven't had time to debug that. grab_desktop_hwnds() function from stdxinc.cc line 35
