Håkon
Håkon
Perhaps there should also be a callback specifically for WM_MOVE. The window enters the same modal loop when being dragged, and some applications may want to update the window contents...
Tried in the debugger, shows segfault in llvm call. 
Well, if I swap the arrays the "traditional" way with a temporary variable, like `t := a; a = b; b = t` it compiles fine with a warning: `Warning:...