File:  [Previous NeXT emulator] / previous / src / includes / control.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 19:32:17 2018 UTC (8 years, 3 months ago) by root
Branches: giles, MAIN
CVS tags: branch_realtime, HEAD
Previous NeXT emulator

/*
  Hatari - change.h
  
  This file is distributed under the GNU Public License, version 2 or at
  your option any later version. Read the file gpl.txt for details.
*/
#ifndef HATARI_CONTROL_H
#define HATARI_CONTROL_H

#include "main.h"

void Control_ProcessBuffer(char *buffer);

/* supported only on BSD compatible / POSIX compliant systems */
#if HAVE_UNIX_DOMAIN_SOCKETS
bool Control_CheckUpdates(void);
const char* Control_SetSocket(const char *socketpath);
void Control_ReparentWindow(int width, int height, bool noembed);
#else
#define Control_CheckUpdates() false
#define Control_SetSocket(path) "Control socket is not supported on this platform."
#define Control_ReparentWindow(width, height, noembed);
#endif /* HAVE_UNIX_DOMAIN_SOCKETS */

#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.