Age | Commit message (Collapse) | Author | Files | Lines |
|
The selected rectangle was moving to the
bottom-right on each mouse up event.
The reason was dumb transformation from pixels to inches and back:
inches2clientpix(clientpix2inches((58,174))) = (78,194)
WTF?
|
|
God, this is good. Finally.
|
|
These libs require libstd++6
|
|
Fixes issues like:
model-info.c:305:1: error: conflicting types for 'model_info_customise_commands'; have '_Bool(const void *, struct <anonymous> *)'
305 | model_info_customise_commands (const void *self, EpsonCmd cmd)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from model-info.c:69:
model-info.h:135:8: note: previous declaration of 'model_info_customise_commands' with type 'bool(const void *, struct <anonymous> *)'
135 | bool model_info_customise_commands (const void *self, EpsonCmd cmd);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
|