document set_default_config
This commit is contained in:
parent
324da44c0d
commit
02bd4f8974
3
config.c
3
config.c
|
@ -156,6 +156,9 @@ uicb_reload(Display *disp, jdwm_config *jdwmconf, const char *arg __attribute__
|
||||||
parse_config(disp, screen, &dc, jdwmconf);
|
parse_config(disp, screen, &dc, jdwmconf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Set default configuration
|
||||||
|
* \param jdwmconf jdwm config ref
|
||||||
|
*/
|
||||||
static void
|
static void
|
||||||
set_default_config(jdwm_config *jdwmconf)
|
set_default_config(jdwm_config *jdwmconf)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue