1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11/kvidtune/files/patch-ab
2000-01-22 04:00:57 +00:00

14 lines
359 B
Plaintext

--- kvidtune/dlgadvancedxstartup.h.orig Fri Jan 21 19:40:59 2000
+++ kvidtune/dlgadvancedxstartup.h Fri Jan 21 19:45:44 2000
@@ -23,8 +23,8 @@
Q_OBJECT
private:
- const stepX = 8;
- const stepY = 2;
+ static const int stepX = 8;
+ static const int stepY = 2;
KVidData *vidData;
XF86DisplaySection *currentDispSect;