Function x11rb_protocol::parse_display::parse_display
source · [−]pub fn parse_display(dpy_name: Option<&str>) -> Option<ParsedDisplay>
Expand description
Parse an X11 display string.
If dpy_name
is None
, the display is parsed from the environment variable DISPLAY
.