|
2009-09-15
, 17:16
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#2
|
The Following User Says Thank You to javispedro For This Useful Post: | ||
|
2009-09-15
, 17:18
|
|
Posts: 26 |
Thanked: 45 times |
Joined on Sep 2009
@ Philadelphia
|
#3
|
The Following User Says Thank You to marnanel For This Useful Post: | ||
|
2009-09-15
, 19:58
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#4
|
[...] some serious thought would have to be given to copyright issues about the MOS, the DFS, and BASIC: you can't do anything without the MOS, you can't do much without BASIC, and life without the DFS is painful. But they are all still © Acorn, whoever that is these days.)
|
2009-09-16
, 12:47
|
|
Posts: 26 |
Thanked: 45 times |
Joined on Sep 2009
@ Philadelphia
|
#5
|
I'm also having those (DOSBox), and for now I have not yet identified the reason (to be honest I've not put too much though into the issue yet). So if you can guess why it seems to affect some apps only please tell
Other than that, it's a cool app
WM_HINTS(WM_HINTS):whereas for, say, mediaplayer we'd get:
bitmap id # to use for icon: 0x300000d
bitmap id # of mask for icon: 0x300000b
WM_HINTS(WM_HINTS):I believe this is a problem with libsdl, but I haven't dug down any further to find why it's not setting this bit.
Client accepts input or input focus: True
Initial state is Normal State.
window id # of group leader: 0x2c00001
The Following User Says Thank You to marnanel For This Useful Post: | ||
|
2009-09-16
, 13:38
|
|
Posts: 415 |
Thanked: 182 times |
Joined on Nov 2007
@ Leeds UK
|
#6
|
|
2009-09-16
, 17:16
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#7
|
The problem is that there's a bit in WM_HINTS which (in both apps) isn't set. You can see this using "xprop -id 0x..."
... WM_CLASS(STRING) = "dosbox", "dosbox" WM_HINTS(WM_HINTS): bitmap id # to use for icon: 0xc0000d bitmap id # of mask for icon: 0xc0000b
... WM_CLASS(STRING) = "test-i386", "test-i386" WM_HINTS(WM_HINTS): Client accepts input or input focus: True
|
2009-09-16
, 17:40
|
|
Posts: 26 |
Thanked: 45 times |
Joined on Sep 2009
@ Philadelphia
|
#8
|
The problem seems to be the missing WM_HINTS bit, but, while on DOSBox that bit is not set:
The Following 3 Users Say Thank You to marnanel For This Useful Post: | ||
|
2009-09-16
, 17:41
|
|
Posts: 26 |
Thanked: 45 times |
Joined on Sep 2009
@ Philadelphia
|
#9
|
|
2009-09-16
, 17:55
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#10
|
The Following User Says Thank You to javispedro For This Useful Post: | ||
Tags |
bbc micro, bugs, n900, sdl |
|
Ten minutes' hacking around brings the Beeb to the N900. It has some keyboard focus issues which need seeing to. Also, beebem uses f12 to bring up an emulator menu, and the N900 has no f12. But with a little work we could see Elite running on this thing.
(If this was ever a serious project, some serious thought would have to be given to copyright issues about the MOS, the DFS, and BASIC: you can't do anything without the MOS, you can't do much without BASIC, and life without the DFS is painful. But they are all still © Acorn, whoever that is these days.)