display: Rename META_GRAB_OP_WAYLAND_CLIENT to WAYLAND_POPUP

We're going to introduce other grab ops soon.
This commit is contained in:
Jasper St. Pierre
2014-04-20 11:37:46 -04:00
parent 02c31ac069
commit e55dd4e3f4
4 changed files with 6 additions and 6 deletions

View File

@ -223,8 +223,8 @@ typedef enum
/* Special grab op when the compositor asked for a grab */
META_GRAB_OP_COMPOSITOR,
/* For when a client takes a popup grab */
META_GRAB_OP_WAYLAND_CLIENT,
/* For when a Wayland client takes a popup grab */
META_GRAB_OP_WAYLAND_POPUP,
} MetaGrabOp;
/**