[haiku-appserver] Re: [Haiku-commits] r14131 - haiku/trunk/src/servers/app

Adi Oanca a Ãcrit :


You are right, this problem should be resolved. But I not sure the solution you proposed is good. That's because messages that come from input_server are BMessages and the ones that come to ServerWindow are PortLink messages. And you can't use the same queue to receive both types of messages.


Though Haiku input_server sends PortLink messages at the moment (throwing out useful fields added by devices). This behavior is needed because app_server - input_server communication is still PortLink messages based. I think this should be thought again (keep in mind R5 uses BMessages for this good reason).

Bye,
JÃrÃme


Other related posts: