mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
- Added WMSetWindowUserPosition()
- Replaced FlattenStringList() and TokenizeString() with wtokenjoin() respective wtokensplit() from WINGs
This commit is contained in:
@@ -126,8 +126,6 @@ BOOL StringCompareHook(proplist_t pl1, proplist_t pl2);
|
||||
|
||||
int IsEof(FILE * stream); /* feof that stats pipes */
|
||||
|
||||
char *FlattenStringList(char **list, int count);
|
||||
|
||||
void ParseWindowName(proplist_t value, char **winstance, char **wclass,
|
||||
char *where);
|
||||
|
||||
@@ -151,8 +149,6 @@ void wHackedGrabButton(unsigned int button, unsigned int modifiers,
|
||||
int keyboard_mode, Window confine_to, Cursor cursor);
|
||||
|
||||
|
||||
void TokenizeString(char *command, char ***argv, int *argc);
|
||||
|
||||
void ExecExitScript();
|
||||
|
||||
/****** I18N Wrapper for XFetchName,XGetIconName ******/
|
||||
|
||||
Reference in New Issue
Block a user