proto: comment future surface flags usage

This commit is contained in:
Marc-André Lureau 2013-09-10 12:30:57 +02:00
parent bd3f609b34
commit 5dad55f008

View File

@ -425,6 +425,8 @@ flags8 string_flags {
};
flags32 surface_flags {
/* Adding flags requires some caps check, since old clients only
treat the value as an enum and not as a flag (flag == PRIMARY) */
PRIMARY
};