Renamed the locations enum to location
This commit is contained in:
parent
4f85609ae0
commit
b172590829
@ -24,7 +24,7 @@ enum matching_mode {
|
|||||||
MATCHING_MODE_FUZZY
|
MATCHING_MODE_FUZZY
|
||||||
};
|
};
|
||||||
|
|
||||||
enum locations {
|
enum location {
|
||||||
LOCATION_CENTER,
|
LOCATION_CENTER,
|
||||||
LOCATION_TOP_LEFT,
|
LOCATION_TOP_LEFT,
|
||||||
LOCATION_TOP,
|
LOCATION_TOP,
|
||||||
@ -62,7 +62,7 @@ static bool insensitive;
|
|||||||
static bool parse_search;
|
static bool parse_search;
|
||||||
static GtkAlign content_halign;
|
static GtkAlign content_halign;
|
||||||
static struct map* config;
|
static struct map* config;
|
||||||
static enum locations location;
|
static enum location location;
|
||||||
static bool no_actions;
|
static bool no_actions;
|
||||||
static uint64_t columns;
|
static uint64_t columns;
|
||||||
static bool user_moved = false;
|
static bool user_moved = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user