|
WhiteBoard Project using C RPC
A Project in Distributed Computing at IIIT-Delhi
|

Data Fields | |
| Display * | display |
| Window | window |
| GC | gc |
| Display* Xwindow::display |
Definition at line 13 of file xwindow.c.
Referenced by closexwindow(), drawline(), openxwindow(), and trackpointer().
| GC Xwindow::gc |
Definition at line 15 of file xwindow.c.
Referenced by drawline(), and openxwindow().
| Window Xwindow::window |
Definition at line 14 of file xwindow.c.
Referenced by drawline(), and openxwindow().