Make enum three_state public

This commit is contained in:
Johan Malm 2024-12-31 15:21:47 +00:00 committed by Johan Malm
parent 663f913ee4
commit 6457cbccda
3 changed files with 13 additions and 7 deletions

View file

@ -10,6 +10,7 @@
#include <wayland-util.h>
#include <wlr/util/box.h>
#include <xkbcommon/xkbcommon.h>
#include "common/three-state.h"
#define LAB_MIN_VIEW_HEIGHT 60
@ -41,12 +42,6 @@ enum ssd_preference {
LAB_SSD_PREF_SERVER,
};
enum three_state {
LAB_STATE_UNSPECIFIED = 0,
LAB_STATE_ENABLED,
LAB_STATE_DISABLED
};
/**
* Directions in which a view can be maximized. "None" is used
* internally to mean "not maximized" but is not valid in rc.xml.