mirror of
https://github.com/elementary/gala.git
synced 2024-11-27 07:38:47 +03:00
lib-plugin: make region property private
This commit is contained in:
parent
78ecba40bd
commit
25cd232fdc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user