developing on windows for linux
This commit is contained in:
parent
fa10b2967c
commit
feceacdac7
@ -76,8 +76,8 @@ int computeWidth(char* text, sFONT *font) {
|
||||
return font->Width * strlen(text);
|
||||
}
|
||||
|
||||
void setBlocking(int bool) {
|
||||
isBlocking = bool;
|
||||
void setBlocking(int b) {
|
||||
isBlocking = b;
|
||||
}
|
||||
|
||||
int readButtons() {
|
||||
|
Loading…
Reference in New Issue
Block a user