mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
renamed ParseCommand() to TokenizeString()
added rootmenu reader rewrite start
This commit is contained in:
@@ -151,8 +151,7 @@ void wHackedGrabButton(unsigned int button, unsigned int modifiers,
|
||||
int keyboard_mode, Window confine_to, Cursor cursor);
|
||||
|
||||
|
||||
/* this function is in dock.c */
|
||||
void ParseCommand(char *command, char ***argv, int *argc);
|
||||
void TokenizeString(char *command, char ***argv, int *argc);
|
||||
|
||||
void ExecExitScript();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user