mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 12:55:47 +01:00
Code update for Window Maker version 0.50.0
Read changes in ChangeLog and NEWS
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
@@ -36,8 +37,12 @@
|
||||
#include <WINGs.h>
|
||||
#include <WUtil.h>
|
||||
|
||||
/** some config options **/
|
||||
#undef EXTEND_WINDOWSHORTCUT
|
||||
|
||||
#define WVERSION "0.8"
|
||||
/****/
|
||||
|
||||
#define WVERSION "0.9"
|
||||
#define WMVERSION "0.20.x"
|
||||
|
||||
|
||||
@@ -63,6 +68,7 @@ typedef struct PanelRec {
|
||||
} PanelRec;
|
||||
|
||||
|
||||
|
||||
void AddSection(Panel *panel, char *iconFile);
|
||||
|
||||
char *LocateImage(char *name);
|
||||
@@ -93,6 +99,11 @@ void SetBoolForKey(Bool value, char *defaultName);
|
||||
|
||||
void SetSpeedForKey(int speed, char *defaultName);
|
||||
|
||||
|
||||
|
||||
void AddDeadChildHandler(pid_t pid, void (*handler)(void*), void *data);
|
||||
|
||||
|
||||
#define FRAME_TOP 105
|
||||
#define FRAME_LEFT -2
|
||||
#define FRAME_WIDTH 524
|
||||
|
||||
Reference in New Issue
Block a user