Skip to content

Commit 073a844

Browse files
authored
Merge pull request #278 from tonarino/export-randr-property-names-for-real
Export well-known RandR property names (for real)
2 parents eaddeda + 769a140 commit 073a844

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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

911
## [1.5.0] - 2024-11-09 - various authors
1012
### Added

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ pub mod randr {
630630
/// For information on what the various properties mean, see the [RandR specification][randr-spec]
631631
///
632632
/// [randr-spec]: https://cgit.freedesktop.org/xorg/proto/randrproto/tree/randrproto.txt#n1860
633-
mod property {
633+
pub mod property {
634634
#[doc(alias = "RR_PROPERTY_BACKLIGHT")]
635635
pub const BACKLIGHT: &str = "Backlight";
636636

0 commit comments

Comments
 (0)