libxcb.go 379 B

123456789
  1. // Copyright 2024 The libXdmcp-go Authors. All rights reserved.
  2. // Use of the source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. //go:generate go run generator.go
  5. // Package libxcb is a ccgo/v4 version of libxcb.a, a library implementing the
  6. // client-side of the X11 display server protocol.
  7. package libxcb // import "modernc.org/libxcb"