as mentioned by geekmaster (
https://www.mobileread.com/forums/sho...am#post2144637 ), these are some neat little puzzles.
Source is here:
http://www.chiark.greenend.org.uk/~sgtatham/puzzles/
I would like them to look like this:
https://play.google.com/store/apps/d...ris.sgtpuzzles
specifically, the Solo (sudoku) app with a numberpad, and Net with the choice of rotate left or rotate right buttons. Other apps run ok as is with title hacks in gtk.c
My current issue: I can see with "xwininfo -tree -root" that solo is showing and so is a keyboard in the background. Is there a simple way to fix the title to show the program with -geometry 600x600+0+0 like from here:
https://www.mobileread.com/forums/sho...6&postcount=13 post 13?
On my current firmware 5.3.7, that xev statement doesn't seem to work for me? I can't figure a way to show the program TopLevel window and the keyboard at the same time? This is all GTK stuff, and I have found some pointers from:
https://github.com/chrisboyle/sgtpuzzles as this is the Android port from above. He adds many "#ifdef ANDROID" statements.
So the question again, where can I get more info on title hacking other than the thread above? I tried reading some lua scripts but got lost..
EDIT: in gtk.c there is a section with a flag for REQUIRE_NUMPAD - maybe I can change it from popping up a keyboard to having a number toolbar - we'll see...