mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-04 15:26:16 +00:00
Maiko sources matching state as of 020102 prior to initial patching for Mac OSX
This commit is contained in:
35
inc/Xdeflt.h
Executable file
35
inc/Xdeflt.h
Executable file
@@ -0,0 +1,35 @@
|
||||
/* $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"
|
||||
|
||||
Reference in New Issue
Block a user