Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
cacalabs
/
neercs
peilaus alkaen
https://github.com/cacalabs/neercs.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
neercs: be sure to include C headers inside extern "C" in cpp files.
master
Sam Hocevar
13 vuotta sitten
vanhempi
e42a4263d6
commit
6f3db458a1
1 muutettua tiedostoa
jossa
3 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
neercs/old/wm.cpp
+ 3
- 1
neercs/old/wm.cpp
Näytä tiedosto
@@ -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)
{
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna