diff options
Diffstat (limited to 'x11/kvidtune/files/patch-ae')
-rw-r--r-- | x11/kvidtune/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kvidtune/files/patch-ae b/x11/kvidtune/files/patch-ae new file mode 100644 index 0000000..2c9e470 --- /dev/null +++ b/x11/kvidtune/files/patch-ae @@ -0,0 +1,11 @@ +--- kvidtune/xf86vidmode.h.orig Fri Jan 21 19:55:26 2000 ++++ kvidtune/xf86vidmode.h Fri Jan 21 19:56:37 2000 +@@ -154,7 +154,7 @@ + int EventBase, ErrorBase; + + private: +- void SetErrorText(char *txt); ++ void SetErrorText(const char *txt); + static int X11ErrorHandler(Display *dis,XErrorEvent *err); + + public: |