Annotation of researchv9/X11/src/X.V11R1/lib/X/XUnldFont.c, revision 1.1.1.1

1.1       root        1: #include "copyright.h"
                      2: 
                      3: /* $Header: XUnldFont.c,v 11.5 87/09/11 08:08:14 toddb Exp $ */
                      4: /* Copyright    Massachusetts Institute of Technology    1986  */
                      5: 
                      6: #include "Xlibint.h"
                      7: 
                      8: XUnloadFont(dpy, font)
                      9:      register Display *dpy;
                     10:      Font font;
                     11: 
                     12: {       
                     13:     register xResourceReq *req;
                     14: 
                     15:     LockDisplay(dpy);
                     16:     GetResReq(CloseFont, font, req);
                     17:     UnlockDisplay(dpy);
                     18:     SyncHandle();
                     19: }
                     20: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.