mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Move everything to sway/old/
This commit is contained in:
parent
0c8491f7d0
commit
733993a651
128 changed files with 76 additions and 430 deletions
|
@ -9,7 +9,6 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include "log.h"
|
||||
#include "sway.h"
|
||||
#include "readline.h"
|
||||
|
||||
static int colored = 1;
|
||||
|
@ -117,6 +116,7 @@ void _sway_log(const char *filename, int line, log_importance_t verbosity, const
|
|||
va_end(args);
|
||||
}
|
||||
|
||||
void sway_terminate(int code);
|
||||
|
||||
void _sway_abort(const char *filename, int line, const char* format, ...) {
|
||||
va_list args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue