Fix for NULL pointer read on drag start
The call to cnp_drag_restart_dragbox() needs the window member of current_drag_op set up, but was being used before it's set. Since the struct is memset to 0 before use, don't bother with the static initialiser.