|
|
1.1 root 1: #include "copyright.h"
2:
3: /* $Header: XSetTile.c,v 11.11 87/09/11 08:07:25 toddb Exp $ */
4: /* Copyright Massachusetts Institute of Technology 1986 */
5:
6: #include "Xlibint.h"
7:
8: XSetTile (dpy, gc, tile)
9: register Display *dpy;
10: GC gc;
11: Pixmap tile;
12: {
13: LockDisplay(dpy);
14: if (gc->values.tile != tile) {
15: gc->values.tile = tile;
16: gc->dirty |= GCTile;
17: _XFlushGCCache(dpy, gc);
18: }
19: UnlockDisplay(dpy);
20: SyncHandle();
21: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.