Browse Source

rename non-session-manager exe to new-session-manager

tags/v1.3
Nils 5 years ago
parent
commit
16343d09f9
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      meson.build
  2. +2
    -2
      src/session-manager.cpp

+ 1
- 1
meson.build View File

@@ -60,7 +60,7 @@ if fluid.found() and fltkdep.found()
command : [fluid, '-c', '-h', '@OUTPUT@', '@INPUT@'],
)

executable('non-session-manager',
executable('new-session-manager',
sources: ['src/session-manager.cpp', 'src/debug.cpp', 'src/Endpoint.cpp', 'src/Thread.cpp', 'src/FL/Fl_Scalepack.C'],
dependencies: [fltkdep, liblodep, threaddep],
install: true,


+ 2
- 2
src/session-manager.cpp View File

@@ -50,8 +50,8 @@
#include <time.h>
#include <getopt.h>

#define APP_NAME "Non-Session-Manager"
#define APP_TITLE "Non Session Manager"
#define APP_NAME "New-Session-Manager"
#define APP_TITLE "New Session Manager"

// static lo_address nsm_addr = NULL;
static time_t last_ping_response;


Loading…
Cancel
Save