]> git.sur5r.net Git - i3/i3/blobdiff - src/startup.c
Merge pull request #2074 from Airblader/feature-2064
[i3/i3] / src / startup.c
index 400d319239ec6149df3c4d8046cd544c22faf9de..b7950c20b40ca18cc293654b0752f545bd759843 100644 (file)
@@ -261,7 +261,7 @@ void startup_monitor_event(SnMonitorEvent *event, void *userdata) {
  * Renames workspaces that are mentioned in the startup sequences.
  *
  */
-void startup_sequence_rename_workspace(char *old_name, char *new_name) {
+void startup_sequence_rename_workspace(const char *old_name, const char *new_name) {
     struct Startup_Sequence *current;
     TAILQ_FOREACH(current, &startup_sequences, sequences) {
         if (strcmp(current->workspace, old_name) != 0)