Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Dec 22, 2024
1 parent 37f6e57 commit 6657338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ end
end

@testset "getActiveWindowGeometry" begin
windows = getAllActiveWindowNames()
if windows 1
n = getActiveWindowName()
if !isnothing(n)
win = windows |> first
x,y,w,h = getActiveWindowGeometry(win)
x,y,w,h = getWindowGeometry(n)
x 0
y 0
w 0
Expand Down

0 comments on commit 6657338

Please sign in to comment.