I think the example a
|
handle = wind_create( MOVER|X_MENU, 20, 20, 200, 200 ); |
is wrong, and the call should be x_wind_create(MOVER, X_MENU
You cannot OR in X_MENU to the normal window flags, because they conflict. @pulsar122 can you maybe check this?
I think the example a
tos.hyp/gem/aes/wind_/wind_get_set_geneva.ui
Line 462 in 040c7ba
is wrong, and the call should be
x_wind_create(MOVER, X_MENUYou cannot OR in X_MENU to the normal window flags, because they conflict. @pulsar122 can you maybe check this?