lib-plugin: make region property private

This commit is contained in:
Tom Beckmann 2014-07-18 10:15:31 +02:00
parent 78ecba40bd
commit 25cd232fdc

View File

@ -91,7 +91,7 @@ namespace Gala
* It is calculated by the system whenever update_region is called.
* You can influce it with the custom_region and the track_actor function.
*/
public Meta.Rectangle[] region { get; set; }
public Meta.Rectangle[] region { get; private set; }
/**
* This list will be merged with the region property. See region for