Hi,
I saw several topics in this board, how to get an “snapshot”-overview of all opened windows.
The scripts i found for this have a problem:
they use an external tool to create the snapshot, then they load the images from harddisk and display them.
This is slow.
The following solution was written in C using imlib2.
Just the internal window-list itself is created with a patched commandlineversion of wxbasic.
I think this is far the fastest solution, as the snapshots are created “in memory” (imlib2) and directly copied from there to an overview-window (xlib).
It is small, just a 160 kb-download.
Homepage:
freewebs.com/markulrich/expose2/index.htm
German:
f24.parsimony.net/forum54930/messages/63989.htm
Preview-image:
Mark