20 lines
405 B
Plaintext
20 lines
405 B
Plaintext
|
*** send.c~ Mon Nov 16 20:10:12 1992
|
||
|
--- send.c Sun Jan 8 23:11:45 1995
|
||
|
***************
|
||
|
*** 10,16 ****
|
||
|
|
||
|
#include "copyright.h"
|
||
|
#include "xloadimage.h"
|
||
|
!
|
||
|
static int GotError;
|
||
|
|
||
|
static int pixmapErrorTrap(disp, pErrorEvent)
|
||
|
--- 10,16 ----
|
||
|
|
||
|
#include "copyright.h"
|
||
|
#include "xloadimage.h"
|
||
|
! #include <X11/Xlibint.h>
|
||
|
static int GotError;
|
||
|
|
||
|
static int pixmapErrorTrap(disp, pErrorEvent)
|