Ik gebruik nu nog awesome maar wil graag "overstappen" naar dwm. Ik wil graag wel de spiral-layout behouden. Dit kan in dwm door middel van de fibonacci patch. Als ik deze toepas en dan het programma probeer te compileren, geeft hij een error en houd hij ermee op.
de error
Weet toevallig ook iemand of dwm dual screen support heeft?
de error
code:
1
2
3
4
5
6
7
8
9
10
11
| fibonacci.c: In functie ‘fibonacci’: fibonacci.c:4: let op: impliciete declaratie van functie ‘counttiled’ fibonacci.c:10: let op: impliciete declaratie van functie ‘tilemaster’ fibonacci.c:10: let op: assignment makes pointer from integer without a cast fibonacci.c:14: fout: ‘tx’ undeclared (first use in this function) fibonacci.c:14: fout: (Each undeclared identifier is reported only once fibonacci.c:14: fout: for each function it appears in.) fibonacci.c:15: fout: ‘ty’ undeclared (first use in this function) fibonacci.c:16: fout: ‘tw’ undeclared (first use in this function) fibonacci.c:17: fout: ‘th’ undeclared (first use in this function) fibonacci.c:52: let op: impliciete declaratie van functie ‘tileresize’ |
Weet toevallig ook iemand of dwm dual screen support heeft?