mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Rename fowa enum and use switch in view_request_activate
This commit is contained in:
parent
f057a0195e
commit
6fb03817c9
2 changed files with 19 additions and 19 deletions
|
|
@ -60,7 +60,7 @@ struct sway_mouse_binding {
|
|||
/**
|
||||
* Focus on window activation.
|
||||
*/
|
||||
enum fowa {
|
||||
enum sway_fowa {
|
||||
FOWA_SMART,
|
||||
FOWA_URGENT,
|
||||
FOWA_FOCUS,
|
||||
|
|
@ -350,7 +350,7 @@ struct sway_config {
|
|||
size_t font_height;
|
||||
bool pango_markup;
|
||||
size_t urgent_timeout;
|
||||
enum fowa focus_on_window_activation;
|
||||
enum sway_fowa focus_on_window_activation;
|
||||
|
||||
// Flags
|
||||
bool focus_follows_mouse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue