1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/devel/yacl/files/patch-ag

12 lines
297 B
Plaintext
Raw Normal View History

--- ui/scrolwin.cxx.orig Sun Feb 27 11:52:49 2000
+++ ui/scrolwin.cxx Sun Feb 27 11:53:15 2000
@@ -50,7 +50,7 @@
};
#if defined(__X_MOTIF__)
-static const SCROLL_BAR_WIDTH = 12;
+static const int SCROLL_BAR_WIDTH = 12;
#endif
UIPriv_Scroller::UIPriv_Scroller (UI_ScrollableWindow* parent,