I’m using a console program called xwininfo to verify the X Window ID. Looking at the code, I don’t understand how Component::getWindowHandle should be returning the correct value.
In the attached screen shot, xwininfo returns the decimal value of 69206029 - which is the correct Window ID.
Jules, my apologies. I was looking in juce_amalgamated.cpp and missed getNativeHandle for the Linux native windowing code. I should be looking at individual files instead of the amalgamated from now on. Thanks.
Jules, I got it working and can now return the windowH as an integer value with Linux call to component::getWindowHandle. I have to do some more modifications to the Video Player but I should be able to post the Media Player sample app to the Sample Apps cookbook by the end of the week. Thanks a million.