ATTENTION panel LIBRARY USERS:

There is a minor problem in the panel.h file.  As it comes, the file
has no protection against #include'ing itself more than once.  The easy
fix for this is to put the following two lines at the very beginning
of panel.h:

#ifndef _PANEL_H
#define _PANEL_H

and put this line at the very end of the panel.h file:

#endif _PANEL_H

This should solve a bunch of problems when trying to compile something
which uses the panel library.


-Anatoly Ivasyuk
