Extracted from Pike v8.0 release 358 as of 2016-11-23.
   

Method SDL.Surface()->unlock()


Method unlock

void unlock()

Description

Surfaces that were previously locked using lock() must be unlocked with unlock().

Surfaces should be unlocked as soon as possible.

See also

lock()