wlmaker
|
#include <inttypes.h>
#include <stdbool.h>
#include <xkbcommon/xkbcommon.h>
#include "conf/plist.h"
#include "toolkit/toolkit.h"
Go to the source code of this file.
Classes | |
struct | wlmaker_config_task_list_style_t |
struct | wlmaker_config_clip_style_t |
struct | wlmaker_config_cursor_style_t |
struct | wlmaker_config_style_t |
Functions | |
wlmcfg_dict_t * | wlmaker_config_load (const char *fname_ptr) |
wlmcfg_dict_t * | wlmaker_state_load (const char *fname_ptr) |
Variables | |
const float | config_output_scale |
const wlmcfg_desc_t | wlmaker_config_style_desc [] |
const bs_test_case_t | wlmaker_config_test_cases [] |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the iLicense.
Preference for decoration.
wlmcfg_dict_t * wlmaker_config_load | ( | const char * | fname_ptr | ) |
Loads the configuration for wlmaker.
If fname_ptr
is give, it will attempt to load the configuration from the specified file. Otherwise, it will attempt to load the files specified in _wlmaker_config_fname_ptrs, or (at last) use the built-in default.
fname_ptr | Optional: Name of the file to load it from. May be NULL. |
wlmcfg_dict_t * wlmaker_state_load | ( | const char * | fname_ptr | ) |
Loads the state for wlmaker.
Behaviour is similar to wlmaker_config_load.
fname_ptr |
|
extern |
Overall scale of output.
|
extern |
Desciptor for decoding the style information from a plist.
|
extern |
Unit test cases.