Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 21, 2018 12:09
Show Gist options
  • Save ryantm/e7f1fcd3d65879226111b07e6c01f986 to your computer and use it in GitHub Desktop.
Save ryantm/e7f1fcd3d65879226111b07e6c01f986 to your computer and use it in GitHub Desktop.
/nix/store/9vps2vdxhi67d3b9l9r9pnzmxipkr0vy-xcb-proto-1.13
├── lib
│   ├── pkgconfig
│   │   └── xcb-proto.pc
│   └── python2.7
│   └── site-packages
│   └── xcbgen
│   ├── align.py
│   ├── align.pyc
│   ├── align.pyo
│   ├── error.py
│   ├── error.pyc
│   ├── error.pyo
│   ├── expr.py
│   ├── expr.pyc
│   ├── expr.pyo
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── __init__.pyo
│   ├── matcher.py
│   ├── matcher.pyc
│   ├── matcher.pyo
│   ├── state.py
│   ├── state.pyc
│   ├── state.pyo
│   ├── xtypes.py
│   ├── xtypes.pyc
│   └── xtypes.pyo
└── share
└── xcb
├── bigreq.xml
├── composite.xml
├── damage.xml
├── dpms.xml
├── dri2.xml
├── dri3.xml
├── ge.xml
├── glx.xml
├── present.xml
├── randr.xml
├── record.xml
├── render.xml
├── res.xml
├── screensaver.xml
├── shape.xml
├── shm.xml
├── sync.xml
├── xcb.xsd
├── xc_misc.xml
├── xevie.xml
├── xf86dri.xml
├── xf86vidmode.xml
├── xfixes.xml
├── xinerama.xml
├── xinput.xml
├── xkb.xml
├── xprint.xml
├── xproto.xml
├── xselinux.xml
├── xtest.xml
├── xvmc.xml
└── xv.xml
7 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment