1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-26 04:05:50 +01:00

- fixed a bug in the icon chooser dialog that made the selected icon look

wrong if it had alpha blending.
- fixed a bug in WMReparentWidget()
- added WMReparentWidget() to WINGs.h
This commit is contained in:
dan
2001-04-26 02:45:28 +00:00
parent 86154ba01d
commit 649a7ac82c
5 changed files with 17 additions and 6 deletions

View File

@@ -847,6 +847,8 @@ void WMUnmapSubwidgets(WMWidget *w);
void WMRealizeWidget(WMWidget *w);
void WMReparentWidget(WMWidget *w, WMWidget *newParent, int x, int y);
void WMDestroyWidget(WMWidget *widget);
void WMHangData(WMWidget *widget, void *data);