Skip to content

Commit

Permalink
Export well-known RandR property names (for real)
Browse files Browse the repository at this point in the history
This was first done in #240, but a missing `pub` made it inaccessible.

The changelog for the original change was (accidentally) removed in #249 before appearing in a release, so we can now announce it with full parade :confetti:
  • Loading branch information
strohel committed Dec 13, 2024
1 parent eaddeda commit 769a140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - - various authors
### Added
- export well-known RandR output property names, this time for real

## [1.5.0] - 2024-11-09 - various authors
### Added
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ pub mod randr {
/// For information on what the various properties mean, see the [RandR specification][randr-spec]
///
/// [randr-spec]: https://cgit.freedesktop.org/xorg/proto/randrproto/tree/randrproto.txt#n1860
mod property {
pub mod property {
#[doc(alias = "RR_PROPERTY_BACKLIGHT")]
pub const BACKLIGHT: &str = "Backlight";

Expand Down

0 comments on commit 769a140

Please sign in to comment.