This commit is contained in:
parent
b4829308d9
commit
2323b7f69f
11 changed files with 39 additions and 5 deletions
|
|
@ -300,13 +300,21 @@ MWDECL void (*MwLLGetCursorCoord)(MwLL handle, MwPoint* point);
|
|||
MWDECL void (*MwLLGetScreenSize)(MwLL handle, MwRect* rect);
|
||||
|
||||
/*!
|
||||
* @brief Set dark theme
|
||||
* @brief Set any extra parameters for dark theme
|
||||
* @param handle Handle
|
||||
* @param toggle Toggle
|
||||
* @warning Do not run `handle->common.handler->dark_theme` when this function gets called
|
||||
* @warning This is for stuff like, i.e. setting the accent color on modern Windows. The user themselves sets dark theme with MwNdarkTheme.
|
||||
*/
|
||||
MWDECL void (*MwLLSetDarkTheme)(MwLL handle, int toggle);
|
||||
|
||||
/*!
|
||||
* @brief Whether or not the platform should default to modern theme.
|
||||
* @param handle Handle
|
||||
* @return whether to default.
|
||||
*/
|
||||
MWDECL MwBool (*MwLLDoModern)(MwLL handle);
|
||||
|
||||
/* font renderer */
|
||||
MWDECL void MwFLSetup(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue