Blender V5.0
wm_window_private.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2019 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8#pragma once
9
10#include "GHOST_Types.h"
11
13
14struct bContext;
15
16/* *************** Message box *************** */
17/* `WM_ghost_show_message_box` is implemented in `wm_windows.c` it is
18 * defined here as it was implemented to be used for showing
19 * a message to the user when the platform is not (fully) supported.
20 *
21 * In all other cases this message box should not be used. */
22void WM_ghost_show_message_box(const char *title,
23 const char *message,
24 const char *help_label,
25 const char *continue_label,
26 const char *link,
27 GHOST_DialogOptions dialog_options);
28
30
GHOST_TDrawingContextType
GHOST_DialogOptions
#define C
Definition RandGen.cpp:29
void wm_test_gpu_backend_fallback(bContext *C)
GHOST_TDrawingContextType wm_ghost_drawing_context_type(const GPUBackendType gpu_backend)
void WM_ghost_show_message_box(const char *title, const char *message, const char *help_label, const char *continue_label, const char *link, GHOST_DialogOptions dialog_options)