本網站在啟用 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 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
{
Write
Preview
Loading…
取消
儲存