NetSurf
osspec.h
Go to the documentation of this file.
1/*
2 * Copyright 2011 Ole Loots <ole@monochrom.net>
3 *
4 * This file is part of NetSurf, http://www.netsurf-browser.org/
5 *
6 * NetSurf is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * NetSurf 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
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#ifndef NS_ATARI_OSSPEC_H
20#define NS_ATARI_OSSPEC_H
21
22typedef struct {
23 long c;
24 long v;
25} COOKIE;
26
27typedef struct {
28 unsigned short gemdos_version;
29 unsigned short gdos_FSMC;
30 unsigned short systype;
31 unsigned short small_sfont_pxh;
32 unsigned short medium_sfont_pxh;
33 unsigned short large_sfont_pxh;
37
39
40void init_os_info(void);
41void fix_path(char * path);
42char * gemdos_realpath(const char * path, char * rpath);
43int tos_getcookie( long tag, long * value );
44
45#endif
char * gemdos_realpath(const char *path, char *rpath)
Definition: osspec.c:107
void fix_path(char *path)
void init_os_info(void)
Definition: osspec.c:40
int tos_getcookie(long tag, long *value)
Definition: osspec.c:76
NS_ATARI_SYSINFO atari_sysinfo
Definition: osspec.c:38
Definition: osspec.h:22
long v
Definition: osspec.h:24
long c
Definition: osspec.h:23
unsigned short gdos_FSMC
Definition: osspec.h:29
unsigned short small_sfont_pxh
Definition: osspec.h:31
unsigned short medium_sfont_pxh
Definition: osspec.h:32
unsigned short large_sfont_pxh
Definition: osspec.h:33
bool sfont_monospaced
Definition: osspec.h:34
unsigned short gemdos_version
Definition: osspec.h:28
short aes_max_win_title_len
Definition: osspec.h:35
unsigned short systype
Definition: osspec.h:30
static nserror path(const struct redraw_context *ctx, const plot_style_t *pstyle, const float *p, unsigned int n, const float transform[6])
Plots a path.
Definition: plot.c:821