Home
last modified time | relevance | path

Searched refs:PagerConfig (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DPager.c209 PagerConfig *CreatePagerConfig (int ndesks) in CreatePagerConfig()
211 PagerConfig *config = in CreatePagerConfig()
212 (PagerConfig *) safecalloc (1, sizeof (PagerConfig)); in CreatePagerConfig()
241 void DestroyPagerConfig (PagerConfig * config) in DestroyPagerConfig()
273 void ReadDecorations (PagerConfig * config, FreeStorageElem * pCurr) in ReadDecorations()
345 PagerConfig *ParsePagerOptions (const char *filename, char *myname, in ParsePagerOptions()
351 PagerConfig *config = CreatePagerConfig (ndesks); in ParsePagerOptions()
490 int desk2, PagerConfig * config, unsigned long flags)
H A Dafterconf.h1019 typedef struct PagerConfig struct
1056 }PagerConfig; argument
1058 PagerConfig *CreatePagerConfig (int ndesks);
1059 PagerConfig *ParsePagerOptions (const char *filename, char *myname, int desk1, int desk2);
1060 int WritePagerOptions (const char *filename, char *myname, int desk1, int desk2, PagerConfig * conf…
1061 void DestroyPagerConfig (PagerConfig * config);
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Pager/
H A DPager.c145 PagerConfig *Config = NULL;
606 PagerConfig *config = in GetOptions()