1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-11 11:15:55 +01:00

- Added WMSetWindowUserPosition()

- Replaced FlattenStringList() and TokenizeString() with wtokenjoin()
  respective wtokensplit() from WINGs
This commit is contained in:
dan
2000-09-26 00:35:33 +00:00
parent 7b3c10b07d
commit 4193d2265d
10 changed files with 39 additions and 164 deletions

View File

@@ -789,6 +789,7 @@ WEditMenuShowAt(WEditMenu *menu, int x, int y)
W_VIEW_DRAWABLE(menu->view),
hints);
XFree(hints);
WMMapWidget(menu);
}