|
|
1.1 ! root 1: #include "copyright.h" ! 2: ! 3: /* $Header: XFreePix.c,v 11.5 87/09/11 08:03:47 toddb Exp $ */ ! 4: /* Copyright Massachusetts Institute of Technology 1986 */ ! 5: ! 6: #include "Xlibint.h" ! 7: ! 8: XFreePixmap(dpy, pixmap) ! 9: register Display *dpy; ! 10: Pixmap pixmap; ! 11: ! 12: { ! 13: register xResourceReq *req; ! 14: LockDisplay(dpy); ! 15: GetResReq(FreePixmap, pixmap, req); ! 16: UnlockDisplay(dpy); ! 17: SyncHandle(); ! 18: } ! 19:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.