Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

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()