libxrender.go 394 B

123456789
  1. // Copyright 2024 The libXrender-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 libxrender is a ccgo/v4 version of libXrender.a, an image
  6. // composition library extension of the Core X11 client protocol.
  7. package libxrender // import "modernc.org/libXrender"