| Auth.pm [pod] | Read .Xauthority files |
| Changes | List of changes from previous versions |
| Keysyms.pm [pod] | Names of keysyms (like keysymdef.h) |
| MANIFEST | List of files |
| META.yml | Module meta-data (added by MakeMaker) |
| Makefile.PL | Source for Makefile |
| Protocol.pm [pod] | The X11 Window System Protocol |
| Protocol/Connection.pm [pod] | Base class for connections |
| Protocol/Connection/FileHandle.pm [pod] | Base class for FileHandle connections |
| Protocol/Connection/INETFH.pm [pod] | TCP/IP FileHandle connections |
| Protocol/Connection/INETSocket.pm [pod] | TCP/IP IO::Socket connections |
| Protocol/Connection/Socket.pm [pod] | Base class for IO:Socket connections |
| Protocol/Connection/UNIXFH.pm [pod] | Unix-domain FileHandle connections |
| Protocol/Connection/UNIXSocket.pm [pod] | Unix-domain IO::Socket connections |
| Protocol/Constants.pm | X11 Protocol symbolic constants |
| Protocol/Ext/BIG_REQUESTS.pm [pod] | BIG-REQUESTS extension |
| Protocol/Ext/SHAPE.pm [pod] | SHAPE extension |
| Protocol/Ext/XC_MISC.pm [pod] | XC-MISC (resource ID) extension |
| Protocol/Ext/DPMS.pm [pod] | Display Power Management extension |
| Protocol/Ext/XFree86_Misc.pm [pod] | XFree86 miscellaneous extension |
| Protocol/Ext/RENDER.pm [pod] | X Render extension |
| README | The Instructions |
| Todo | The Wishlist |
| eg/anim.pl | Animated example |
| eg/full_test.pl | Exhaustive test of Protocol.pm et al. |
| eg/long-run.pl | A long-running example |
| eg/teletype.pl | Two-display example |
| eg/random-win.pl | Error recovering example |
| eg/render-clock.pl | Render extension clock example |
| eg/render-test.pl | Exhaustive Render extension test |
| eg/widgets1.pl | User interface widget example |
| eg/widgets2.pl | X11-Motif version of widget example |
| eg/widgets3.pl | Unfinished OO-interface widget example |
| eg/widgets.c | C Xlib version of widget example |
| eg/wintree.pl | Window hierarchy utility example |
| test.pl | Short test of Protocol.pm et al. |