Skip to content

Commit

Permalink
(xw) further tweaks to error message when cannot launch X-window
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Dec 2, 2024
1 parent a36ebc4 commit b57c6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/giza-driver-xw.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ _giza_open_device_xw (double width, double height, int units)
XW[id].display = XOpenDisplay (NULL);
if (!XW[id].display)
{
_giza_error ("_giza_open_device_xw", "Cannot launch X window (use ssh -Y not ssh / install XQuartz if on Mac)");
_giza_error ("_giza_open_device_xw", "Cannot launch X window (use ssh -Y if remote; install XQuartz if on Mac)");
return 1;
}

Expand Down

0 comments on commit b57c6ef

Please sign in to comment.