Changes between Initial Version and Version 4 of Ticket #1734


Ignore:
Timestamp:
Jan 28, 2008, 12:47:23 PM (16 years ago)
Author:
jackburton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1734 – Description

    initial v4  
    22They 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.
    33After 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.
     4I 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.
    55Anyone has any idea ?