4db6bf94981913375071d9b76efbd520cf07ffe7
[jabaws.git] / binaries / src / ViennaRNA / RNAforester / g2-0.70 / src / X11 / g2_X11.h
1 /*****************************************************************************
2 **  Copyright (C) 1998-2001  Ljubomir Milanovic & Horst Wagner
3 **  This file is part of the g2 library
4 **
5 **  This library is free software; you can redistribute it and/or
6 **  modify it under the terms of the GNU Lesser General Public
7 **  License as published by the Free Software Foundation; either
8 **  version 2.1 of the License, or (at your option) any later version.
9 **
10 **  This library is distributed in the hope that it will be useful,
11 **  but WITHOUT ANY WARRANTY; without even the implied warranty of
12 **  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 **  Lesser General Public License for more details.
14 **
15 **  You should have received a copy of the GNU Lesser General Public
16 **  License along with this library; if not, write to the Free Software
17 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 ******************************************************************************/
19 #ifndef _G2_X11_H
20 #define _G2_X11_H
21
22 #if defined(__cplusplus)
23 extern "C"
24 {
25 #endif
26
27
28 int g2_open_X11(int width, int height);
29
30 int g2_open_X11X(int width, int height,
31                  int x, int y,
32                  char *window_name, char *icon_name,
33                  char *icon_data,
34                  int icon_width, int icon_height);
35
36 #if defined(__cplusplus)
37 } /* end extern "C" */
38 #endif
39
40 #endif /* _G2_X11_H */
41
42
43
44
45