Skip to content

Commit 1d61c06

Browse files
committed
fix older notation
1 parent 5f724d6 commit 1d61c06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Prima/sys/XQuartz.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sub get_fullscreen_image
88
{
99
my $self = shift;
1010
goto FALLBACK unless $^O eq 'darwin';
11-
goto FALLBACK unless $self->sys_action("xquartz.local_display");
11+
goto FALLBACK unless $self->sys_action("local_display");
1212
my $real_screen_height = $self->sys_action("xquartz.screen_height");
1313
goto FALLBACK unless $real_screen_height;
1414

0 commit comments

Comments
 (0)