/*
 * gsnapshot - GTK+ screen window capture program.
 *
 * Project is under development. As of 2006-04-30 the user interface
 * layout is functional. Buttons, options menus, sliders work for a
 * user to interact with; Quit button has the proper handler for clean
 * program exit.
 *
 *   --------------------------------------------------
 *  |+------------------------+                        |
 *  ||                        |     [[ new snapshot ]] |
 *  ||                        |                        |
 *  ||                        |                        |
 *  ||                        |                        |
 *  ||                        |                        |
 *  ||                        |                        |
 *  ||                        |                        |
 *  ||                        |     [[   save as    ]] |
 *  ||                        |     [[    print     ]] |
 *  |+------------------------+                        |
 *  |--------------------------------------------------|
 *  |<< capture mode   >> {{ window under cursor  - }} |
 *  |<< snapshot delay >> {{ no delay  +/-          }} |
 *  |[_] include window decorations                    |
 *  |--------------------------------------------------|
 *  |                                       [[ quit ]] |
 *   --------------------------------------------------
 *
 * GNU autoconf is used in the future to generate make description
 * files. A autogen.sh script is provided to make it easier to
 * generate the ./configure (and friends) if you have downloaded
 * from SourceForge source control:
 *
 *   % ./autogen.sh
 *   % ./configure [--prefix=/usr/local]
 *   % make
 *
 * Test with:
 *
 *   % ./src/gsnapshot
 *   % ./src/gdisplay
 */
