Move macros to task_image.c
This commit is contained in:
parent
2116c0cc4e
commit
bebcc1c274
|
@ -32,6 +32,9 @@
|
||||||
#include "tasks_internal.h"
|
#include "tasks_internal.h"
|
||||||
#include "../verbosity.h"
|
#include "../verbosity.h"
|
||||||
|
|
||||||
|
#define CB_MENU_WALLPAPER 0xb476e505U
|
||||||
|
#define CB_MENU_THUMBNAIL 0x82f93a21U
|
||||||
|
|
||||||
enum image_status_enum
|
enum image_status_enum
|
||||||
{
|
{
|
||||||
IMAGE_STATUS_POLL = 0,
|
IMAGE_STATUS_POLL = 0,
|
||||||
|
|
|
@ -30,9 +30,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CB_MENU_WALLPAPER 0xb476e505U
|
|
||||||
#define CB_MENU_THUMBNAIL 0x82f93a21U
|
|
||||||
|
|
||||||
enum content_mode_load
|
enum content_mode_load
|
||||||
{
|
{
|
||||||
CONTENT_MODE_LOAD_NONE = 0,
|
CONTENT_MODE_LOAD_NONE = 0,
|
||||||
|
|
Loading…
Reference in New Issue