mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 22:34:18 +01:00
Some bug fixes to 0.50.0 before release
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
/* table of style related options */
|
||||
static char *options[] = {
|
||||
"TitleJustify",
|
||||
"ClipTitleFont",
|
||||
"WindowTitleFont",
|
||||
"MenuTitleFont",
|
||||
"MenuTextFont",
|
||||
@@ -46,6 +47,7 @@ static char *options[] = {
|
||||
"DisplayFont",
|
||||
"HighlightColor",
|
||||
"HighlightTextColor",
|
||||
"ClipTitleColor",
|
||||
"CClipTitleColor",
|
||||
"FTitleColor",
|
||||
"PTitleColor",
|
||||
|
||||
@@ -29,16 +29,15 @@
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <string.h>
|
||||
#include <wraster.h>
|
||||
#include <pwd.h>
|
||||
#include <signal.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "../src/wconfig.h"
|
||||
|
||||
#include "WINGs.h"
|
||||
#include "WUtil.h"
|
||||
#include "wraster.h"
|
||||
#include "../WINGs/WINGs.h"
|
||||
#include "../WINGs/WUtil.h"
|
||||
#include "../wrlib/wraster.h"
|
||||
|
||||
#include <proplist.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user