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

#include "common/option.h"

typedef struct FFWallpaperOptions {
    FFModuleArgs moduleArgs;
} FFWallpaperOptions;

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