We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3d070 commit b4ad0b5Copy full SHA for b4ad0b5
src/xwayland/xwm/surface.rs
@@ -388,6 +388,11 @@ impl X11Surface {
388
self.state.lock().unwrap().transient_for
389
}
390
391
+ /// Returns the hints for the underlying X11 window
392
+ pub fn hints(&self) -> Option<WmHints> {
393
+ self.state.lock().unwrap().hints
394
+ }
395
+
396
/// Returns the size hints for the underlying X11 window
397
pub fn size_hints(&self) -> Option<WmSizeHints> {
398
self.state.lock().unwrap().normal_hints
0 commit comments