make/mapfiles/libawt/mapfile-vers-linux

Print this page
rev 9661 : 8042440: awt_Plugin no longer needed
Reviewed-by: serb, pchelko
Contributed-by: David DeHaven <david.dehaven@oracle.com>

*** 1,7 **** # ! # Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 150,166 **** # CDE private entry point # This is in awt_LoadLibrary.c and falls through to libmawt. # Evidently CDE needs this for backward compatability. Java_sun_awt_motif_XsessionWMcommand; - # Java Plugin - # This is in awt_LoadLibrary.c and falls through to libmawt. - # Evidently plugin needs this for backward compatability. - getAwtLockFunctions; - getAwtData; - getAwtDisplay; - # libfontmanager entry points AWTIsHeadless; GrPrim_Sg2dGetCompInfo; GrPrim_Sg2dGetClip; GetNativePrim; --- 150,159 ----
*** 281,295 **** Java_sun_font_SunFontManager_populateFontFileNameMap; # CDE private entry point Java_sun_awt_motif_XsessionWMcommand; - # Java Plugin - getAwtLockFunctions; - getAwtData; - getAwtDisplay; - # libfontmanager entry points AWTIsHeadless; AWTCountFonts; AWTLoadFont; AWTFreeFont; --- 274,283 ----