Håkon

Results 3 comments of 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. ![image](https://github.com/odin-lang/Odin/assets/2242451/88f0bd3c-045a-494a-bb0f-83fd323af0e9)

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:...