#include <sys/types.h>#include <unistd.h>#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <math.h>#include <malloc.h>#include <string.h>#include <X11/Xlib.h>#include <X11/Xutil.h>#include "xgedit.h"#include "xgeipc.h"
Functions | |
| void | xge_CallTheParent (int cmd, int size) |
| void | xge_ChildCallYourself (int cmd) |
| void | xge_ChildMessageLoop (void) |
| void | xge_ChildFlushPipe (void) |
| boolean | xge_ChildInit (int argc, char **argv, int magic, void(*callback)(int msg, int size)) |
Variables | |
| void(* | xge_childcallback )(int msg, int size) |
| void xge_CallTheParent | ( | int | cmd, | |
| int | size | |||
| ) |
| void xge_ChildCallYourself | ( | int | cmd | ) |
| void xge_ChildFlushPipe | ( | void | ) |
| boolean xge_ChildInit | ( | int | argc, | |
| char ** | argv, | |||
| int | magic, | |||
| void(*)(int msg, int size) | callback | |||
| ) |
| void xge_ChildMessageLoop | ( | void | ) |
| void(* xge_childcallback)(int msg, int size) |
1.7.1