summaryrefslogtreecommitdiffstats
path: root/src/modules/wmtheme/option.h
blob: 5b0af0739e05d889c8ef19258d5da45894cb4afa (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include "common/option.h"

typedef struct FFWMThemeOptions {
    FFModuleArgs moduleArgs;
} FFWMThemeOptions;

static_assert(sizeof(FFWMThemeOptions) <= FF_OPTION_MAX_SIZE, "FFWMThemeOptions size exceeds maximum allowed size");