mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-03 23:35:55 +01:00
WPrefs appearance stuff update (shows preview)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <wraster.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#define WINGS_H_VERSION 990222
|
||||
#define WINGS_H_VERSION 990316
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -660,6 +660,10 @@ void WMSetWindowMiniwindowImage(WMWindow *win, WMPixmap *pixmap);
|
||||
|
||||
void WMSetWindowCloseAction(WMWindow *win, WMAction *action, void *clientData);
|
||||
|
||||
void WMSetWindowUPosition(WMWindow *win, int x, int y);
|
||||
|
||||
void WMSetWindowUSize(WMWindow *win, unsigned width, unsigned height);
|
||||
|
||||
void WMSetWindowMaxSize(WMWindow *win, unsigned width, unsigned height);
|
||||
|
||||
void WMSetWindowMinSize(WMWindow *win, unsigned width, unsigned height);
|
||||
|
||||
Reference in New Issue
Block a user