Annotation of previous/src/includes/control.h, revision 1.1.1.2

1.1       root        1: /*
                      2:   Hatari - change.h
                      3:   
                      4:   This file is distributed under the GNU Public License, version 2 or at
                      5:   your option any later version. Read the file gpl.txt for details.
                      6: */
                      7: #ifndef HATARI_CONTROL_H
                      8: #define HATARI_CONTROL_H
                      9: 
                     10: #include "main.h"
                     11: 
1.1.1.2 ! root       12: void Control_ProcessBuffer(char *buffer);
1.1       root       13: 
                     14: /* supported only on BSD compatible / POSIX compliant systems */
                     15: #if HAVE_UNIX_DOMAIN_SOCKETS
1.1.1.2 ! root       16: bool Control_CheckUpdates(void);
        !            17: const char* Control_SetSocket(const char *socketpath);
        !            18: void Control_ReparentWindow(int width, int height, bool noembed);
1.1       root       19: #else
                     20: #define Control_CheckUpdates() false
                     21: #define Control_SetSocket(path) "Control socket is not supported on this platform."
                     22: #define Control_ReparentWindow(width, height, noembed);
                     23: #endif /* HAVE_UNIX_DOMAIN_SOCKETS */
                     24: 
                     25: #endif /* HATARI_CONTROL_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.