OnlineCop / kq-fork

Fork of KQ r910. Just for fun.
GNU General Public License v2.0
15 stars 9 forks source link

Free resize #119

Closed pedro-w closed 2 years ago

pedro-w commented 2 years ago

Allows resizing the window by either

The size is remembered between runs.

Fixes #88

OnlineCop commented 2 years ago

I've checked out this PR; kq.cpp is looking for config.h but I don't see that file. How do I generate it?

pedro-w commented 2 years ago

I've checked out this PR; kq.cpp is looking for config.h but I don't see that file. How do I generate it?

Do you mean here? https://github.com/OnlineCop/kq-fork/blob/352780192174f5e8ec5d0e323c21660adc483f56/include/kq.h#L30-L32 Oops, it's a leftover from autotools so can be deleted (HAVE_CONFIG_H should never be defined hence is harmless)

edit: sorry missed one more in kq.cpp (I see what you mean now!) I've just deleted that by direct edit