|
|
1.1 root 1: /*
2: * UAE - The Un*x Amiga Emulator
3: *
4: * Interface to the Tcl/Tk GUI
5: *
6: * Copyright 1996 Bernd Schmidt
7: */
8:
9: #include "sysconfig.h"
10: #include "sysdeps.h"
11:
12: #include "options.h"
13: #include "gui.h"
14:
15: static void sigchldhandler(int foo)
16: {
17: }
18:
1.1.1.4 root 19: int gui_init (void)
1.1 root 20: {
21: return 0;
22: }
23:
1.1.1.4 root 24: int gui_update (void)
1.1.1.2 root 25: {
1.1.1.3 root 26: return 0;
1.1.1.2 root 27: }
28:
1.1.1.4 root 29: void gui_exit (void)
1.1 root 30: {
31: }
32:
1.1.1.4 root 33: void gui_fps (int x)
1.1 root 34: {
35: }
36:
1.1.1.4 root 37: void gui_led (int led, int on)
1.1 root 38: {
39: }
40:
1.1.1.4 root 41: void gui_filename (int num, const char *name)
1.1 root 42: {
43: }
44:
1.1.1.4 root 45: static void getline (char *p)
1.1 root 46: {
47: }
1.1.1.3 root 48:
1.1.1.4 root 49: void gui_handle_events (void)
50: {
51: }
52:
53: void gui_changesettings (void)
1.1.1.3 root 54: {
55: }
56:
1.1.1.5 root 57: void gui_update_gfx (void)
58: {
1.1.1.6 root 59: }
60:
61: void gui_lock (void)
62: {
63: }
64:
65: void gui_unlock (void)
66: {
1.1.1.5 root 67: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.