GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
psdriver/Set_window.c
Go to the documentation of this file.
1 
2 /****************************************************************************
3  *
4  * MODULE: PNG driver
5  * AUTHOR(S): Glynn Clements <glynn@gclements.plus.com>
6  * COPYRIGHT: (C) 2007 Glynn Clements
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  *****************************************************************************/
19 
20 #include "psdriver.h"
21 
22 void PS_Set_window(int t, int b, int l, int r)
23 {
24  output("%d %d %d %d %s\n", t, b, l, r,
25  encapsulated ? "EPSWINDOW" : "WINDOW");
26 }
void PS_Set_window(int, int, int, int)
int l
Definition: dataquad.c:292
float b
Definition: named_colr.c:8
float r
Definition: named_colr.c:8
void output(const char *fmt,...)
int encapsulated