/* $Id: Xdeflt.h,v 1.2 1999/01/03 02:05:50 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */ /* * * Define the X window Medley runs in. * */ /************************************************************************/ /* */ /* (C) Copyright 1989-94 Venue. All Rights Reserved. */ /* Manufactured in the United States of America. */ /* */ /* The contents of this file are proprietary information */ /* belonging to Venue, and are provided to you under license. */ /* They may not be further distributed or disclosed to third */ /* parties without the specific permission of Venue. */ /* */ /************************************************************************/ #define DEF_WIN_X 20 #define DEF_WIN_Y 20 #define DEF_WIN_WIDTH 565 #define DEF_WIN_HEIGHT 430 #define WIN_MIN_WIDTH 150 #define WIN_MIN_HEIGHT 100 #define DEF_BDRWIDE 2 #define SCROLL_WIDTH 18 #define WINDOW_NAME "Medley (C) Copyright 1980-94 Venue" #define ICON_NAME "Medley"