Changes between Initial Version and Version 4 of Ticket #1734
- Timestamp:
- Jan 28, 2008, 12:47:23 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1734 – Description
initial v4 2 2 They start up correctly but only show a black window. If the same applications are cross compiled from within the haiku build environment (under linux) they work correctly. 3 3 After investigating a bit, it seems that their inherited DirectConnected() method is never called. 4 I added some debug output to our BDirectWindow implementation, and the _DirectDaemon() method loops correctly, acquires the fDisableSem correctly, and then releases the fDisableSemAck correctly. So the code path looks okay, just that the virtual version of DirectConnected() is never called.4 I added some debug output to our BDirectWindow implementation, and the _DirectDaemon() method loops correctly, acquires the fDisableSem correctly, and then releases the fDisableSemAck correctly. So the code path looks okay, just that the virtual inherited version of DirectConnected() is never called. 5 5 Anyone has any idea ?