forked from fairyglade/ly
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In preparation for the BSD support. See also my relevant pull request to the termbox-next at: nullgemm/termbox_next#1
- Loading branch information
1 parent
51fb790
commit 70cef77
Showing
7 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define _XOPEN_SOURCE 700 | ||
#include "config.h" | ||
#include "cylgom.h" | ||
#include "ini.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define _XOPEN_SOURCE 700 | ||
#include "desktop.h" | ||
#include "cylgom.h" | ||
#include "ini.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define _XOPEN_SOURCE 700 | ||
#include "draw.h" | ||
#include "cylgom.h" | ||
#include "termbox.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
#define _XOPEN_SOURCE 700 | ||
#define _DEFAULT_SOURCE | ||
|
||
#include "config.h" | ||
#include "login.h" | ||
#include "widgets.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define _XOPEN_SOURCE 700 | ||
#include "util.h" | ||
#include "config.h" | ||
#include "widgets.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define _XOPEN_SOURCE 700 | ||
#include "widgets.h" | ||
#include "cylgom.h" | ||
#include <string.h> | ||
|