Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] DND implementation and SetThemeCursor


I changed the way the native SetThemeCursor is generated to match other carbon calls we make that are not available in 64 bit. They are all marked as "dynamic" instead of "no_gen". This way we do not need to link to the Carbon framework and custom C code is not necessary as well.

Silenio

Back to the top