/*
 * $Source: /mit/jik/sipbsrc/src/xscreensaver/RCS/globals.h,v $
 * $Author: jik $
 * $Header: /mit/jik/sipbsrc/src/xscreensaver/RCS/globals.h,v 1.10 1992/02/28 01:47:32 jik Exp $
 * 
 * This file is part of xscreensaver.  It contains global variable
 * declarations.
 * 
 * Author: Jonathan Kamens, MIT Project Athena and
 *                          MIT Student Information Processing Board
 *
 * Copyright (c) 1989 by Jonathan Kamens.  This code may be
 * distributed freely as long as this notice is kept intact in its
 * entirety and every effort is made to send all corrections and
 * improvements to the code back to the author.  Also, don't try to
 * make any money off of it or pretend that you wrote it.
 */

#ifndef MAIN
#define tp extern
#else
#define tp
#endif

tp Display *dpy;
tp int screen;
tp Widget top_widget, root_widget;
tp char *whoami;
tp Defaults defs;
tp Boolean lock_flag, is_locked;
tp Dimension display_height, display_width;
tp Window real_root_window;
tp Times xtimes;
tp FILE *debug_file;
tp XtAppContext app_context;
