| 15 |
|
#include <X/cursors/bcross_mask.cursor> |
| 16 |
|
|
| 17 |
|
#include <sys/types.h> |
| 18 |
< |
|
| 18 |
> |
#include <string.h> |
| 19 |
|
#include <ctype.h> |
| 20 |
– |
|
| 20 |
|
#include <time.h> |
| 21 |
|
|
| 22 |
|
#include "color.h" |
| 24 |
– |
|
| 23 |
|
#include "resolu.h" |
| 26 |
– |
|
| 24 |
|
#include "xraster.h" |
| 28 |
– |
|
| 25 |
|
#include "view.h" |
| 30 |
– |
|
| 26 |
|
#include "pic.h" |
| 32 |
– |
|
| 27 |
|
#include "random.h" |
| 28 |
|
|
| 29 |
|
#define controlshift(e) (((XButtonEvent *)(e))->detail & (ShiftMask|ControlMask)) |
| 668 |
|
int y; |
| 669 |
|
pixel *l; |
| 670 |
|
{ |
| 671 |
< |
bcopy((void *)l, (void *)ourras->data.bz+BZPixmapSize(xmax,y), BZPixmapSize(xmax,1)); |
| 671 |
> |
memcpy((void *)ourras->data.bz+BZPixmapSize(xmax,y), (void *)l, BZPixmapSize(xmax,1)); |
| 672 |
|
} |
| 673 |
|
|
| 674 |
|
|