annotate libinterp/corefcn/cdisplay.h @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents 3a2b891d0b33 e9a0469dedd9
children 092078913d54
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20947
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 /*
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2
22323
bac0d6f07a3e maint: Update copyright notices for 2016.
John W. Eaton <jwe@octave.org>
parents: 21724
diff changeset
3 Copyright (C) 2014-2016 John W. Eaton
20947
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 This file is part of Octave.
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 Octave is free software; you can redistribute it and/or modify it
22755
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22549
diff changeset
8 under the terms of the GNU General Public License as published by
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22549
diff changeset
9 the Free Software Foundation; either version 3 of the License, or
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22549
diff changeset
10 (at your option) any later version.
20947
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11
22755
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22549
diff changeset
12 Octave is distributed in the hope that it will be useful, but
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22549
diff changeset
13 WITHOUT ANY WARRANTY; without even the implied warranty of
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22549
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22549
diff changeset
15 GNU General Public License for more details.
20947
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 along with Octave; see the file COPYING. If not, see
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 <http://www.gnu.org/licenses/>.
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 */
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23 #if ! defined (octave_cdisplay_h)
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 #define octave_cdisplay_h 1
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
25
21244
1473547f50f5 include octave-config.h in public header files
John W. Eaton <jwe@octave.org>
parents: 20947
diff changeset
26 #include "octave-config.h"
1473547f50f5 include octave-config.h in public header files
John W. Eaton <jwe@octave.org>
parents: 20947
diff changeset
27
21724
aba2e6293dd8 use "#if ..." consistently instead of "#ifdef" and "#ifndef"
John W. Eaton <jwe@octave.org>
parents: 21244
diff changeset
28 #if defined (__cplusplus)
20947
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
29 extern "C" {
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
30 #endif
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
31
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
32 OCTINTERP_API extern const char *
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
33 octave_get_display_info (int *ht, int *wd, int *dp, double *rx, double *ry,
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
34 int *dpy_avail);
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
35
21724
aba2e6293dd8 use "#if ..." consistently instead of "#ifdef" and "#ifndef"
John W. Eaton <jwe@octave.org>
parents: 21244
diff changeset
36 #if defined (__cplusplus)
20947
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
37 }
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
38 #endif
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
39
ecb95c6384f2 backout changeset e74e617060cf
John W. Eaton <jwe@octave.org>
parents:
diff changeset
40 #endif