]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
update linker script
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 31 Jul 2013 11:00:49 +0000 (13:00 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 31 Jul 2013 11:01:17 +0000 (13:01 +0200)
newt.0.52.ver

index 10ea1b190f1b65bbc4b8a5a158a7c75bc39acdf0..8dd5012d8c0b3a37f42e9f59f85a02f49bc55486 100644 (file)
@@ -161,3 +161,9 @@ NEWT_0.52.13 {
                newtScrollbarSetColors;
                newtTextboxSetColors;
 } NEWT_0.52.11;
+
+NEWT_0.52.16 {
+       global:
+               newtComponentGetPosition;
+               newtComponentGetSize;
+} NEWT_0.52.13;