sharplispers / clx

a fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp
Other
116 stars 46 forks source link

Handle incorrect win-gravity. #74

Closed ecraven closed 7 years ago

ecraven commented 7 years ago

Fixes #67

Alternatively, instead of mod, we could just use some fixed gravity if the value is outside the correct range.

dkochmanski commented 7 years ago

I'd prefere to have it being fixed value, so it is not random in case of the value outside of range.

ecraven commented 7 years ago

Updated the PR to use NorthWest if the value is outside the range.

ecraven commented 7 years ago

sorry, fixed ;)

dkochmanski commented 7 years ago

Thank you! Merged.

ecraven commented 7 years ago

Thank you!