| 78 |
|
x11_comout, x11_comin, x11_flush, 1.0 |
| 79 |
|
}; |
| 80 |
|
|
| 81 |
< |
static int getpixels(), xnewcolr(), freepixels(), |
| 82 |
< |
getevent(), getkey(), fixwindow(); |
| 81 |
> |
static int getpixels(), xnewcolr(), freepixels(), resizewindow(), |
| 82 |
> |
getevent(), getkey(), fixwindow(), x11_getc(); |
| 83 |
|
static unsigned long true_pixel(); |
| 84 |
|
|
| 85 |
|
|
| 270 |
|
x11_comin(inp, prompt) /* read in a command line */ |
| 271 |
|
char *inp, *prompt; |
| 272 |
|
{ |
| 273 |
– |
extern int x11_getc(); |
| 274 |
– |
|
| 273 |
|
if (prompt != NULL) |
| 274 |
|
if (fromcombuf(inp, &x11_driver)) |
| 275 |
|
return; |