mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 15:16:21 +00:00
Add comments to preferences.c
This commit is contained in:
@@ -50,7 +50,8 @@
|
|||||||
#include "config/files.h"
|
#include "config/files.h"
|
||||||
#include "config/conflists.h"
|
#include "config/conflists.h"
|
||||||
|
|
||||||
// preference groups refer to the sections in .profrc, for example [ui]
|
// preference groups refer to the sections in .profrc or theme files
|
||||||
|
// for example [ui] but not [colours] which is handled in theme.c
|
||||||
#define PREF_GROUP_LOGGING "logging"
|
#define PREF_GROUP_LOGGING "logging"
|
||||||
#define PREF_GROUP_CHATSTATES "chatstates"
|
#define PREF_GROUP_CHATSTATES "chatstates"
|
||||||
#define PREF_GROUP_UI "ui"
|
#define PREF_GROUP_UI "ui"
|
||||||
@@ -1515,7 +1516,6 @@ prefs_statusbar_pos_down(void)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
prefs_inputwin_pos_down(void)
|
prefs_inputwin_pos_down(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user