このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
cacalabs
/
neercs
ミラー元
https://github.com/cacalabs/neercs.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
neercs: be sure to include C headers inside extern "C" in cpp files.
master
Sam Hocevar
12年前
親
e42a4263d6
コミット
6f3db458a1
1個のファイルの変更
、
3行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-1
neercs/old/wm.cpp
+ 3
- 1
neercs/old/wm.cpp
ファイルの表示
@@ -32,8 +32,10 @@
#include <caca.h>
#include "core.h"
#include "neercs.h"
extern "C" {
#include "neercs.h"
}
void resize_screen(struct screen *s, int w, int h)
{
書き込み
プレビュー
読み込み中…
キャンセル
保存