#  Copyright (C) 1991, 1992, 1993  1994 Free Software Association of Germany
# 
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the DFSL or the GNU General Public License as 
#  published by the Free Software Association of Germany.
# 
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  DFSL or the GNU General Public License for more details.
# 
#  You should have received a copy of the DFSL or the GNU General 
#  Public License along with this program; if not, write to the 
#  Free Software Association, c/o Michaela Merz, Heimatring 19,
#  6000 Frankfurt/Main 80, Germany. Or write to the Free Software
#  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
# 
# 
# 
#   cmdf_graphics is part of GREAT 
#   Written by Ruediger <styx@leda.fsag.de> 
#                  and 
#   Michaela Merz <misch@elara.fsag.de 
# 
################################################################### 
DEFAULT
{
	sound $GREAT_SOUND_DIR/better_boing.au
	pixmap xterm.xpm
}

Pixmap
{
	name Pixmap
	pixmap pixmap.xpm
	push_action pixmap
	drop_action "pixmap -f $0"
}

XPaint
{
	name Xpaint
	pixmap xpaint.xpm
	push_action xpaint
	drop_action "xpaint $0"
}

XGrab
{
	name XGrab
	pixmap xgrab.xpm
	push_action xgrab
}



