00001 00006 /* 00007 * PROGRAM NAME: sh 00008 * 00009 * (c) COPYRIGHT INTERNATIONAL BUSINESS MACHINES 00010 * CORPORATION 12/1/2001. ALL RIGHTS RESERVED. 00011 * 00012 * Please refer to the LICENSE file in the top directory 00013 * 00014 * author: Mike Henderson mhender@watson.ibm.com 00015 */ 00016 00017 static char *id="@(#) $Id: shres.c,v 1.2 2006/08/17 19:28:17 mhender Exp $"; 00018 00019 extern int shIMax; 00020 extern int shJMax; 00021 00022 #include <sh.h> 00023 00031 void shSetOutputResolution(int x,int y) 00032 { 00033 shIMax=x; 00034 shJMax=y; 00035 return; 00036 }