view lcdemu/process.c @ 904:e54abee27e8f

lcdemu: window size hints set correctly
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 07 Sep 2015 08:43:30 +0000
parents 312778104f54
children 841982f31be3
line wrap: on
line source

/*
 * Processing of LCD output (input to us)
 */

#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <strings.h>
#include <X11/Xlib.h>
#include <X11/Xresource.h>
#include <X11/Xutil.h>
#include "globals.h"

input_on_stdin(inbuf, incount)
	char *inbuf;
{
	/* to be implemented */
}