Ticket #63280: patch-include-xfcurses-fix.diff
File patch-include-xfcurses-fix.diff, 681 bytes (added by juliangilbey (Julian Gilbey), 3 years ago) |
---|
-
xfractint-20.04p14/common/encoder.c
old new 11 11 #include "port.h" 12 12 #include "prototyp.h" 13 13 #include "fractype.h" 14 #include "xfcurses.h" 14 15 15 16 static int compress(int rowlimit); 16 17 static int _fastcall shftwrite(BYTE far * color, int numcolors); -
xfractint-20.04p14/common/realdos.c
old new 17 17 #include "prototyp.h" 18 18 #include "fractype.h" 19 19 #include "helpdefs.h" 20 #include "xfcurses.h" 20 21 21 22 int menu_checkkey(int curkey,int choice); 22 23