WhiteBoard Project using C RPC
A Project in Distributed Computing at IIIT-Delhi
|
Go to the source code of this file.
Data Structures | |
struct | Xwindow |
Typedefs | |
typedef struct OneLn | OneLn |
Functions | |
int | openxwindow (char dispnm[], char wintitle[]) |
int | closexwindow (void) |
void | drawline (OneLn *coord) |
int | trackpointer (OneLn *newseg, int pending) |
long | atoir (char *p, int r) |
Variables | |
static Xwindow | xw |
long atoir | ( | char * | p, |
int | r | ||
) |
Definition at line 163 of file xwindow.c.
References closexwindow(), OneLn::color, drawline(), main(), openxwindow(), trackpointer(), OneLn::x1, OneLn::x2, OneLn::y1, and OneLn::y2.
Referenced by startclient().
int closexwindow | ( | void | ) |
Definition at line 73 of file xwindow.c.
References Xwindow::display.
Referenced by atoir(), and endtheclient().
void drawline | ( | OneLn * | coord | ) |
Definition at line 81 of file xwindow.c.
References OneLn::color, Xwindow::display, Xwindow::gc, Xwindow::window, OneLn::x1, OneLn::x2, OneLn::y1, and OneLn::y2.
Referenced by atoir().
int openxwindow | ( | char | dispnm[], |
char | wintitle[] | ||
) |
Definition at line 27 of file xwindow.c.
References Xwindow::display, Xwindow::gc, and Xwindow::window.
Referenced by atoir().
int trackpointer | ( | OneLn * | newseg, |
int | pending | ||
) |