--- icedtea-java7-7~b24-1.5.orig/configure +++ icedtea-java7-7~b24-1.5/configure @@ -708,7 +708,6 @@ PATCH ZIP UNZIP -MERCURIAL CHMOD GAWK SYSTEM_GCJ_DIR @@ -738,6 +737,7 @@ GNU_CLASSLIB_FOUND_FALSE FAST_BUILD_TRUE FAST_BUILD_FALSE +MERCURIAL CPP GREP EGREP @@ -4481,115 +4481,6 @@ if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}hg", so it can be a program name with args. -set dummy ${ac_tool_prefix}hg; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -if test "${ac_cv_path_MERCURIAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - case $MERCURIAL in - [\\/]* | ?:[\\/]*) - ac_cv_path_MERCURIAL="$MERCURIAL" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_MERCURIAL="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - - ;; -esac -fi -MERCURIAL=$ac_cv_path_MERCURIAL -if test -n "$MERCURIAL"; then - { echo "$as_me:$LINENO: result: $MERCURIAL" >&5 -echo "${ECHO_T}$MERCURIAL" >&6; } -else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } -fi - - -fi -if test -z "$ac_cv_path_MERCURIAL"; then - ac_pt_MERCURIAL=$MERCURIAL - # Extract the first word of "hg", so it can be a program name with args. -set dummy hg; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -if test "${ac_cv_path_ac_pt_MERCURIAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - case $ac_pt_MERCURIAL in - [\\/]* | ?:[\\/]*) - ac_cv_path_ac_pt_MERCURIAL="$ac_pt_MERCURIAL" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_ac_pt_MERCURIAL="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - - ;; -esac -fi -ac_pt_MERCURIAL=$ac_cv_path_ac_pt_MERCURIAL -if test -n "$ac_pt_MERCURIAL"; then - { echo "$as_me:$LINENO: result: $ac_pt_MERCURIAL" >&5 -echo "${ECHO_T}$ac_pt_MERCURIAL" >&6; } -else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } -fi - - if test "x$ac_pt_MERCURIAL" = x; then - MERCURIAL="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -whose name does not start with the host triplet. If you think this -configuration is useful to you, please write to autoconf@gnu.org." >&2;} -ac_tool_warned=yes ;; -esac - MERCURIAL=$ac_pt_MERCURIAL - fi -else - MERCURIAL="$ac_cv_path_MERCURIAL" -fi - - if test x"$MERCURIAL" = x ; then - { { echo "$as_me:$LINENO: error: hg program not found in PATH" >&5 -echo "$as_me: error: hg program not found in PATH" >&2;} - { (exit 1); exit 1; }; } - fi - - -if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}chmod", so it can be a program name with args. set dummy ${ac_tool_prefix}chmod; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 @@ -6916,6 +6807,118 @@ +if test "$ALT_OPENJDK_SRC_ZIP" = "not specified"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}hg", so it can be a program name with args. +set dummy ${ac_tool_prefix}hg; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_MERCURIAL+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $MERCURIAL in + [\\/]* | ?:[\\/]*) + ac_cv_path_MERCURIAL="$MERCURIAL" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_MERCURIAL="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +MERCURIAL=$ac_cv_path_MERCURIAL +if test -n "$MERCURIAL"; then + { echo "$as_me:$LINENO: result: $MERCURIAL" >&5 +echo "${ECHO_T}$MERCURIAL" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_MERCURIAL"; then + ac_pt_MERCURIAL=$MERCURIAL + # Extract the first word of "hg", so it can be a program name with args. +set dummy hg; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_ac_pt_MERCURIAL+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $ac_pt_MERCURIAL in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_MERCURIAL="$ac_pt_MERCURIAL" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_ac_pt_MERCURIAL="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_MERCURIAL=$ac_cv_path_ac_pt_MERCURIAL +if test -n "$ac_pt_MERCURIAL"; then + { echo "$as_me:$LINENO: result: $ac_pt_MERCURIAL" >&5 +echo "${ECHO_T}$ac_pt_MERCURIAL" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_pt_MERCURIAL" = x; then + MERCURIAL="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + MERCURIAL=$ac_pt_MERCURIAL + fi +else + MERCURIAL="$ac_cv_path_MERCURIAL" +fi + + if test x"$MERCURIAL" = x ; then + { { echo "$as_me:$LINENO: error: hg program not found in PATH" >&5 +echo "$as_me: error: hg program not found in PATH" >&2;} + { (exit 1); exit 1; }; } + fi + + +fi + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -10636,10 +10639,10 @@ PATCH!$PATCH$ac_delim ZIP!$ZIP$ac_delim UNZIP!$UNZIP$ac_delim -MERCURIAL!$MERCURIAL$ac_delim CHMOD!$CHMOD$ac_delim GAWK!$GAWK$ac_delim SYSTEM_GCJ_DIR!$SYSTEM_GCJ_DIR$ac_delim +SYSTEM_ICEDTEA_DIR!$SYSTEM_ICEDTEA_DIR$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -10681,7 +10684,6 @@ ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF -SYSTEM_ICEDTEA_DIR!$SYSTEM_ICEDTEA_DIR$ac_delim SYSTEM_ANT_DIR!$SYSTEM_ANT_DIR$ac_delim WITH_ICEDTEA_TRUE!$WITH_ICEDTEA_TRUE$ac_delim WITH_ICEDTEA_FALSE!$WITH_ICEDTEA_FALSE$ac_delim @@ -10707,6 +10709,7 @@ GNU_CLASSLIB_FOUND_FALSE!$GNU_CLASSLIB_FOUND_FALSE$ac_delim FAST_BUILD_TRUE!$FAST_BUILD_TRUE$ac_delim FAST_BUILD_FALSE!$FAST_BUILD_FALSE$ac_delim +MERCURIAL!$MERCURIAL$ac_delim CPP!$CPP$ac_delim GREP!$GREP$ac_delim EGREP!$EGREP$ac_delim --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/AwtGraphicsConfigData.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/AwtGraphicsConfigData.java @@ -8,7 +8,7 @@ public class AwtGraphicsConfigData extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 92; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(92):(160)); } public int getDataSize() { return getSize(); } long pData; @@ -39,36 +39,36 @@ } public int get_awt_depth() { log.finest("");return (Native.getInt(pData+0)); } public void set_awt_depth(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_awt_cmap() { log.finest("");return (Native.getLong(pData+4)); } - public void set_awt_cmap(long v) { log.finest(""); Native.putLong(pData+4, v); } - public XVisualInfo get_awt_visInfo() { log.finest("");return new XVisualInfo(pData + 8); } - public int get_awt_num_colors() { log.finest("");return (Native.getInt(pData+48)); } - public void set_awt_num_colors(int v) { log.finest(""); Native.putInt(pData+48, v); } - public awtImageData get_awtImage(int index) { log.finest(""); return (Native.getLong(pData+52) != 0)?(new awtImageData(Native.getLong(pData+52)+index*304)):(null); } - public long get_awtImage() { log.finest("");return Native.getLong(pData+52); } - public void set_awtImage(long v) { log.finest(""); Native.putLong(pData + 52, v); } - public long get_AwtColorMatch(int index) { log.finest(""); return Native.getLong(pData+56)+index*Native.getLongSize(); } - public long get_AwtColorMatch() { log.finest("");return Native.getLong(pData+56); } - public void set_AwtColorMatch(long v) { log.finest(""); Native.putLong(pData + 56, v); } - public long get_monoImage(int index) { log.finest(""); return Native.getLong(pData+60)+index*Native.getLongSize(); } - public long get_monoImage() { log.finest("");return Native.getLong(pData+60); } - public void set_monoImage(long v) { log.finest(""); Native.putLong(pData + 60, v); } - public long get_monoPixmap() { log.finest("");return (Native.getLong(pData+64)); } - public void set_monoPixmap(long v) { log.finest(""); Native.putLong(pData+64, v); } - public int get_monoPixmapWidth() { log.finest("");return (Native.getInt(pData+68)); } - public void set_monoPixmapWidth(int v) { log.finest(""); Native.putInt(pData+68, v); } - public int get_monoPixmapHeight() { log.finest("");return (Native.getInt(pData+72)); } - public void set_monoPixmapHeight(int v) { log.finest(""); Native.putInt(pData+72, v); } - public long get_monoPixmapGC() { log.finest("");return (Native.getLong(pData+76)); } - public void set_monoPixmapGC(long v) { log.finest(""); Native.putLong(pData+76, v); } - public int get_pixelStride() { log.finest("");return (Native.getInt(pData+80)); } - public void set_pixelStride(int v) { log.finest(""); Native.putInt(pData+80, v); } - public ColorData get_color_data(int index) { log.finest(""); return (Native.getLong(pData+84) != 0)?(new ColorData(Native.getLong(pData+84)+index*44)):(null); } - public long get_color_data() { log.finest("");return Native.getLong(pData+84); } - public void set_color_data(long v) { log.finest(""); Native.putLong(pData + 84, v); } - public long get_glxInfo(int index) { log.finest(""); return Native.getLong(pData+88)+index*Native.getLongSize(); } - public long get_glxInfo() { log.finest("");return Native.getLong(pData+88); } - public void set_glxInfo(long v) { log.finest(""); Native.putLong(pData + 88, v); } + public long get_awt_cmap() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_awt_cmap(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public XVisualInfo get_awt_visInfo() { log.finest("");return new XVisualInfo(pData + ((XlibWrapper.dataModel == 32)?(8):(16))); } + public int get_awt_num_colors() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)))); } + public void set_awt_num_colors(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)), v); } + public awtImageData get_awtImage(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(52):(88))) != 0)?(new awtImageData(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(52):(88)))+index*((XlibWrapper.dataModel == 32)?(304):(560)))):(null); } + public long get_awtImage() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(52):(88))); } + public void set_awtImage(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(52):(88)), v); } + public long get_AwtColorMatch(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(56):(96)))+index*Native.getLongSize(); } + public long get_AwtColorMatch() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(56):(96))); } + public void set_AwtColorMatch(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(56):(96)), v); } + public long get_monoImage(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(60):(104)))+index*Native.getLongSize(); } + public long get_monoImage() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(60):(104))); } + public void set_monoImage(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(60):(104)), v); } + public long get_monoPixmap() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(64):(112)))); } + public void set_monoPixmap(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(64):(112)), v); } + public int get_monoPixmapWidth() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(68):(120)))); } + public void set_monoPixmapWidth(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(68):(120)), v); } + public int get_monoPixmapHeight() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(72):(124)))); } + public void set_monoPixmapHeight(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(72):(124)), v); } + public long get_monoPixmapGC() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(76):(128)))); } + public void set_monoPixmapGC(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(76):(128)), v); } + public int get_pixelStride() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(80):(136)))); } + public void set_pixelStride(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(80):(136)), v); } + public ColorData get_color_data(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(84):(144))) != 0)?(new ColorData(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(84):(144)))+index*((XlibWrapper.dataModel == 32)?(44):(88)))):(null); } + public long get_color_data() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(84):(144))); } + public void set_color_data(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(84):(144)), v); } + public long get_glxInfo(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(88):(152)))+index*Native.getLongSize(); } + public long get_glxInfo() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(88):(152))); } + public void set_glxInfo(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(88):(152)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/AwtScreenData.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/AwtScreenData.java @@ -8,7 +8,7 @@ public class AwtScreenData extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 24; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(24):(48)); } public int getDataSize() { return getSize(); } long pData; @@ -39,18 +39,18 @@ } public int get_numConfigs() { log.finest("");return (Native.getInt(pData+0)); } public void set_numConfigs(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_root() { log.finest("");return (Native.getLong(pData+4)); } - public void set_root(long v) { log.finest(""); Native.putLong(pData+4, v); } - public long get_whitepixel() { log.finest("");return (Native.getLong(pData+8)); } - public void set_whitepixel(long v) { log.finest(""); Native.putLong(pData+8, v); } - public long get_blackpixel() { log.finest("");return (Native.getLong(pData+12)); } - public void set_blackpixel(long v) { log.finest(""); Native.putLong(pData+12, v); } - public AwtGraphicsConfigData get_defaultConfig(int index) { log.finest(""); return (Native.getLong(pData+16) != 0)?(new AwtGraphicsConfigData(Native.getLong(pData+16)+index*92)):(null); } - public long get_defaultConfig() { log.finest("");return Native.getLong(pData+16); } - public void set_defaultConfig(long v) { log.finest(""); Native.putLong(pData + 16, v); } - public long get_configs(int index) { log.finest(""); return Native.getLong(pData+20)+index*Native.getLongSize(); } - public long get_configs() { log.finest("");return Native.getLong(pData+20); } - public void set_configs(long v) { log.finest(""); Native.putLong(pData + 20, v); } + public long get_root() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_root(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public long get_whitepixel() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_whitepixel(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_blackpixel() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_blackpixel(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public AwtGraphicsConfigData get_defaultConfig(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32))) != 0)?(new AwtGraphicsConfigData(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))+index*((XlibWrapper.dataModel == 32)?(92):(160)))):(null); } + public long get_defaultConfig() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32))); } + public void set_defaultConfig(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_configs(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))+index*Native.getLongSize(); } + public long get_configs() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40))); } + public void set_configs(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(20):(40)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/ColorData.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/ColorData.java @@ -8,7 +8,7 @@ public class ColorData extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 44; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(44):(88)); } public int getDataSize() { return getSize(); } long pData; @@ -40,34 +40,34 @@ public ColorEntry get_awt_Colors(int index) { log.finest(""); return (Native.getLong(pData+0) != 0)?(new ColorEntry(Native.getLong(pData+0)+index*4)):(null); } public long get_awt_Colors() { log.finest("");return Native.getLong(pData+0); } public void set_awt_Colors(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public int get_awt_numICMcolors() { log.finest("");return (Native.getInt(pData+4)); } - public void set_awt_numICMcolors(int v) { log.finest(""); Native.putInt(pData+4, v); } - public int get_awt_icmLUT(int index) { log.finest(""); return Native.getInt(Native.getLong(pData+8)+index*4); } - public long get_awt_icmLUT() { log.finest("");return Native.getLong(pData+8); } - public void set_awt_icmLUT(long v) { log.finest(""); Native.putLong(pData + 8, v); } - public byte get_awt_icmLUT2Colors(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+12)+index*1); } - public long get_awt_icmLUT2Colors() { log.finest("");return Native.getLong(pData+12); } - public void set_awt_icmLUT2Colors(long v) { log.finest(""); Native.putLong(pData + 12, v); } - public byte get_img_grays(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+16)+index*1); } - public long get_img_grays() { log.finest("");return Native.getLong(pData+16); } - public void set_img_grays(long v) { log.finest(""); Native.putLong(pData + 16, v); } - public byte get_img_clr_tbl(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+20)+index*1); } - public long get_img_clr_tbl() { log.finest("");return Native.getLong(pData+20); } - public void set_img_clr_tbl(long v) { log.finest(""); Native.putLong(pData + 20, v); } - public byte get_img_oda_red(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+24)+index*1); } - public long get_img_oda_red() { log.finest("");return Native.getLong(pData+24); } - public void set_img_oda_red(long v) { log.finest(""); Native.putLong(pData + 24, v); } - public byte get_img_oda_green(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+28)+index*1); } - public long get_img_oda_green() { log.finest("");return Native.getLong(pData+28); } - public void set_img_oda_green(long v) { log.finest(""); Native.putLong(pData + 28, v); } - public byte get_img_oda_blue(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+32)+index*1); } - public long get_img_oda_blue() { log.finest("");return Native.getLong(pData+32); } - public void set_img_oda_blue(long v) { log.finest(""); Native.putLong(pData + 32, v); } - public int get_pGrayInverseLutData(int index) { log.finest(""); return Native.getInt(Native.getLong(pData+36)+index*4); } - public long get_pGrayInverseLutData() { log.finest("");return Native.getLong(pData+36); } - public void set_pGrayInverseLutData(long v) { log.finest(""); Native.putLong(pData + 36, v); } - public int get_screendata() { log.finest("");return (Native.getInt(pData+40)); } - public void set_screendata(int v) { log.finest(""); Native.putInt(pData+40, v); } + public int get_awt_numICMcolors() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_awt_numICMcolors(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_awt_icmLUT(int index) { log.finest(""); return Native.getInt(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)))+index*4); } + public long get_awt_icmLUT() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16))); } + public void set_awt_icmLUT(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public byte get_awt_icmLUT2Colors(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))+index*1); } + public long get_awt_icmLUT2Colors() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24))); } + public void set_awt_icmLUT2Colors(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public byte get_img_grays(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))+index*1); } + public long get_img_grays() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32))); } + public void set_img_grays(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public byte get_img_clr_tbl(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))+index*1); } + public long get_img_clr_tbl() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40))); } + public void set_img_clr_tbl(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public byte get_img_oda_red(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)))+index*1); } + public long get_img_oda_red() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(24):(48))); } + public void set_img_oda_red(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public byte get_img_oda_green(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(28):(56)))+index*1); } + public long get_img_oda_green() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(28):(56))); } + public void set_img_oda_green(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(28):(56)), v); } + public byte get_img_oda_blue(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(32):(64)))+index*1); } + public long get_img_oda_blue() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(32):(64))); } + public void set_img_oda_blue(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(32):(64)), v); } + public int get_pGrayInverseLutData(int index) { log.finest(""); return Native.getInt(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(36):(72)))+index*4); } + public long get_pGrayInverseLutData() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(36):(72))); } + public void set_pGrayInverseLutData(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(36):(72)), v); } + public int get_screendata() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(80)))); } + public void set_screendata(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(80)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/Depth.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/Depth.java @@ -8,7 +8,7 @@ public class Depth extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 12; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(12):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -41,7 +41,7 @@ public void set_depth(int v) { log.finest(""); Native.putInt(pData+0, v); } public int get_nvisuals() { log.finest("");return (Native.getInt(pData+4)); } public void set_nvisuals(int v) { log.finest(""); Native.putInt(pData+4, v); } - public Visual get_visuals(int index) { log.finest(""); return (Native.getLong(pData+8) != 0)?(new Visual(Native.getLong(pData+8)+index*32)):(null); } + public Visual get_visuals(int index) { log.finest(""); return (Native.getLong(pData+8) != 0)?(new Visual(Native.getLong(pData+8)+index*((XlibWrapper.dataModel == 32)?(32):(56)))):(null); } public long get_visuals() { log.finest("");return Native.getLong(pData+8); } public void set_visuals(long v) { log.finest(""); Native.putLong(pData + 8, v); } --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/PropMwmHints.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/PropMwmHints.java @@ -8,7 +8,7 @@ public class PropMwmHints extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 20; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(20):(40)); } public int getDataSize() { return getSize(); } long pData; @@ -39,14 +39,14 @@ } public long get_flags() { log.finest("");return (Native.getLong(pData+0)); } public void set_flags(long v) { log.finest(""); Native.putLong(pData+0, v); } - public long get_functions() { log.finest("");return (Native.getLong(pData+4)); } - public void set_functions(long v) { log.finest(""); Native.putLong(pData+4, v); } - public long get_decorations() { log.finest("");return (Native.getLong(pData+8)); } - public void set_decorations(long v) { log.finest(""); Native.putLong(pData+8, v); } - public long get_inputMode() { log.finest("");return (Native.getLong(pData+12)); } - public void set_inputMode(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_status() { log.finest("");return (Native.getLong(pData+16)); } - public void set_status(long v) { log.finest(""); Native.putLong(pData+16, v); } + public long get_functions() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_functions(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public long get_decorations() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_decorations(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_inputMode() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_inputMode(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_status() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_status(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/Screen.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/Screen.java @@ -8,7 +8,7 @@ public class Screen extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 80; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(80):(128)); } public int getDataSize() { return getSize(); } long pData; @@ -37,50 +37,50 @@ unsafe.freeMemory(pData); } } - public XExtData get_ext_data(int index) { log.finest(""); return (Native.getLong(pData+0) != 0)?(new XExtData(Native.getLong(pData+0)+index*16)):(null); } + public XExtData get_ext_data(int index) { log.finest(""); return (Native.getLong(pData+0) != 0)?(new XExtData(Native.getLong(pData+0)+index*((XlibWrapper.dataModel == 32)?(16):(32)))):(null); } public long get_ext_data() { log.finest("");return Native.getLong(pData+0); } public void set_ext_data(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public long get_display(int index) { log.finest(""); return Native.getLong(pData+4)+index*Native.getLongSize(); } - public long get_display() { log.finest("");return Native.getLong(pData+4); } - public void set_display(long v) { log.finest(""); Native.putLong(pData + 4, v); } - public long get_root() { log.finest("");return (Native.getLong(pData+8)); } - public void set_root(long v) { log.finest(""); Native.putLong(pData+8, v); } - public int get_width() { log.finest("");return (Native.getInt(pData+12)); } - public void set_width(int v) { log.finest(""); Native.putInt(pData+12, v); } - public int get_height() { log.finest("");return (Native.getInt(pData+16)); } - public void set_height(int v) { log.finest(""); Native.putInt(pData+16, v); } - public int get_mwidth() { log.finest("");return (Native.getInt(pData+20)); } - public void set_mwidth(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_mheight() { log.finest("");return (Native.getInt(pData+24)); } - public void set_mheight(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_ndepths() { log.finest("");return (Native.getInt(pData+28)); } - public void set_ndepths(int v) { log.finest(""); Native.putInt(pData+28, v); } - public Depth get_depths(int index) { log.finest(""); return (Native.getLong(pData+32) != 0)?(new Depth(Native.getLong(pData+32)+index*12)):(null); } - public long get_depths() { log.finest("");return Native.getLong(pData+32); } - public void set_depths(long v) { log.finest(""); Native.putLong(pData + 32, v); } - public int get_root_depth() { log.finest("");return (Native.getInt(pData+36)); } - public void set_root_depth(int v) { log.finest(""); Native.putInt(pData+36, v); } - public Visual get_root_visual(int index) { log.finest(""); return (Native.getLong(pData+40) != 0)?(new Visual(Native.getLong(pData+40)+index*32)):(null); } - public long get_root_visual() { log.finest("");return Native.getLong(pData+40); } - public void set_root_visual(long v) { log.finest(""); Native.putLong(pData + 40, v); } - public long get_default_gc() { log.finest("");return (Native.getLong(pData+44)); } - public void set_default_gc(long v) { log.finest(""); Native.putLong(pData+44, v); } - public long get_cmap() { log.finest("");return (Native.getLong(pData+48)); } - public void set_cmap(long v) { log.finest(""); Native.putLong(pData+48, v); } - public long get_white_pixel() { log.finest("");return (Native.getLong(pData+52)); } - public void set_white_pixel(long v) { log.finest(""); Native.putLong(pData+52, v); } - public long get_black_pixel() { log.finest("");return (Native.getLong(pData+56)); } - public void set_black_pixel(long v) { log.finest(""); Native.putLong(pData+56, v); } - public int get_max_maps() { log.finest("");return (Native.getInt(pData+60)); } - public void set_max_maps(int v) { log.finest(""); Native.putInt(pData+60, v); } - public int get_min_maps() { log.finest("");return (Native.getInt(pData+64)); } - public void set_min_maps(int v) { log.finest(""); Native.putInt(pData+64, v); } - public int get_backing_store() { log.finest("");return (Native.getInt(pData+68)); } - public void set_backing_store(int v) { log.finest(""); Native.putInt(pData+68, v); } - public boolean get_save_unders() { log.finest("");return (Native.getBool(pData+72)); } - public void set_save_unders(boolean v) { log.finest(""); Native.putBool(pData+72, v); } - public long get_root_input_mask() { log.finest("");return (Native.getLong(pData+76)); } - public void set_root_input_mask(long v) { log.finest(""); Native.putLong(pData+76, v); } + public long get_display(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*Native.getLongSize(); } + public long get_display() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public long get_root() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_root(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public int get_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public int get_height() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(16):(28)))); } + public void set_height(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(16):(28)), v); } + public int get_mwidth() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(32)))); } + public void set_mwidth(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(32)), v); } + public int get_mheight() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(36)))); } + public void set_mheight(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(36)), v); } + public int get_ndepths() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(40)))); } + public void set_ndepths(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(40)), v); } + public Depth get_depths(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(32):(48))) != 0)?(new Depth(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(32):(48)))+index*((XlibWrapper.dataModel == 32)?(12):(16)))):(null); } + public long get_depths() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(32):(48))); } + public void set_depths(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(32):(48)), v); } + public int get_root_depth() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(56)))); } + public void set_root_depth(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(56)), v); } + public Visual get_root_visual(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(40):(64))) != 0)?(new Visual(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(40):(64)))+index*((XlibWrapper.dataModel == 32)?(32):(56)))):(null); } + public long get_root_visual() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(40):(64))); } + public void set_root_visual(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(40):(64)), v); } + public long get_default_gc() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(44):(72)))); } + public void set_default_gc(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(44):(72)), v); } + public long get_cmap() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(48):(80)))); } + public void set_cmap(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(48):(80)), v); } + public long get_white_pixel() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(52):(88)))); } + public void set_white_pixel(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(52):(88)), v); } + public long get_black_pixel() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(56):(96)))); } + public void set_black_pixel(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(56):(96)), v); } + public int get_max_maps() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(60):(104)))); } + public void set_max_maps(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(60):(104)), v); } + public int get_min_maps() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(64):(108)))); } + public void set_min_maps(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(64):(108)), v); } + public int get_backing_store() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(68):(112)))); } + public void set_backing_store(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(68):(112)), v); } + public boolean get_save_unders() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(72):(116)))); } + public void set_save_unders(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(72):(116)), v); } + public long get_root_input_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(76):(120)))); } + public void set_root_input_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(76):(120)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/ScreenFormat.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/ScreenFormat.java @@ -8,7 +8,7 @@ public class ScreenFormat extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 16; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(16):(24)); } public int getDataSize() { return getSize(); } long pData; @@ -37,15 +37,15 @@ unsafe.freeMemory(pData); } } - public XExtData get_ext_data(int index) { log.finest(""); return (Native.getLong(pData+0) != 0)?(new XExtData(Native.getLong(pData+0)+index*16)):(null); } + public XExtData get_ext_data(int index) { log.finest(""); return (Native.getLong(pData+0) != 0)?(new XExtData(Native.getLong(pData+0)+index*((XlibWrapper.dataModel == 32)?(16):(32)))):(null); } public long get_ext_data() { log.finest("");return Native.getLong(pData+0); } public void set_ext_data(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public int get_depth() { log.finest("");return (Native.getInt(pData+4)); } - public void set_depth(int v) { log.finest(""); Native.putInt(pData+4, v); } - public int get_bits_per_pixel() { log.finest("");return (Native.getInt(pData+8)); } - public void set_bits_per_pixel(int v) { log.finest(""); Native.putInt(pData+8, v); } - public int get_scanline_pad() { log.finest("");return (Native.getInt(pData+12)); } - public void set_scanline_pad(int v) { log.finest(""); Native.putInt(pData+12, v); } + public int get_depth() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_depth(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_bits_per_pixel() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)))); } + public void set_bits_per_pixel(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)), v); } + public int get_scanline_pad() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(12):(16)))); } + public void set_scanline_pad(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(12):(16)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/Visual.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/Visual.java @@ -8,7 +8,7 @@ public class Visual extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 32; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(32):(56)); } public int getDataSize() { return getSize(); } long pData; @@ -37,23 +37,23 @@ unsafe.freeMemory(pData); } } - public XExtData get_ext_data(int index) { log.finest(""); return (Native.getLong(pData+0) != 0)?(new XExtData(Native.getLong(pData+0)+index*16)):(null); } + public XExtData get_ext_data(int index) { log.finest(""); return (Native.getLong(pData+0) != 0)?(new XExtData(Native.getLong(pData+0)+index*((XlibWrapper.dataModel == 32)?(16):(32)))):(null); } public long get_ext_data() { log.finest("");return Native.getLong(pData+0); } public void set_ext_data(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public long get_visualid() { log.finest("");return (Native.getLong(pData+4)); } - public void set_visualid(long v) { log.finest(""); Native.putLong(pData+4, v); } - public int get_class() { log.finest("");return (Native.getInt(pData+8)); } - public void set_class(int v) { log.finest(""); Native.putInt(pData+8, v); } - public long get_red_mask() { log.finest("");return (Native.getLong(pData+12)); } - public void set_red_mask(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_green_mask() { log.finest("");return (Native.getLong(pData+16)); } - public void set_green_mask(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_blue_mask() { log.finest("");return (Native.getLong(pData+20)); } - public void set_blue_mask(long v) { log.finest(""); Native.putLong(pData+20, v); } - public int get_bits_per_rgb() { log.finest("");return (Native.getInt(pData+24)); } - public void set_bits_per_rgb(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_map_entries() { log.finest("");return (Native.getInt(pData+28)); } - public void set_map_entries(int v) { log.finest(""); Native.putInt(pData+28, v); } + public long get_visualid() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_visualid(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_class() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_class(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_red_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_red_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_green_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_green_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_blue_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_blue_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_bits_per_rgb() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_bits_per_rgb(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public int get_map_entries() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)))); } + public void set_map_entries(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XAnyEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XAnyEvent.java @@ -8,7 +8,7 @@ public class XAnyEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 20; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(20):(40)); } public int getDataSize() { return getSize(); } long pData; @@ -39,14 +39,14 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XButtonEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XButtonEvent.java @@ -8,7 +8,7 @@ public class XButtonEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 60; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(60):(96)); } public int getDataSize() { return getSize(); } long pData; @@ -39,34 +39,34 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_root() { log.finest("");return (Native.getLong(pData+20)); } - public void set_root(long v) { log.finest(""); Native.putLong(pData+20, v); } - public long get_subwindow() { log.finest("");return (Native.getLong(pData+24)); } - public void set_subwindow(long v) { log.finest(""); Native.putLong(pData+24, v); } - public long get_time() { log.finest("");return (Native.getULong(pData+28)); } - public void set_time(long v) { log.finest(""); Native.putULong(pData+28, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+32)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+36)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_x_root() { log.finest("");return (Native.getInt(pData+40)); } - public void set_x_root(int v) { log.finest(""); Native.putInt(pData+40, v); } - public int get_y_root() { log.finest("");return (Native.getInt(pData+44)); } - public void set_y_root(int v) { log.finest(""); Native.putInt(pData+44, v); } - public int get_state() { log.finest("");return (Native.getInt(pData+48)); } - public void set_state(int v) { log.finest(""); Native.putInt(pData+48, v); } - public int get_button() { log.finest("");return (Native.getInt(pData+52)); } - public void set_button(int v) { log.finest(""); Native.putInt(pData+52, v); } - public boolean get_same_screen() { log.finest("");return (Native.getBool(pData+56)); } - public void set_same_screen(boolean v) { log.finest(""); Native.putBool(pData+56, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_root() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_root(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public long get_subwindow() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_subwindow(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public long get_time() { log.finest("");return (Native.getULong(pData+((XlibWrapper.dataModel == 32)?(28):(56)))); } + public void set_time(long v) { log.finest(""); Native.putULong(pData+((XlibWrapper.dataModel == 32)?(28):(56)), v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(64)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(64)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(68)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(68)), v); } + public int get_x_root() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(72)))); } + public void set_x_root(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(72)), v); } + public int get_y_root() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(44):(76)))); } + public void set_y_root(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(44):(76)), v); } + public int get_state() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)))); } + public void set_state(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)), v); } + public int get_button() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(52):(84)))); } + public void set_button(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(52):(84)), v); } + public boolean get_same_screen() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(56):(88)))); } + public void set_same_screen(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(56):(88)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XCirculateEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XCirculateEvent.java @@ -8,7 +8,7 @@ public class XCirculateEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 28; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(28):(56)); } public int getDataSize() { return getSize(); } long pData; @@ -39,18 +39,18 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_event() { log.finest("");return (Native.getLong(pData+16)); } - public void set_event(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+20)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+20, v); } - public int get_place() { log.finest("");return (Native.getInt(pData+24)); } - public void set_place(int v) { log.finest(""); Native.putInt(pData+24, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_event() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_event(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_place() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_place(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XCirculateRequestEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XCirculateRequestEvent.java @@ -8,7 +8,7 @@ public class XCirculateRequestEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 28; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(28):(56)); } public int getDataSize() { return getSize(); } long pData; @@ -39,18 +39,18 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_parent() { log.finest("");return (Native.getLong(pData+16)); } - public void set_parent(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+20)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+20, v); } - public int get_place() { log.finest("");return (Native.getInt(pData+24)); } - public void set_place(int v) { log.finest(""); Native.putInt(pData+24, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_parent() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_parent(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_place() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_place(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XClassHint.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XClassHint.java @@ -8,7 +8,7 @@ public class XClassHint extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -40,9 +40,9 @@ public long get_res_name(int index) { log.finest(""); return Native.getLong(pData+0)+index*Native.getLongSize(); } public long get_res_name() { log.finest("");return Native.getLong(pData+0); } public void set_res_name(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public long get_res_class(int index) { log.finest(""); return Native.getLong(pData+4)+index*Native.getLongSize(); } - public long get_res_class() { log.finest("");return Native.getLong(pData+4); } - public void set_res_class(long v) { log.finest(""); Native.putLong(pData + 4, v); } + public long get_res_class(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*Native.getLongSize(); } + public long get_res_class() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_res_class(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XClientMessageEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XClientMessageEvent.java @@ -8,7 +8,7 @@ public class XClientMessageEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 48; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(48):(96)); } public int getDataSize() { return getSize(); } long pData; @@ -39,21 +39,21 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_message_type() { log.finest("");return (Native.getLong(pData+20)); } - public void set_message_type(long v) { log.finest(""); Native.putLong(pData+20, v); } - public int get_format() { log.finest("");return (Native.getInt(pData+24)); } - public void set_format(int v) { log.finest(""); Native.putInt(pData+24, v); } - public long get_data(int index) { log.finest("");return Native.getLong(pData + 28+index*Native.getLongSize()); } - public void set_data(int index, long v) { log.finest(""); Native.putLong(pData+28 + index*Native.getLongSize(), v); } - public long get_data() { log.finest("");return pData+28; } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_message_type() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_message_type(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_format() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_format(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public long get_data(int index) { log.finest("");return Native.getLong(pData + ((XlibWrapper.dataModel == 32)?(28):(56))+index*Native.getLongSize()); } + public void set_data(int index, long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(28):(56)) + index*Native.getLongSize(), v); } + public long get_data() { log.finest("");return pData+((XlibWrapper.dataModel == 32)?(28):(56)); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XColor.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XColor.java @@ -8,7 +8,7 @@ public class XColor extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 12; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(12):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,16 +39,16 @@ } public long get_pixel() { log.finest("");return (Native.getLong(pData+0)); } public void set_pixel(long v) { log.finest(""); Native.putLong(pData+0, v); } - public short get_red() { log.finest("");return (Native.getShort(pData+4)); } - public void set_red(short v) { log.finest(""); Native.putShort(pData+4, v); } - public short get_green() { log.finest("");return (Native.getShort(pData+6)); } - public void set_green(short v) { log.finest(""); Native.putShort(pData+6, v); } - public short get_blue() { log.finest("");return (Native.getShort(pData+8)); } - public void set_blue(short v) { log.finest(""); Native.putShort(pData+8, v); } - public byte get_flags() { log.finest("");return (Native.getByte(pData+10)); } - public void set_flags(byte v) { log.finest(""); Native.putByte(pData+10, v); } - public byte get_pad() { log.finest("");return (Native.getByte(pData+11)); } - public void set_pad(byte v) { log.finest(""); Native.putByte(pData+11, v); } + public short get_red() { log.finest("");return (Native.getShort(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_red(short v) { log.finest(""); Native.putShort(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public short get_green() { log.finest("");return (Native.getShort(pData+((XlibWrapper.dataModel == 32)?(6):(10)))); } + public void set_green(short v) { log.finest(""); Native.putShort(pData+((XlibWrapper.dataModel == 32)?(6):(10)), v); } + public short get_blue() { log.finest("");return (Native.getShort(pData+((XlibWrapper.dataModel == 32)?(8):(12)))); } + public void set_blue(short v) { log.finest(""); Native.putShort(pData+((XlibWrapper.dataModel == 32)?(8):(12)), v); } + public byte get_flags() { log.finest("");return (Native.getByte(pData+((XlibWrapper.dataModel == 32)?(10):(14)))); } + public void set_flags(byte v) { log.finest(""); Native.putByte(pData+((XlibWrapper.dataModel == 32)?(10):(14)), v); } + public byte get_pad() { log.finest("");return (Native.getByte(pData+((XlibWrapper.dataModel == 32)?(11):(15)))); } + public void set_pad(byte v) { log.finest(""); Native.putByte(pData+((XlibWrapper.dataModel == 32)?(11):(15)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XColormapEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XColormapEvent.java @@ -8,7 +8,7 @@ public class XColormapEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 32; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(32):(56)); } public int getDataSize() { return getSize(); } long pData; @@ -39,20 +39,20 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_colormap() { log.finest("");return (Native.getLong(pData+20)); } - public void set_colormap(long v) { log.finest(""); Native.putLong(pData+20, v); } - public boolean get_new() { log.finest("");return (Native.getBool(pData+24)); } - public void set_new(boolean v) { log.finest(""); Native.putBool(pData+24, v); } - public int get_state() { log.finest("");return (Native.getInt(pData+28)); } - public void set_state(int v) { log.finest(""); Native.putInt(pData+28, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_colormap() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_colormap(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public boolean get_new() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_new(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public int get_state() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)))); } + public void set_state(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XComposeStatus.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XComposeStatus.java @@ -8,7 +8,7 @@ public class XComposeStatus extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -40,8 +40,8 @@ public long get_compose_ptr(int index) { log.finest(""); return Native.getLong(pData+0)+index*Native.getLongSize(); } public long get_compose_ptr() { log.finest("");return Native.getLong(pData+0); } public void set_compose_ptr(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public int get_chars_matched() { log.finest("");return (Native.getInt(pData+4)); } - public void set_chars_matched(int v) { log.finest(""); Native.putInt(pData+4, v); } + public int get_chars_matched() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_chars_matched(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XConfigureEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XConfigureEvent.java @@ -8,7 +8,7 @@ public class XConfigureEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 52; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(52):(88)); } public int getDataSize() { return getSize(); } long pData; @@ -39,30 +39,30 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_event() { log.finest("");return (Native.getLong(pData+16)); } - public void set_event(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+20)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+20, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+24)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+28)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+28, v); } - public int get_width() { log.finest("");return (Native.getInt(pData+32)); } - public void set_width(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_height() { log.finest("");return (Native.getInt(pData+36)); } - public void set_height(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_border_width() { log.finest("");return (Native.getInt(pData+40)); } - public void set_border_width(int v) { log.finest(""); Native.putInt(pData+40, v); } - public long get_above() { log.finest("");return (Native.getLong(pData+44)); } - public void set_above(long v) { log.finest(""); Native.putLong(pData+44, v); } - public boolean get_override_redirect() { log.finest("");return (Native.getBool(pData+48)); } - public void set_override_redirect(boolean v) { log.finest(""); Native.putBool(pData+48, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_event() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_event(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)), v); } + public int get_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(56)))); } + public void set_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(56)), v); } + public int get_height() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(60)))); } + public void set_height(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(60)), v); } + public int get_border_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(64)))); } + public void set_border_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(64)), v); } + public long get_above() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(44):(72)))); } + public void set_above(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(44):(72)), v); } + public boolean get_override_redirect() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(48):(80)))); } + public void set_override_redirect(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(48):(80)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XConfigureRequestEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XConfigureRequestEvent.java @@ -8,7 +8,7 @@ public class XConfigureRequestEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 56; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(56):(96)); } public int getDataSize() { return getSize(); } long pData; @@ -39,32 +39,32 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_parent() { log.finest("");return (Native.getLong(pData+16)); } - public void set_parent(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+20)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+20, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+24)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+28)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+28, v); } - public int get_width() { log.finest("");return (Native.getInt(pData+32)); } - public void set_width(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_height() { log.finest("");return (Native.getInt(pData+36)); } - public void set_height(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_border_width() { log.finest("");return (Native.getInt(pData+40)); } - public void set_border_width(int v) { log.finest(""); Native.putInt(pData+40, v); } - public long get_above() { log.finest("");return (Native.getLong(pData+44)); } - public void set_above(long v) { log.finest(""); Native.putLong(pData+44, v); } - public int get_detail() { log.finest("");return (Native.getInt(pData+48)); } - public void set_detail(int v) { log.finest(""); Native.putInt(pData+48, v); } - public long get_value_mask() { log.finest("");return (Native.getLong(pData+52)); } - public void set_value_mask(long v) { log.finest(""); Native.putLong(pData+52, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_parent() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_parent(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)), v); } + public int get_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(56)))); } + public void set_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(56)), v); } + public int get_height() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(60)))); } + public void set_height(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(60)), v); } + public int get_border_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(64)))); } + public void set_border_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(64)), v); } + public long get_above() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(44):(72)))); } + public void set_above(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(44):(72)), v); } + public int get_detail() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)))); } + public void set_detail(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)), v); } + public long get_value_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(52):(88)))); } + public void set_value_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(52):(88)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XCreateWindowEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XCreateWindowEvent.java @@ -8,7 +8,7 @@ public class XCreateWindowEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 48; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(48):(72)); } public int getDataSize() { return getSize(); } long pData; @@ -39,28 +39,28 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_parent() { log.finest("");return (Native.getLong(pData+16)); } - public void set_parent(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+20)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+20, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+24)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+28)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+28, v); } - public int get_width() { log.finest("");return (Native.getInt(pData+32)); } - public void set_width(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_height() { log.finest("");return (Native.getInt(pData+36)); } - public void set_height(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_border_width() { log.finest("");return (Native.getInt(pData+40)); } - public void set_border_width(int v) { log.finest(""); Native.putInt(pData+40, v); } - public boolean get_override_redirect() { log.finest("");return (Native.getBool(pData+44)); } - public void set_override_redirect(boolean v) { log.finest(""); Native.putBool(pData+44, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_parent() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_parent(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)), v); } + public int get_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(56)))); } + public void set_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(56)), v); } + public int get_height() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(60)))); } + public void set_height(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(60)), v); } + public int get_border_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(64)))); } + public void set_border_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(64)), v); } + public boolean get_override_redirect() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(44):(68)))); } + public void set_override_redirect(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(44):(68)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XCrossingEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XCrossingEvent.java @@ -8,7 +8,7 @@ public class XCrossingEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 68; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(68):(104)); } public int getDataSize() { return getSize(); } long pData; @@ -39,38 +39,38 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_root() { log.finest("");return (Native.getLong(pData+20)); } - public void set_root(long v) { log.finest(""); Native.putLong(pData+20, v); } - public long get_subwindow() { log.finest("");return (Native.getLong(pData+24)); } - public void set_subwindow(long v) { log.finest(""); Native.putLong(pData+24, v); } - public long get_time() { log.finest("");return (Native.getULong(pData+28)); } - public void set_time(long v) { log.finest(""); Native.putULong(pData+28, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+32)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+36)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_x_root() { log.finest("");return (Native.getInt(pData+40)); } - public void set_x_root(int v) { log.finest(""); Native.putInt(pData+40, v); } - public int get_y_root() { log.finest("");return (Native.getInt(pData+44)); } - public void set_y_root(int v) { log.finest(""); Native.putInt(pData+44, v); } - public int get_mode() { log.finest("");return (Native.getInt(pData+48)); } - public void set_mode(int v) { log.finest(""); Native.putInt(pData+48, v); } - public int get_detail() { log.finest("");return (Native.getInt(pData+52)); } - public void set_detail(int v) { log.finest(""); Native.putInt(pData+52, v); } - public boolean get_same_screen() { log.finest("");return (Native.getBool(pData+56)); } - public void set_same_screen(boolean v) { log.finest(""); Native.putBool(pData+56, v); } - public boolean get_focus() { log.finest("");return (Native.getBool(pData+60)); } - public void set_focus(boolean v) { log.finest(""); Native.putBool(pData+60, v); } - public int get_state() { log.finest("");return (Native.getInt(pData+64)); } - public void set_state(int v) { log.finest(""); Native.putInt(pData+64, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_root() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_root(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public long get_subwindow() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_subwindow(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public long get_time() { log.finest("");return (Native.getULong(pData+((XlibWrapper.dataModel == 32)?(28):(56)))); } + public void set_time(long v) { log.finest(""); Native.putULong(pData+((XlibWrapper.dataModel == 32)?(28):(56)), v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(64)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(64)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(68)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(68)), v); } + public int get_x_root() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(72)))); } + public void set_x_root(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(72)), v); } + public int get_y_root() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(44):(76)))); } + public void set_y_root(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(44):(76)), v); } + public int get_mode() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)))); } + public void set_mode(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)), v); } + public int get_detail() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(52):(84)))); } + public void set_detail(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(52):(84)), v); } + public boolean get_same_screen() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(56):(88)))); } + public void set_same_screen(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(56):(88)), v); } + public boolean get_focus() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(60):(92)))); } + public void set_focus(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(60):(92)), v); } + public int get_state() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(64):(96)))); } + public void set_state(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(64):(96)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XDestroyWindowEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XDestroyWindowEvent.java @@ -8,7 +8,7 @@ public class XDestroyWindowEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 24; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(24):(48)); } public int getDataSize() { return getSize(); } long pData; @@ -39,16 +39,16 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_event() { log.finest("");return (Native.getLong(pData+16)); } - public void set_event(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+20)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+20, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_event() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_event(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XErrorEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XErrorEvent.java @@ -8,7 +8,7 @@ public class XErrorEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 20; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(20):(40)); } public int getDataSize() { return getSize(); } long pData; @@ -39,18 +39,18 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+4)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+4, v); } - public long get_resourceid() { log.finest("");return (Native.getLong(pData+8)); } - public void set_resourceid(long v) { log.finest(""); Native.putLong(pData+8, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+12)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+12, v); } - public byte get_error_code() { log.finest("");return (Native.getByte(pData+16)); } - public void set_error_code(byte v) { log.finest(""); Native.putByte(pData+16, v); } - public byte get_request_code() { log.finest("");return (Native.getByte(pData+17)); } - public void set_request_code(byte v) { log.finest(""); Native.putByte(pData+17, v); } - public byte get_minor_code() { log.finest("");return (Native.getByte(pData+18)); } - public void set_minor_code(byte v) { log.finest(""); Native.putByte(pData+18, v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public long get_resourceid() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_resourceid(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public byte get_error_code() { log.finest("");return (Native.getByte(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_error_code(byte v) { log.finest(""); Native.putByte(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public byte get_request_code() { log.finest("");return (Native.getByte(pData+((XlibWrapper.dataModel == 32)?(17):(33)))); } + public void set_request_code(byte v) { log.finest(""); Native.putByte(pData+((XlibWrapper.dataModel == 32)?(17):(33)), v); } + public byte get_minor_code() { log.finest("");return (Native.getByte(pData+((XlibWrapper.dataModel == 32)?(18):(34)))); } + public void set_minor_code(byte v) { log.finest(""); Native.putByte(pData+((XlibWrapper.dataModel == 32)?(18):(34)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XEvent.java @@ -8,7 +8,7 @@ public class XEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 96; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(96):(192)); } public int getDataSize() { return getSize(); } long pData; --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XExposeEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XExposeEvent.java @@ -8,7 +8,7 @@ public class XExposeEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 40; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(40):(64)); } public int getDataSize() { return getSize(); } long pData; @@ -39,24 +39,24 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+20)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+24)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_width() { log.finest("");return (Native.getInt(pData+28)); } - public void set_width(int v) { log.finest(""); Native.putInt(pData+28, v); } - public int get_height() { log.finest("");return (Native.getInt(pData+32)); } - public void set_height(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_count() { log.finest("");return (Native.getInt(pData+36)); } - public void set_count(int v) { log.finest(""); Native.putInt(pData+36, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)), v); } + public int get_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(48)))); } + public void set_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(48)), v); } + public int get_height() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(52)))); } + public void set_height(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(52)), v); } + public int get_count() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(56)))); } + public void set_count(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(56)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XExtData.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XExtData.java @@ -8,7 +8,7 @@ public class XExtData extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 16; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(16):(32)); } public int getDataSize() { return getSize(); } long pData; @@ -39,15 +39,15 @@ } public int get_number() { log.finest("");return (Native.getInt(pData+0)); } public void set_number(int v) { log.finest(""); Native.putInt(pData+0, v); } - public XExtData get_next(int index) { log.finest(""); return (Native.getLong(pData+4) != 0)?(new XExtData(Native.getLong(pData+4)+index*16)):(null); } - public long get_next() { log.finest("");return Native.getLong(pData+4); } - public void set_next(long v) { log.finest(""); Native.putLong(pData + 4, v); } - public long get_free_private(int index) { log.finest(""); return Native.getLong(pData+8)+index*Native.getLongSize(); } - public long get_free_private() { log.finest("");return Native.getLong(pData+8); } - public void set_free_private(long v) { log.finest(""); Native.putLong(pData + 8, v); } - public long get_private_data(int index) { log.finest(""); return Native.getLong(pData+12)+index*Native.getLongSize(); } - public long get_private_data() { log.finest("");return Native.getLong(pData+12); } - public void set_private_data(long v) { log.finest(""); Native.putLong(pData + 12, v); } + public XExtData get_next(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))) != 0)?(new XExtData(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*((XlibWrapper.dataModel == 32)?(16):(32)))):(null); } + public long get_next() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_next(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public long get_free_private(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)))+index*Native.getLongSize(); } + public long get_free_private() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16))); } + public void set_free_private(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_private_data(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))+index*Native.getLongSize(); } + public long get_private_data() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24))); } + public void set_private_data(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(12):(24)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XFocusChangeEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XFocusChangeEvent.java @@ -8,7 +8,7 @@ public class XFocusChangeEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 28; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(28):(48)); } public int getDataSize() { return getSize(); } long pData; @@ -39,18 +39,18 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public int get_mode() { log.finest("");return (Native.getInt(pData+20)); } - public void set_mode(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_detail() { log.finest("");return (Native.getInt(pData+24)); } - public void set_detail(int v) { log.finest(""); Native.putInt(pData+24, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public int get_mode() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_mode(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_detail() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)))); } + public void set_detail(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XFontProp.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XFontProp.java @@ -8,7 +8,7 @@ public class XFontProp extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,8 +39,8 @@ } public long get_name() { log.finest("");return (Native.getLong(pData+0)); } public void set_name(long v) { log.finest(""); Native.putLong(pData+0, v); } - public long get_card32() { log.finest("");return (Native.getLong(pData+4)); } - public void set_card32(long v) { log.finest(""); Native.putLong(pData+4, v); } + public long get_card32() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_card32(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XFontStruct.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XFontStruct.java @@ -8,7 +8,7 @@ public class XFontStruct extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 80; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(80):(96)); } public int getDataSize() { return getSize(); } long pData; @@ -37,37 +37,37 @@ unsafe.freeMemory(pData); } } - public XExtData get_ext_data(int index) { log.finest(""); return (Native.getLong(pData+0) != 0)?(new XExtData(Native.getLong(pData+0)+index*16)):(null); } + public XExtData get_ext_data(int index) { log.finest(""); return (Native.getLong(pData+0) != 0)?(new XExtData(Native.getLong(pData+0)+index*((XlibWrapper.dataModel == 32)?(16):(32)))):(null); } public long get_ext_data() { log.finest("");return Native.getLong(pData+0); } public void set_ext_data(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public long get_fid() { log.finest("");return (Native.getLong(pData+4)); } - public void set_fid(long v) { log.finest(""); Native.putLong(pData+4, v); } - public int get_direction() { log.finest("");return (Native.getInt(pData+8)); } - public void set_direction(int v) { log.finest(""); Native.putInt(pData+8, v); } - public int get_min_char_or_byte2() { log.finest("");return (Native.getInt(pData+12)); } - public void set_min_char_or_byte2(int v) { log.finest(""); Native.putInt(pData+12, v); } - public int get_max_char_or_byte2() { log.finest("");return (Native.getInt(pData+16)); } - public void set_max_char_or_byte2(int v) { log.finest(""); Native.putInt(pData+16, v); } - public int get_min_byte1() { log.finest("");return (Native.getInt(pData+20)); } - public void set_min_byte1(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_max_byte1() { log.finest("");return (Native.getInt(pData+24)); } - public void set_max_byte1(int v) { log.finest(""); Native.putInt(pData+24, v); } - public boolean get_all_chars_exist() { log.finest("");return (Native.getBool(pData+28)); } - public void set_all_chars_exist(boolean v) { log.finest(""); Native.putBool(pData+28, v); } - public int get_n_properties() { log.finest("");return (Native.getInt(pData+36)); } - public void set_n_properties(int v) { log.finest(""); Native.putInt(pData+36, v); } - public XFontProp get_properties(int index) { log.finest(""); return (Native.getLong(pData+40) != 0)?(new XFontProp(Native.getLong(pData+40)+index*8)):(null); } - public long get_properties() { log.finest("");return Native.getLong(pData+40); } - public void set_properties(long v) { log.finest(""); Native.putLong(pData + 40, v); } - public XCharStruct get_min_bounds() { log.finest("");return new XCharStruct(pData + 44); } - public XCharStruct get_max_bounds() { log.finest("");return new XCharStruct(pData + 56); } - public XCharStruct get_per_char(int index) { log.finest(""); return (Native.getLong(pData+68) != 0)?(new XCharStruct(Native.getLong(pData+68)+index*12)):(null); } - public long get_per_char() { log.finest("");return Native.getLong(pData+68); } - public void set_per_char(long v) { log.finest(""); Native.putLong(pData + 68, v); } - public int get_ascent() { log.finest("");return (Native.getInt(pData+72)); } - public void set_ascent(int v) { log.finest(""); Native.putInt(pData+72, v); } - public int get_descent() { log.finest("");return (Native.getInt(pData+76)); } - public void set_descent(int v) { log.finest(""); Native.putInt(pData+76, v); } + public long get_fid() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_fid(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_direction() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_direction(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public int get_min_char_or_byte2() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(12):(20)))); } + public void set_min_char_or_byte2(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(12):(20)), v); } + public int get_max_char_or_byte2() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(16):(24)))); } + public void set_max_char_or_byte2(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(16):(24)), v); } + public int get_min_byte1() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(28)))); } + public void set_min_byte1(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(28)), v); } + public int get_max_byte1() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(32)))); } + public void set_max_byte1(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(32)), v); } + public boolean get_all_chars_exist() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(28):(36)))); } + public void set_all_chars_exist(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(28):(36)), v); } + public int get_n_properties() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(44)))); } + public void set_n_properties(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(44)), v); } + public XFontProp get_properties(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(40):(48))) != 0)?(new XFontProp(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(40):(48)))+index*((XlibWrapper.dataModel == 32)?(8):(16)))):(null); } + public long get_properties() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(40):(48))); } + public void set_properties(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(40):(48)), v); } + public XCharStruct get_min_bounds() { log.finest("");return new XCharStruct(pData + ((XlibWrapper.dataModel == 32)?(44):(56))); } + public XCharStruct get_max_bounds() { log.finest("");return new XCharStruct(pData + ((XlibWrapper.dataModel == 32)?(56):(68))); } + public XCharStruct get_per_char(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(68):(80))) != 0)?(new XCharStruct(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(68):(80)))+index*12)):(null); } + public long get_per_char() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(68):(80))); } + public void set_per_char(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(68):(80)), v); } + public int get_ascent() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(72):(88)))); } + public void set_ascent(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(72):(88)), v); } + public int get_descent() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(76):(92)))); } + public void set_descent(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(76):(92)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XGCValues.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XGCValues.java @@ -8,7 +8,7 @@ public class XGCValues extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 92; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(92):(128)); } public int getDataSize() { return getSize(); } long pData; @@ -39,50 +39,50 @@ } public int get_function() { log.finest("");return (Native.getInt(pData+0)); } public void set_function(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_plane_mask() { log.finest("");return (Native.getLong(pData+4)); } - public void set_plane_mask(long v) { log.finest(""); Native.putLong(pData+4, v); } - public long get_foreground() { log.finest("");return (Native.getLong(pData+8)); } - public void set_foreground(long v) { log.finest(""); Native.putLong(pData+8, v); } - public long get_background() { log.finest("");return (Native.getLong(pData+12)); } - public void set_background(long v) { log.finest(""); Native.putLong(pData+12, v); } - public int get_line_width() { log.finest("");return (Native.getInt(pData+16)); } - public void set_line_width(int v) { log.finest(""); Native.putInt(pData+16, v); } - public int get_line_style() { log.finest("");return (Native.getInt(pData+20)); } - public void set_line_style(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_cap_style() { log.finest("");return (Native.getInt(pData+24)); } - public void set_cap_style(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_join_style() { log.finest("");return (Native.getInt(pData+28)); } - public void set_join_style(int v) { log.finest(""); Native.putInt(pData+28, v); } - public int get_fill_style() { log.finest("");return (Native.getInt(pData+32)); } - public void set_fill_style(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_fill_rule() { log.finest("");return (Native.getInt(pData+36)); } - public void set_fill_rule(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_arc_mode() { log.finest("");return (Native.getInt(pData+40)); } - public void set_arc_mode(int v) { log.finest(""); Native.putInt(pData+40, v); } - public long get_tile() { log.finest("");return (Native.getLong(pData+44)); } - public void set_tile(long v) { log.finest(""); Native.putLong(pData+44, v); } - public long get_stipple() { log.finest("");return (Native.getLong(pData+48)); } - public void set_stipple(long v) { log.finest(""); Native.putLong(pData+48, v); } - public int get_ts_x_origin() { log.finest("");return (Native.getInt(pData+52)); } - public void set_ts_x_origin(int v) { log.finest(""); Native.putInt(pData+52, v); } - public int get_ts_y_origin() { log.finest("");return (Native.getInt(pData+56)); } - public void set_ts_y_origin(int v) { log.finest(""); Native.putInt(pData+56, v); } - public long get_font() { log.finest("");return (Native.getLong(pData+60)); } - public void set_font(long v) { log.finest(""); Native.putLong(pData+60, v); } - public int get_subwindow_mode() { log.finest("");return (Native.getInt(pData+64)); } - public void set_subwindow_mode(int v) { log.finest(""); Native.putInt(pData+64, v); } - public boolean get_graphics_exposures() { log.finest("");return (Native.getBool(pData+68)); } - public void set_graphics_exposures(boolean v) { log.finest(""); Native.putBool(pData+68, v); } - public int get_clip_x_origin() { log.finest("");return (Native.getInt(pData+72)); } - public void set_clip_x_origin(int v) { log.finest(""); Native.putInt(pData+72, v); } - public int get_clip_y_origin() { log.finest("");return (Native.getInt(pData+76)); } - public void set_clip_y_origin(int v) { log.finest(""); Native.putInt(pData+76, v); } - public long get_clip_mask() { log.finest("");return (Native.getLong(pData+80)); } - public void set_clip_mask(long v) { log.finest(""); Native.putLong(pData+80, v); } - public int get_dash_offset() { log.finest("");return (Native.getInt(pData+84)); } - public void set_dash_offset(int v) { log.finest(""); Native.putInt(pData+84, v); } - public byte get_dashes() { log.finest("");return (Native.getByte(pData+88)); } - public void set_dashes(byte v) { log.finest(""); Native.putByte(pData+88, v); } + public long get_plane_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_plane_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public long get_foreground() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_foreground(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_background() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_background(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public int get_line_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_line_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public int get_line_style() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(36)))); } + public void set_line_style(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(36)), v); } + public int get_cap_style() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(40)))); } + public void set_cap_style(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(40)), v); } + public int get_join_style() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(44)))); } + public void set_join_style(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(44)), v); } + public int get_fill_style() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(48)))); } + public void set_fill_style(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(48)), v); } + public int get_fill_rule() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(52)))); } + public void set_fill_rule(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(52)), v); } + public int get_arc_mode() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(56)))); } + public void set_arc_mode(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(56)), v); } + public long get_tile() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(44):(64)))); } + public void set_tile(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(44):(64)), v); } + public long get_stipple() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(48):(72)))); } + public void set_stipple(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(48):(72)), v); } + public int get_ts_x_origin() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(52):(80)))); } + public void set_ts_x_origin(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(52):(80)), v); } + public int get_ts_y_origin() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(56):(84)))); } + public void set_ts_y_origin(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(56):(84)), v); } + public long get_font() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(60):(88)))); } + public void set_font(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(60):(88)), v); } + public int get_subwindow_mode() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(64):(96)))); } + public void set_subwindow_mode(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(64):(96)), v); } + public boolean get_graphics_exposures() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(68):(100)))); } + public void set_graphics_exposures(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(68):(100)), v); } + public int get_clip_x_origin() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(72):(104)))); } + public void set_clip_x_origin(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(72):(104)), v); } + public int get_clip_y_origin() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(76):(108)))); } + public void set_clip_y_origin(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(76):(108)), v); } + public long get_clip_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(80):(112)))); } + public void set_clip_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(80):(112)), v); } + public int get_dash_offset() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(84):(120)))); } + public void set_dash_offset(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(84):(120)), v); } + public byte get_dashes() { log.finest("");return (Native.getByte(pData+((XlibWrapper.dataModel == 32)?(88):(124)))); } + public void set_dashes(byte v) { log.finest(""); Native.putByte(pData+((XlibWrapper.dataModel == 32)?(88):(124)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XGraphicsExposeEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XGraphicsExposeEvent.java @@ -8,7 +8,7 @@ public class XGraphicsExposeEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 48; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(48):(72)); } public int getDataSize() { return getSize(); } long pData; @@ -39,28 +39,28 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_drawable() { log.finest("");return (Native.getLong(pData+16)); } - public void set_drawable(long v) { log.finest(""); Native.putLong(pData+16, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+20)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+24)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_width() { log.finest("");return (Native.getInt(pData+28)); } - public void set_width(int v) { log.finest(""); Native.putInt(pData+28, v); } - public int get_height() { log.finest("");return (Native.getInt(pData+32)); } - public void set_height(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_count() { log.finest("");return (Native.getInt(pData+36)); } - public void set_count(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_major_code() { log.finest("");return (Native.getInt(pData+40)); } - public void set_major_code(int v) { log.finest(""); Native.putInt(pData+40, v); } - public int get_minor_code() { log.finest("");return (Native.getInt(pData+44)); } - public void set_minor_code(int v) { log.finest(""); Native.putInt(pData+44, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_drawable() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_drawable(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)), v); } + public int get_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(48)))); } + public void set_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(48)), v); } + public int get_height() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(52)))); } + public void set_height(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(52)), v); } + public int get_count() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(56)))); } + public void set_count(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(56)), v); } + public int get_major_code() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(60)))); } + public void set_major_code(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(60)), v); } + public int get_minor_code() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(44):(64)))); } + public void set_minor_code(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(44):(64)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XGravityEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XGravityEvent.java @@ -8,7 +8,7 @@ public class XGravityEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 32; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(32):(56)); } public int getDataSize() { return getSize(); } long pData; @@ -39,20 +39,20 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_event() { log.finest("");return (Native.getLong(pData+16)); } - public void set_event(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+20)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+20, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+24)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+28)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+28, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_event() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_event(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(52)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XHostAddress.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XHostAddress.java @@ -8,7 +8,7 @@ public class XHostAddress extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 12; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(12):(16)); } public int getDataSize() { return getSize(); } long pData; --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XIMCallback.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XIMCallback.java @@ -8,7 +8,7 @@ public class XIMCallback extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -40,9 +40,9 @@ public long get_client_data(int index) { log.finest(""); return Native.getLong(pData+0)+index*Native.getLongSize(); } public long get_client_data() { log.finest("");return Native.getLong(pData+0); } public void set_client_data(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public long get_callback(int index) { log.finest(""); return Native.getLong(pData+4)+index*Native.getLongSize(); } - public long get_callback() { log.finest("");return Native.getLong(pData+4); } - public void set_callback(long v) { log.finest(""); Native.putLong(pData + 4, v); } + public long get_callback(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*Native.getLongSize(); } + public long get_callback() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_callback(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XIMHotKeyTrigger.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XIMHotKeyTrigger.java @@ -8,7 +8,7 @@ public class XIMHotKeyTrigger extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 12; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(12):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,10 +39,10 @@ } public long get_keysym() { log.finest("");return (Native.getLong(pData+0)); } public void set_keysym(long v) { log.finest(""); Native.putLong(pData+0, v); } - public int get_modifier() { log.finest("");return (Native.getInt(pData+4)); } - public void set_modifier(int v) { log.finest(""); Native.putInt(pData+4, v); } - public int get_modifier_mask() { log.finest("");return (Native.getInt(pData+8)); } - public void set_modifier_mask(int v) { log.finest(""); Native.putInt(pData+8, v); } + public int get_modifier() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_modifier(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_modifier_mask() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)))); } + public void set_modifier_mask(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XIMHotKeyTriggers.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XIMHotKeyTriggers.java @@ -8,7 +8,7 @@ public class XIMHotKeyTriggers extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,9 +39,9 @@ } public int get_num_hot_key() { log.finest("");return (Native.getInt(pData+0)); } public void set_num_hot_key(int v) { log.finest(""); Native.putInt(pData+0, v); } - public XIMHotKeyTrigger get_key(int index) { log.finest(""); return (Native.getLong(pData+4) != 0)?(new XIMHotKeyTrigger(Native.getLong(pData+4)+index*12)):(null); } - public long get_key() { log.finest("");return Native.getLong(pData+4); } - public void set_key(long v) { log.finest(""); Native.putLong(pData + 4, v); } + public XIMHotKeyTrigger get_key(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))) != 0)?(new XIMHotKeyTrigger(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*((XlibWrapper.dataModel == 32)?(12):(16)))):(null); } + public long get_key() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_key(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XIMPreeditDrawCallbackStruct.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XIMPreeditDrawCallbackStruct.java @@ -8,7 +8,7 @@ public class XIMPreeditDrawCallbackStruct extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 16; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(16):(24)); } public int getDataSize() { return getSize(); } long pData; @@ -43,9 +43,9 @@ public void set_chg_first(int v) { log.finest(""); Native.putInt(pData+4, v); } public int get_chg_length() { log.finest("");return (Native.getInt(pData+8)); } public void set_chg_length(int v) { log.finest(""); Native.putInt(pData+8, v); } - public XIMText get_text(int index) { log.finest(""); return (Native.getLong(pData+12) != 0)?(new XIMText(Native.getLong(pData+12)+index*16)):(null); } - public long get_text() { log.finest("");return Native.getLong(pData+12); } - public void set_text(long v) { log.finest(""); Native.putLong(pData + 12, v); } + public XIMText get_text(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16))) != 0)?(new XIMText(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16)))+index*((XlibWrapper.dataModel == 32)?(16):(32)))):(null); } + public long get_text() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16))); } + public void set_text(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(12):(16)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XIMPreeditStateNotifyCallbackStruct.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XIMPreeditStateNotifyCallbackStruct.java @@ -8,7 +8,7 @@ public class XIMPreeditStateNotifyCallbackStruct extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 4; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(4):(8)); } public int getDataSize() { return getSize(); } long pData; --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XIMStatusDrawCallbackStruct.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XIMStatusDrawCallbackStruct.java @@ -8,7 +8,7 @@ public class XIMStatusDrawCallbackStruct extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,8 +39,8 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_data() { log.finest("");return (Native.getLong(pData+4)); } - public void set_data(long v) { log.finest(""); Native.putLong(pData+4, v); } + public long get_data() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_data(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XIMStringConversionCallbackStruct.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XIMStringConversionCallbackStruct.java @@ -8,7 +8,7 @@ public class XIMStringConversionCallbackStruct extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 16; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(16):(24)); } public int getDataSize() { return getSize(); } long pData; @@ -45,9 +45,9 @@ public void set_operation(short v) { log.finest(""); Native.putShort(pData+8, v); } public short get_factor() { log.finest("");return (Native.getShort(pData+10)); } public void set_factor(short v) { log.finest(""); Native.putShort(pData+10, v); } - public XIMStringConversionText get_text(int index) { log.finest(""); return (Native.getLong(pData+12) != 0)?(new XIMStringConversionText(Native.getLong(pData+12)+index*16)):(null); } - public long get_text() { log.finest("");return Native.getLong(pData+12); } - public void set_text(long v) { log.finest(""); Native.putLong(pData + 12, v); } + public XIMStringConversionText get_text(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16))) != 0)?(new XIMStringConversionText(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16)))+index*((XlibWrapper.dataModel == 32)?(16):(32)))):(null); } + public long get_text() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16))); } + public void set_text(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(12):(16)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XIMStringConversionText.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XIMStringConversionText.java @@ -8,7 +8,7 @@ public class XIMStringConversionText extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 16; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(16):(32)); } public int getDataSize() { return getSize(); } long pData; @@ -39,14 +39,14 @@ } public short get_length() { log.finest("");return (Native.getShort(pData+0)); } public void set_length(short v) { log.finest(""); Native.putShort(pData+0, v); } - public long get_feedback(int index) { log.finest(""); return Native.getLong(pData+4)+index*Native.getLongSize(); } - public long get_feedback() { log.finest("");return Native.getLong(pData+4); } - public void set_feedback(long v) { log.finest(""); Native.putLong(pData + 4, v); } - public boolean get_encoding_is_wchar() { log.finest("");return (Native.getBool(pData+8)); } - public void set_encoding_is_wchar(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_string(int index) { log.finest(""); return Native.getLong(pData+12)+index*Native.getLongSize(); } - public long get_string() { log.finest("");return Native.getLong(pData+12); } - public void set_string(long v) { log.finest(""); Native.putLong(pData + 12, v); } + public long get_feedback(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*Native.getLongSize(); } + public long get_feedback() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_feedback(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_encoding_is_wchar() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_encoding_is_wchar(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_string(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))+index*Native.getLongSize(); } + public long get_string() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24))); } + public void set_string(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(12):(24)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XIMStyles.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XIMStyles.java @@ -8,7 +8,7 @@ public class XIMStyles extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,9 +39,9 @@ } public short get_count_styles() { log.finest("");return (Native.getShort(pData+0)); } public void set_count_styles(short v) { log.finest(""); Native.putShort(pData+0, v); } - public long get_supported_styles(int index) { log.finest(""); return Native.getLong(Native.getLong(pData+4)+index*Native.getLongSize()); } - public long get_supported_styles() { log.finest("");return Native.getLong(pData+4); } - public void set_supported_styles(long v) { log.finest(""); Native.putLong(pData + 4, v); } + public long get_supported_styles(int index) { log.finest(""); return Native.getLong(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*Native.getLongSize()); } + public long get_supported_styles() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_supported_styles(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XIMText.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XIMText.java @@ -8,7 +8,7 @@ public class XIMText extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 16; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(16):(32)); } public int getDataSize() { return getSize(); } long pData; @@ -39,14 +39,14 @@ } public short get_length() { log.finest("");return (Native.getShort(pData+0)); } public void set_length(short v) { log.finest(""); Native.putShort(pData+0, v); } - public long get_feedback(int index) { log.finest(""); return Native.getLong(pData+4)+index*Native.getLongSize(); } - public long get_feedback() { log.finest("");return Native.getLong(pData+4); } - public void set_feedback(long v) { log.finest(""); Native.putLong(pData + 4, v); } - public boolean get_encoding_is_wchar() { log.finest("");return (Native.getBool(pData+8)); } - public void set_encoding_is_wchar(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_string(int index) { log.finest(""); return Native.getLong(pData+12)+index*Native.getLongSize(); } - public long get_string() { log.finest("");return Native.getLong(pData+12); } - public void set_string(long v) { log.finest(""); Native.putLong(pData + 12, v); } + public long get_feedback(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*Native.getLongSize(); } + public long get_feedback() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_feedback(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_encoding_is_wchar() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_encoding_is_wchar(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_string(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))+index*Native.getLongSize(); } + public long get_string() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24))); } + public void set_string(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(12):(24)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XIMValuesList.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XIMValuesList.java @@ -8,7 +8,7 @@ public class XIMValuesList extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,9 +39,9 @@ } public short get_count_values() { log.finest("");return (Native.getShort(pData+0)); } public void set_count_values(short v) { log.finest(""); Native.putShort(pData+0, v); } - public long get_supported_values(int index) { log.finest(""); return Native.getLong(pData+4)+index*Native.getLongSize(); } - public long get_supported_values() { log.finest("");return Native.getLong(pData+4); } - public void set_supported_values(long v) { log.finest(""); Native.putLong(pData + 4, v); } + public long get_supported_values(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*Native.getLongSize(); } + public long get_supported_values() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_supported_values(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XImage.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XImage.java @@ -8,7 +8,7 @@ public class XImage extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 88; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(88):(136)); } public int getDataSize() { return getSize(); } long pData; @@ -48,47 +48,47 @@ public byte get_data(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+16)+index*1); } public long get_data() { log.finest("");return Native.getLong(pData+16); } public void set_data(long v) { log.finest(""); Native.putLong(pData + 16, v); } - public int get_byte_order() { log.finest("");return (Native.getInt(pData+20)); } - public void set_byte_order(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_bitmap_unit() { log.finest("");return (Native.getInt(pData+24)); } - public void set_bitmap_unit(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_bitmap_bit_order() { log.finest("");return (Native.getInt(pData+28)); } - public void set_bitmap_bit_order(int v) { log.finest(""); Native.putInt(pData+28, v); } - public int get_bitmap_pad() { log.finest("");return (Native.getInt(pData+32)); } - public void set_bitmap_pad(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_depth() { log.finest("");return (Native.getInt(pData+36)); } - public void set_depth(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_bytes_per_line() { log.finest("");return (Native.getInt(pData+40)); } - public void set_bytes_per_line(int v) { log.finest(""); Native.putInt(pData+40, v); } - public int get_bits_per_pixel() { log.finest("");return (Native.getInt(pData+44)); } - public void set_bits_per_pixel(int v) { log.finest(""); Native.putInt(pData+44, v); } - public long get_red_mask() { log.finest("");return (Native.getLong(pData+48)); } - public void set_red_mask(long v) { log.finest(""); Native.putLong(pData+48, v); } - public long get_green_mask() { log.finest("");return (Native.getLong(pData+52)); } - public void set_green_mask(long v) { log.finest(""); Native.putLong(pData+52, v); } - public long get_blue_mask() { log.finest("");return (Native.getLong(pData+56)); } - public void set_blue_mask(long v) { log.finest(""); Native.putLong(pData+56, v); } - public long get_obdata(int index) { log.finest(""); return Native.getLong(pData+60)+index*Native.getLongSize(); } - public long get_obdata() { log.finest("");return Native.getLong(pData+60); } - public void set_obdata(long v) { log.finest(""); Native.putLong(pData + 60, v); } - public long get_f_create_image(int index) { log.finest(""); return Native.getLong(pData+64)+index*Native.getLongSize(); } - public long get_f_create_image() { log.finest("");return Native.getLong(pData+64); } - public void set_f_create_image(long v) { log.finest(""); Native.putLong(pData + 64, v); } - public long get_f_destroy_image(int index) { log.finest(""); return Native.getLong(pData+68)+index*Native.getLongSize(); } - public long get_f_destroy_image() { log.finest("");return Native.getLong(pData+68); } - public void set_f_destroy_image(long v) { log.finest(""); Native.putLong(pData + 68, v); } - public long get_f_get_pixel(int index) { log.finest(""); return Native.getLong(pData+72)+index*Native.getLongSize(); } - public long get_f_get_pixel() { log.finest("");return Native.getLong(pData+72); } - public void set_f_get_pixel(long v) { log.finest(""); Native.putLong(pData + 72, v); } - public long get_f_put_pixel(int index) { log.finest(""); return Native.getLong(pData+76)+index*Native.getLongSize(); } - public long get_f_put_pixel() { log.finest("");return Native.getLong(pData+76); } - public void set_f_put_pixel(long v) { log.finest(""); Native.putLong(pData + 76, v); } - public long get_f_sub_image(int index) { log.finest(""); return Native.getLong(pData+80)+index*Native.getLongSize(); } - public long get_f_sub_image() { log.finest("");return Native.getLong(pData+80); } - public void set_f_sub_image(long v) { log.finest(""); Native.putLong(pData + 80, v); } - public long get_f_add_pixel(int index) { log.finest(""); return Native.getLong(pData+84)+index*Native.getLongSize(); } - public long get_f_add_pixel() { log.finest("");return Native.getLong(pData+84); } - public void set_f_add_pixel(long v) { log.finest(""); Native.putLong(pData + 84, v); } + public int get_byte_order() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(24)))); } + public void set_byte_order(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(24)), v); } + public int get_bitmap_unit() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(28)))); } + public void set_bitmap_unit(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(28)), v); } + public int get_bitmap_bit_order() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(32)))); } + public void set_bitmap_bit_order(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(32)), v); } + public int get_bitmap_pad() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(36)))); } + public void set_bitmap_pad(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(36)), v); } + public int get_depth() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(40)))); } + public void set_depth(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(40)), v); } + public int get_bytes_per_line() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(44)))); } + public void set_bytes_per_line(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(44)), v); } + public int get_bits_per_pixel() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(44):(48)))); } + public void set_bits_per_pixel(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(44):(48)), v); } + public long get_red_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(48):(56)))); } + public void set_red_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(48):(56)), v); } + public long get_green_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(52):(64)))); } + public void set_green_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(52):(64)), v); } + public long get_blue_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(56):(72)))); } + public void set_blue_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(56):(72)), v); } + public long get_obdata(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(60):(80)))+index*Native.getLongSize(); } + public long get_obdata() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(60):(80))); } + public void set_obdata(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(60):(80)), v); } + public long get_f_create_image(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(64):(88)))+index*Native.getLongSize(); } + public long get_f_create_image() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(64):(88))); } + public void set_f_create_image(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(64):(88)), v); } + public long get_f_destroy_image(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(68):(96)))+index*Native.getLongSize(); } + public long get_f_destroy_image() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(68):(96))); } + public void set_f_destroy_image(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(68):(96)), v); } + public long get_f_get_pixel(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(72):(104)))+index*Native.getLongSize(); } + public long get_f_get_pixel() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(72):(104))); } + public void set_f_get_pixel(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(72):(104)), v); } + public long get_f_put_pixel(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(76):(112)))+index*Native.getLongSize(); } + public long get_f_put_pixel() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(76):(112))); } + public void set_f_put_pixel(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(76):(112)), v); } + public long get_f_sub_image(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(80):(120)))+index*Native.getLongSize(); } + public long get_f_sub_image() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(80):(120))); } + public void set_f_sub_image(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(80):(120)), v); } + public long get_f_add_pixel(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(84):(128)))+index*Native.getLongSize(); } + public long get_f_add_pixel() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(84):(128))); } + public void set_f_add_pixel(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(84):(128)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XKeyEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XKeyEvent.java @@ -8,7 +8,7 @@ public class XKeyEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 60; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(60):(96)); } public int getDataSize() { return getSize(); } long pData; @@ -39,34 +39,34 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_root() { log.finest("");return (Native.getLong(pData+20)); } - public void set_root(long v) { log.finest(""); Native.putLong(pData+20, v); } - public long get_subwindow() { log.finest("");return (Native.getLong(pData+24)); } - public void set_subwindow(long v) { log.finest(""); Native.putLong(pData+24, v); } - public long get_time() { log.finest("");return (Native.getULong(pData+28)); } - public void set_time(long v) { log.finest(""); Native.putULong(pData+28, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+32)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+36)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_x_root() { log.finest("");return (Native.getInt(pData+40)); } - public void set_x_root(int v) { log.finest(""); Native.putInt(pData+40, v); } - public int get_y_root() { log.finest("");return (Native.getInt(pData+44)); } - public void set_y_root(int v) { log.finest(""); Native.putInt(pData+44, v); } - public int get_state() { log.finest("");return (Native.getInt(pData+48)); } - public void set_state(int v) { log.finest(""); Native.putInt(pData+48, v); } - public int get_keycode() { log.finest("");return (Native.getInt(pData+52)); } - public void set_keycode(int v) { log.finest(""); Native.putInt(pData+52, v); } - public boolean get_same_screen() { log.finest("");return (Native.getBool(pData+56)); } - public void set_same_screen(boolean v) { log.finest(""); Native.putBool(pData+56, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_root() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_root(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public long get_subwindow() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_subwindow(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public long get_time() { log.finest("");return (Native.getULong(pData+((XlibWrapper.dataModel == 32)?(28):(56)))); } + public void set_time(long v) { log.finest(""); Native.putULong(pData+((XlibWrapper.dataModel == 32)?(28):(56)), v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(64)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(64)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(68)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(68)), v); } + public int get_x_root() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(72)))); } + public void set_x_root(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(72)), v); } + public int get_y_root() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(44):(76)))); } + public void set_y_root(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(44):(76)), v); } + public int get_state() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)))); } + public void set_state(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)), v); } + public int get_keycode() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(52):(84)))); } + public void set_keycode(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(52):(84)), v); } + public boolean get_same_screen() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(56):(88)))); } + public void set_same_screen(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(56):(88)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XKeyboardState.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XKeyboardState.java @@ -8,7 +8,7 @@ public class XKeyboardState extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 56; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(56):(64)); } public int getDataSize() { return getSize(); } long pData; @@ -47,11 +47,11 @@ public void set_bell_duration(int v) { log.finest(""); Native.putInt(pData+12, v); } public long get_led_mask() { log.finest("");return (Native.getLong(pData+16)); } public void set_led_mask(long v) { log.finest(""); Native.putLong(pData+16, v); } - public int get_global_auto_repeat() { log.finest("");return (Native.getInt(pData+20)); } - public void set_global_auto_repeat(int v) { log.finest(""); Native.putInt(pData+20, v); } - public byte get_auto_repeats(int index) { log.finest("");return Native.getByte(pData + 24+index*1); } - public void set_auto_repeats(int index, byte v) { log.finest(""); Native.putByte(pData+24 + index*1, v); } - public long get_auto_repeats() { log.finest("");return pData+24; } + public int get_global_auto_repeat() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(24)))); } + public void set_global_auto_repeat(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(24)), v); } + public byte get_auto_repeats(int index) { log.finest("");return Native.getByte(pData + ((XlibWrapper.dataModel == 32)?(24):(28))+index*1); } + public void set_auto_repeats(int index, byte v) { log.finest(""); Native.putByte(pData+((XlibWrapper.dataModel == 32)?(24):(28)) + index*1, v); } + public long get_auto_repeats() { log.finest("");return pData+((XlibWrapper.dataModel == 32)?(24):(28)); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XKeymapEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XKeymapEvent.java @@ -8,7 +8,7 @@ public class XKeymapEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 52; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(52):(72)); } public int getDataSize() { return getSize(); } long pData; @@ -39,17 +39,17 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public byte get_key_vector(int index) { log.finest("");return Native.getByte(pData + 20+index*1); } - public void set_key_vector(int index, byte v) { log.finest(""); Native.putByte(pData+20 + index*1, v); } - public long get_key_vector() { log.finest("");return pData+20; } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public byte get_key_vector(int index) { log.finest("");return Native.getByte(pData + ((XlibWrapper.dataModel == 32)?(20):(40))+index*1); } + public void set_key_vector(int index, byte v) { log.finest(""); Native.putByte(pData+((XlibWrapper.dataModel == 32)?(20):(40)) + index*1, v); } + public long get_key_vector() { log.finest("");return pData+((XlibWrapper.dataModel == 32)?(20):(40)); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XMapEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XMapEvent.java @@ -8,7 +8,7 @@ public class XMapEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 28; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(28):(56)); } public int getDataSize() { return getSize(); } long pData; @@ -39,18 +39,18 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_event() { log.finest("");return (Native.getLong(pData+16)); } - public void set_event(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+20)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+20, v); } - public int get_override_redirect() { log.finest("");return (Native.getInt(pData+24)); } - public void set_override_redirect(int v) { log.finest(""); Native.putInt(pData+24, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_event() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_event(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_override_redirect() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_override_redirect(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XMapRequestEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XMapRequestEvent.java @@ -8,7 +8,7 @@ public class XMapRequestEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 24; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(24):(48)); } public int getDataSize() { return getSize(); } long pData; @@ -39,16 +39,16 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_parent() { log.finest("");return (Native.getLong(pData+16)); } - public void set_parent(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+20)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+20, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_parent() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_parent(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XMappingEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XMappingEvent.java @@ -8,7 +8,7 @@ public class XMappingEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 32; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(32):(56)); } public int getDataSize() { return getSize(); } long pData; @@ -39,20 +39,20 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public int get_request() { log.finest("");return (Native.getInt(pData+20)); } - public void set_request(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_first_keycode() { log.finest("");return (Native.getInt(pData+24)); } - public void set_first_keycode(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_count() { log.finest("");return (Native.getInt(pData+28)); } - public void set_count(int v) { log.finest(""); Native.putInt(pData+28, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public int get_request() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_request(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_first_keycode() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)))); } + public void set_first_keycode(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)), v); } + public int get_count() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(48)))); } + public void set_count(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(48)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XModifierKeymap.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XModifierKeymap.java @@ -8,7 +8,7 @@ public class XModifierKeymap extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,9 +39,9 @@ } public int get_max_keypermod() { log.finest("");return (Native.getInt(pData+0)); } public void set_max_keypermod(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_modifiermap(int index) { log.finest(""); return Native.getLong(pData+4)+index*Native.getLongSize(); } - public long get_modifiermap() { log.finest("");return Native.getLong(pData+4); } - public void set_modifiermap(long v) { log.finest(""); Native.putLong(pData + 4, v); } + public long get_modifiermap(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*Native.getLongSize(); } + public long get_modifiermap() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_modifiermap(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XMotionEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XMotionEvent.java @@ -8,7 +8,7 @@ public class XMotionEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 60; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(60):(96)); } public int getDataSize() { return getSize(); } long pData; @@ -39,34 +39,34 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_root() { log.finest("");return (Native.getLong(pData+20)); } - public void set_root(long v) { log.finest(""); Native.putLong(pData+20, v); } - public long get_subwindow() { log.finest("");return (Native.getLong(pData+24)); } - public void set_subwindow(long v) { log.finest(""); Native.putLong(pData+24, v); } - public long get_time() { log.finest("");return (Native.getULong(pData+28)); } - public void set_time(long v) { log.finest(""); Native.putULong(pData+28, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+32)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+36)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_x_root() { log.finest("");return (Native.getInt(pData+40)); } - public void set_x_root(int v) { log.finest(""); Native.putInt(pData+40, v); } - public int get_y_root() { log.finest("");return (Native.getInt(pData+44)); } - public void set_y_root(int v) { log.finest(""); Native.putInt(pData+44, v); } - public int get_state() { log.finest("");return (Native.getInt(pData+48)); } - public void set_state(int v) { log.finest(""); Native.putInt(pData+48, v); } - public byte get_is_hint() { log.finest("");return (Native.getByte(pData+52)); } - public void set_is_hint(byte v) { log.finest(""); Native.putByte(pData+52, v); } - public boolean get_same_screen() { log.finest("");return (Native.getBool(pData+56)); } - public void set_same_screen(boolean v) { log.finest(""); Native.putBool(pData+56, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_root() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_root(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public long get_subwindow() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_subwindow(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public long get_time() { log.finest("");return (Native.getULong(pData+((XlibWrapper.dataModel == 32)?(28):(56)))); } + public void set_time(long v) { log.finest(""); Native.putULong(pData+((XlibWrapper.dataModel == 32)?(28):(56)), v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(64)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(64)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(68)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(68)), v); } + public int get_x_root() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(72)))); } + public void set_x_root(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(72)), v); } + public int get_y_root() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(44):(76)))); } + public void set_y_root(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(44):(76)), v); } + public int get_state() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)))); } + public void set_state(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(48):(80)), v); } + public byte get_is_hint() { log.finest("");return (Native.getByte(pData+((XlibWrapper.dataModel == 32)?(52):(84)))); } + public void set_is_hint(byte v) { log.finest(""); Native.putByte(pData+((XlibWrapper.dataModel == 32)?(52):(84)), v); } + public boolean get_same_screen() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(56):(88)))); } + public void set_same_screen(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(56):(88)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XNoExposeEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XNoExposeEvent.java @@ -8,7 +8,7 @@ public class XNoExposeEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 28; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(28):(48)); } public int getDataSize() { return getSize(); } long pData; @@ -39,18 +39,18 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_drawable() { log.finest("");return (Native.getLong(pData+16)); } - public void set_drawable(long v) { log.finest(""); Native.putLong(pData+16, v); } - public int get_major_code() { log.finest("");return (Native.getInt(pData+20)); } - public void set_major_code(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_minor_code() { log.finest("");return (Native.getInt(pData+24)); } - public void set_minor_code(int v) { log.finest(""); Native.putInt(pData+24, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_drawable() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_drawable(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public int get_major_code() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_major_code(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_minor_code() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)))); } + public void set_minor_code(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XOMCharSetList.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XOMCharSetList.java @@ -8,7 +8,7 @@ public class XOMCharSetList extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,9 +39,9 @@ } public int get_charset_count() { log.finest("");return (Native.getInt(pData+0)); } public void set_charset_count(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_charset_list(int index) { log.finest(""); return Native.getLong(pData+4)+index*Native.getLongSize(); } - public long get_charset_list() { log.finest("");return Native.getLong(pData+4); } - public void set_charset_list(long v) { log.finest(""); Native.putLong(pData + 4, v); } + public long get_charset_list(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*Native.getLongSize(); } + public long get_charset_list() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_charset_list(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XOMFontInfo.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XOMFontInfo.java @@ -8,7 +8,7 @@ public class XOMFontInfo extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 12; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(12):(24)); } public int getDataSize() { return getSize(); } long pData; @@ -39,12 +39,12 @@ } public int get_num_font() { log.finest("");return (Native.getInt(pData+0)); } public void set_num_font(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_font_struct_list(int index) { log.finest(""); return Native.getLong(pData+4)+index*Native.getLongSize(); } - public long get_font_struct_list() { log.finest("");return Native.getLong(pData+4); } - public void set_font_struct_list(long v) { log.finest(""); Native.putLong(pData + 4, v); } - public long get_font_name_list(int index) { log.finest(""); return Native.getLong(pData+8)+index*Native.getLongSize(); } - public long get_font_name_list() { log.finest("");return Native.getLong(pData+8); } - public void set_font_name_list(long v) { log.finest(""); Native.putLong(pData + 8, v); } + public long get_font_struct_list(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*Native.getLongSize(); } + public long get_font_struct_list() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_font_struct_list(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public long get_font_name_list(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)))+index*Native.getLongSize(); } + public long get_font_name_list() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16))); } + public void set_font_name_list(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(8):(16)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XOMOrientation.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XOMOrientation.java @@ -8,7 +8,7 @@ public class XOMOrientation extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,9 +39,9 @@ } public int get_num_orientation() { log.finest("");return (Native.getInt(pData+0)); } public void set_num_orientation(int v) { log.finest(""); Native.putInt(pData+0, v); } - public int get_orientation(int index) { log.finest(""); return Native.getInt(Native.getLong(pData+4)+index*4); } - public long get_orientation() { log.finest("");return Native.getLong(pData+4); } - public void set_orientation(long v) { log.finest(""); Native.putLong(pData + 4, v); } + public int get_orientation(int index) { log.finest(""); return Native.getInt(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))+index*4); } + public long get_orientation() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8))); } + public void set_orientation(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XPropertyEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XPropertyEvent.java @@ -8,7 +8,7 @@ public class XPropertyEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 32; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(32):(64)); } public int getDataSize() { return getSize(); } long pData; @@ -39,20 +39,20 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_atom() { log.finest("");return (Native.getLong(pData+20)); } - public void set_atom(long v) { log.finest(""); Native.putLong(pData+20, v); } - public long get_time() { log.finest("");return (Native.getULong(pData+24)); } - public void set_time(long v) { log.finest(""); Native.putULong(pData+24, v); } - public int get_state() { log.finest("");return (Native.getInt(pData+28)); } - public void set_state(int v) { log.finest(""); Native.putInt(pData+28, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_atom() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_atom(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public long get_time() { log.finest("");return (Native.getULong(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_time(long v) { log.finest(""); Native.putULong(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public int get_state() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(56)))); } + public void set_state(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(56)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XReparentEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XReparentEvent.java @@ -8,7 +8,7 @@ public class XReparentEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 40; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(40):(72)); } public int getDataSize() { return getSize(); } long pData; @@ -39,24 +39,24 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_event() { log.finest("");return (Native.getLong(pData+16)); } - public void set_event(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+20)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+20, v); } - public long get_parent() { log.finest("");return (Native.getLong(pData+24)); } - public void set_parent(long v) { log.finest(""); Native.putLong(pData+24, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+28)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+28, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+32)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+32, v); } - public boolean get_override_redirect() { log.finest("");return (Native.getBool(pData+36)); } - public void set_override_redirect(boolean v) { log.finest(""); Native.putBool(pData+36, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_event() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_event(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public long get_parent() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_parent(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(56)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(56)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(60)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(60)), v); } + public boolean get_override_redirect() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(36):(64)))); } + public void set_override_redirect(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(36):(64)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XResizeRequestEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XResizeRequestEvent.java @@ -8,7 +8,7 @@ public class XResizeRequestEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 28; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(28):(48)); } public int getDataSize() { return getSize(); } long pData; @@ -39,18 +39,18 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public int get_width() { log.finest("");return (Native.getInt(pData+20)); } - public void set_width(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_height() { log.finest("");return (Native.getInt(pData+24)); } - public void set_height(int v) { log.finest(""); Native.putInt(pData+24, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public int get_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public int get_height() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)))); } + public void set_height(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(44)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XSelectionClearEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XSelectionClearEvent.java @@ -8,7 +8,7 @@ public class XSelectionClearEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 28; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(28):(56)); } public int getDataSize() { return getSize(); } long pData; @@ -39,18 +39,18 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_selection() { log.finest("");return (Native.getLong(pData+20)); } - public void set_selection(long v) { log.finest(""); Native.putLong(pData+20, v); } - public long get_time() { log.finest("");return (Native.getULong(pData+24)); } - public void set_time(long v) { log.finest(""); Native.putULong(pData+24, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_selection() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_selection(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public long get_time() { log.finest("");return (Native.getULong(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_time(long v) { log.finest(""); Native.putULong(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XSelectionEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XSelectionEvent.java @@ -8,7 +8,7 @@ public class XSelectionEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 36; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(36):(72)); } public int getDataSize() { return getSize(); } long pData; @@ -39,22 +39,22 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_requestor() { log.finest("");return (Native.getLong(pData+16)); } - public void set_requestor(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_selection() { log.finest("");return (Native.getLong(pData+20)); } - public void set_selection(long v) { log.finest(""); Native.putLong(pData+20, v); } - public long get_target() { log.finest("");return (Native.getLong(pData+24)); } - public void set_target(long v) { log.finest(""); Native.putLong(pData+24, v); } - public long get_property() { log.finest("");return (Native.getLong(pData+28)); } - public void set_property(long v) { log.finest(""); Native.putLong(pData+28, v); } - public long get_time() { log.finest("");return (Native.getULong(pData+32)); } - public void set_time(long v) { log.finest(""); Native.putULong(pData+32, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_requestor() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_requestor(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_selection() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_selection(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public long get_target() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_target(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public long get_property() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(28):(56)))); } + public void set_property(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(28):(56)), v); } + public long get_time() { log.finest("");return (Native.getULong(pData+((XlibWrapper.dataModel == 32)?(32):(64)))); } + public void set_time(long v) { log.finest(""); Native.putULong(pData+((XlibWrapper.dataModel == 32)?(32):(64)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XSelectionRequestEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XSelectionRequestEvent.java @@ -8,7 +8,7 @@ public class XSelectionRequestEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 40; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(40):(80)); } public int getDataSize() { return getSize(); } long pData; @@ -39,24 +39,24 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_owner() { log.finest("");return (Native.getLong(pData+16)); } - public void set_owner(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_requestor() { log.finest("");return (Native.getLong(pData+20)); } - public void set_requestor(long v) { log.finest(""); Native.putLong(pData+20, v); } - public long get_selection() { log.finest("");return (Native.getLong(pData+24)); } - public void set_selection(long v) { log.finest(""); Native.putLong(pData+24, v); } - public long get_target() { log.finest("");return (Native.getLong(pData+28)); } - public void set_target(long v) { log.finest(""); Native.putLong(pData+28, v); } - public long get_property() { log.finest("");return (Native.getLong(pData+32)); } - public void set_property(long v) { log.finest(""); Native.putLong(pData+32, v); } - public long get_time() { log.finest("");return (Native.getULong(pData+36)); } - public void set_time(long v) { log.finest(""); Native.putULong(pData+36, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_owner() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_owner(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_requestor() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_requestor(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public long get_selection() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_selection(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public long get_target() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(28):(56)))); } + public void set_target(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(28):(56)), v); } + public long get_property() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(32):(64)))); } + public void set_property(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(32):(64)), v); } + public long get_time() { log.finest("");return (Native.getULong(pData+((XlibWrapper.dataModel == 32)?(36):(72)))); } + public void set_time(long v) { log.finest(""); Native.putULong(pData+((XlibWrapper.dataModel == 32)?(36):(72)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XSetWindowAttributes.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XSetWindowAttributes.java @@ -8,7 +8,7 @@ public class XSetWindowAttributes extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 60; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(60):(112)); } public int getDataSize() { return getSize(); } long pData; @@ -39,34 +39,34 @@ } public long get_background_pixmap() { log.finest("");return (Native.getLong(pData+0)); } public void set_background_pixmap(long v) { log.finest(""); Native.putLong(pData+0, v); } - public long get_background_pixel() { log.finest("");return (Native.getLong(pData+4)); } - public void set_background_pixel(long v) { log.finest(""); Native.putLong(pData+4, v); } - public long get_border_pixmap() { log.finest("");return (Native.getLong(pData+8)); } - public void set_border_pixmap(long v) { log.finest(""); Native.putLong(pData+8, v); } - public long get_border_pixel() { log.finest("");return (Native.getLong(pData+12)); } - public void set_border_pixel(long v) { log.finest(""); Native.putLong(pData+12, v); } - public int get_bit_gravity() { log.finest("");return (Native.getInt(pData+16)); } - public void set_bit_gravity(int v) { log.finest(""); Native.putInt(pData+16, v); } - public int get_win_gravity() { log.finest("");return (Native.getInt(pData+20)); } - public void set_win_gravity(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_backing_store() { log.finest("");return (Native.getInt(pData+24)); } - public void set_backing_store(int v) { log.finest(""); Native.putInt(pData+24, v); } - public long get_backing_planes() { log.finest("");return (Native.getLong(pData+28)); } - public void set_backing_planes(long v) { log.finest(""); Native.putLong(pData+28, v); } - public long get_backing_pixel() { log.finest("");return (Native.getLong(pData+32)); } - public void set_backing_pixel(long v) { log.finest(""); Native.putLong(pData+32, v); } - public boolean get_save_under() { log.finest("");return (Native.getBool(pData+36)); } - public void set_save_under(boolean v) { log.finest(""); Native.putBool(pData+36, v); } - public long get_event_mask() { log.finest("");return (Native.getLong(pData+40)); } - public void set_event_mask(long v) { log.finest(""); Native.putLong(pData+40, v); } - public long get_do_not_propagate_mask() { log.finest("");return (Native.getLong(pData+44)); } - public void set_do_not_propagate_mask(long v) { log.finest(""); Native.putLong(pData+44, v); } - public boolean get_override_redirect() { log.finest("");return (Native.getBool(pData+48)); } - public void set_override_redirect(boolean v) { log.finest(""); Native.putBool(pData+48, v); } - public long get_colormap() { log.finest("");return (Native.getLong(pData+52)); } - public void set_colormap(long v) { log.finest(""); Native.putLong(pData+52, v); } - public long get_cursor() { log.finest("");return (Native.getLong(pData+56)); } - public void set_cursor(long v) { log.finest(""); Native.putLong(pData+56, v); } + public long get_background_pixel() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_background_pixel(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public long get_border_pixmap() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_border_pixmap(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_border_pixel() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_border_pixel(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public int get_bit_gravity() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_bit_gravity(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public int get_win_gravity() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(36)))); } + public void set_win_gravity(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(36)), v); } + public int get_backing_store() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(40)))); } + public void set_backing_store(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(40)), v); } + public long get_backing_planes() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(28):(48)))); } + public void set_backing_planes(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(28):(48)), v); } + public long get_backing_pixel() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(32):(56)))); } + public void set_backing_pixel(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(32):(56)), v); } + public boolean get_save_under() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(36):(64)))); } + public void set_save_under(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(36):(64)), v); } + public long get_event_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(40):(72)))); } + public void set_event_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(40):(72)), v); } + public long get_do_not_propagate_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(44):(80)))); } + public void set_do_not_propagate_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(44):(80)), v); } + public boolean get_override_redirect() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(48):(88)))); } + public void set_override_redirect(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(48):(88)), v); } + public long get_colormap() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(52):(96)))); } + public void set_colormap(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(52):(96)), v); } + public long get_cursor() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(56):(104)))); } + public void set_cursor(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(56):(104)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XSizeHints.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XSizeHints.java @@ -8,7 +8,7 @@ public class XSizeHints extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 72; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(72):(80)); } public int getDataSize() { return getSize(); } long pData; @@ -39,40 +39,40 @@ } public long get_flags() { log.finest("");return (Native.getLong(pData+0)); } public void set_flags(long v) { log.finest(""); Native.putLong(pData+0, v); } - public int get_x() { log.finest("");return (Native.getInt(pData+4)); } - public void set_x(int v) { log.finest(""); Native.putInt(pData+4, v); } - public int get_y() { log.finest("");return (Native.getInt(pData+8)); } - public void set_y(int v) { log.finest(""); Native.putInt(pData+8, v); } - public int get_width() { log.finest("");return (Native.getInt(pData+12)); } - public void set_width(int v) { log.finest(""); Native.putInt(pData+12, v); } - public int get_height() { log.finest("");return (Native.getInt(pData+16)); } - public void set_height(int v) { log.finest(""); Native.putInt(pData+16, v); } - public int get_min_width() { log.finest("");return (Native.getInt(pData+20)); } - public void set_min_width(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_min_height() { log.finest("");return (Native.getInt(pData+24)); } - public void set_min_height(int v) { log.finest(""); Native.putInt(pData+24, v); } - public int get_max_width() { log.finest("");return (Native.getInt(pData+28)); } - public void set_max_width(int v) { log.finest(""); Native.putInt(pData+28, v); } - public int get_max_height() { log.finest("");return (Native.getInt(pData+32)); } - public void set_max_height(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_width_inc() { log.finest("");return (Native.getInt(pData+36)); } - public void set_width_inc(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_height_inc() { log.finest("");return (Native.getInt(pData+40)); } - public void set_height_inc(int v) { log.finest(""); Native.putInt(pData+40, v); } - public int get_min_aspect_x() { log.finest("");return (Native.getInt(pData+44)); } - public void set_min_aspect_x(int v) { log.finest(""); Native.putInt(pData+44, v); } - public int get_min_aspect_y() { log.finest("");return (Native.getInt(pData+48)); } - public void set_min_aspect_y(int v) { log.finest(""); Native.putInt(pData+48, v); } - public int get_max_aspect_x() { log.finest("");return (Native.getInt(pData+52)); } - public void set_max_aspect_x(int v) { log.finest(""); Native.putInt(pData+52, v); } - public int get_max_aspect_y() { log.finest("");return (Native.getInt(pData+56)); } - public void set_max_aspect_y(int v) { log.finest(""); Native.putInt(pData+56, v); } - public int get_base_width() { log.finest("");return (Native.getInt(pData+60)); } - public void set_base_width(int v) { log.finest(""); Native.putInt(pData+60, v); } - public int get_base_height() { log.finest("");return (Native.getInt(pData+64)); } - public void set_base_height(int v) { log.finest(""); Native.putInt(pData+64, v); } - public int get_win_gravity() { log.finest("");return (Native.getInt(pData+68)); } - public void set_win_gravity(int v) { log.finest(""); Native.putInt(pData+68, v); } + public int get_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)))); } + public void set_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)), v); } + public int get_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(12):(16)))); } + public void set_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(12):(16)), v); } + public int get_height() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(16):(20)))); } + public void set_height(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(16):(20)), v); } + public int get_min_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(24)))); } + public void set_min_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(24)), v); } + public int get_min_height() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(28)))); } + public void set_min_height(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(28)), v); } + public int get_max_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(28):(32)))); } + public void set_max_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(28):(32)), v); } + public int get_max_height() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(36)))); } + public void set_max_height(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(36)), v); } + public int get_width_inc() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(40)))); } + public void set_width_inc(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(40)), v); } + public int get_height_inc() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(44)))); } + public void set_height_inc(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(44)), v); } + public int get_min_aspect_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(44):(48)))); } + public void set_min_aspect_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(44):(48)), v); } + public int get_min_aspect_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(48):(52)))); } + public void set_min_aspect_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(48):(52)), v); } + public int get_max_aspect_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(52):(56)))); } + public void set_max_aspect_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(52):(56)), v); } + public int get_max_aspect_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(56):(60)))); } + public void set_max_aspect_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(56):(60)), v); } + public int get_base_width() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(60):(64)))); } + public void set_base_width(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(60):(64)), v); } + public int get_base_height() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(64):(68)))); } + public void set_base_height(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(64):(68)), v); } + public int get_win_gravity() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(68):(72)))); } + public void set_win_gravity(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(68):(72)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XStandardColormap.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XStandardColormap.java @@ -8,7 +8,7 @@ public class XStandardColormap extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 40; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(40):(80)); } public int getDataSize() { return getSize(); } long pData; @@ -39,24 +39,24 @@ } public long get_colormap() { log.finest("");return (Native.getLong(pData+0)); } public void set_colormap(long v) { log.finest(""); Native.putLong(pData+0, v); } - public long get_red_max() { log.finest("");return (Native.getLong(pData+4)); } - public void set_red_max(long v) { log.finest(""); Native.putLong(pData+4, v); } - public long get_red_mult() { log.finest("");return (Native.getLong(pData+8)); } - public void set_red_mult(long v) { log.finest(""); Native.putLong(pData+8, v); } - public long get_green_max() { log.finest("");return (Native.getLong(pData+12)); } - public void set_green_max(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_green_mult() { log.finest("");return (Native.getLong(pData+16)); } - public void set_green_mult(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_blue_max() { log.finest("");return (Native.getLong(pData+20)); } - public void set_blue_max(long v) { log.finest(""); Native.putLong(pData+20, v); } - public long get_blue_mult() { log.finest("");return (Native.getLong(pData+24)); } - public void set_blue_mult(long v) { log.finest(""); Native.putLong(pData+24, v); } - public long get_base_pixel() { log.finest("");return (Native.getLong(pData+28)); } - public void set_base_pixel(long v) { log.finest(""); Native.putLong(pData+28, v); } - public long get_visualid() { log.finest("");return (Native.getLong(pData+32)); } - public void set_visualid(long v) { log.finest(""); Native.putLong(pData+32, v); } - public long get_killid() { log.finest("");return (Native.getLong(pData+36)); } - public void set_killid(long v) { log.finest(""); Native.putLong(pData+36, v); } + public long get_red_max() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_red_max(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public long get_red_mult() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_red_mult(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_green_max() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_green_max(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_green_mult() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_green_mult(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_blue_max() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_blue_max(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public long get_blue_mult() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_blue_mult(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } + public long get_base_pixel() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(28):(56)))); } + public void set_base_pixel(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(28):(56)), v); } + public long get_visualid() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(32):(64)))); } + public void set_visualid(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(32):(64)), v); } + public long get_killid() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(36):(72)))); } + public void set_killid(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(36):(72)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XTextItem.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XTextItem.java @@ -8,7 +8,7 @@ public class XTextItem extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 16; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(16):(24)); } public int getDataSize() { return getSize(); } long pData; @@ -40,12 +40,12 @@ public long get_chars(int index) { log.finest(""); return Native.getLong(pData+0)+index*Native.getLongSize(); } public long get_chars() { log.finest("");return Native.getLong(pData+0); } public void set_chars(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public int get_nchars() { log.finest("");return (Native.getInt(pData+4)); } - public void set_nchars(int v) { log.finest(""); Native.putInt(pData+4, v); } - public int get_delta() { log.finest("");return (Native.getInt(pData+8)); } - public void set_delta(int v) { log.finest(""); Native.putInt(pData+8, v); } - public long get_font() { log.finest("");return (Native.getLong(pData+12)); } - public void set_font(long v) { log.finest(""); Native.putLong(pData+12, v); } + public int get_nchars() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_nchars(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_delta() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)))); } + public void set_delta(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)), v); } + public long get_font() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16)))); } + public void set_font(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(16)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XTextItem16.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XTextItem16.java @@ -8,7 +8,7 @@ public class XTextItem16 extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 16; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(16):(24)); } public int getDataSize() { return getSize(); } long pData; @@ -40,12 +40,12 @@ public XChar2b get_chars(int index) { log.finest(""); return (Native.getLong(pData+0) != 0)?(new XChar2b(Native.getLong(pData+0)+index*2)):(null); } public long get_chars() { log.finest("");return Native.getLong(pData+0); } public void set_chars(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public int get_nchars() { log.finest("");return (Native.getInt(pData+4)); } - public void set_nchars(int v) { log.finest(""); Native.putInt(pData+4, v); } - public int get_delta() { log.finest("");return (Native.getInt(pData+8)); } - public void set_delta(int v) { log.finest(""); Native.putInt(pData+8, v); } - public long get_font() { log.finest("");return (Native.getLong(pData+12)); } - public void set_font(long v) { log.finest(""); Native.putLong(pData+12, v); } + public int get_nchars() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_nchars(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_delta() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)))); } + public void set_delta(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)), v); } + public long get_font() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16)))); } + public void set_font(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(16)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XTextProperty.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XTextProperty.java @@ -8,7 +8,7 @@ public class XTextProperty extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 16; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(16):(32)); } public int getDataSize() { return getSize(); } long pData; @@ -40,12 +40,12 @@ public byte get_value(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+0)+index*1); } public long get_value() { log.finest("");return Native.getLong(pData+0); } public void set_value(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public long get_encoding() { log.finest("");return (Native.getLong(pData+4)); } - public void set_encoding(long v) { log.finest(""); Native.putLong(pData+4, v); } - public int get_format() { log.finest("");return (Native.getInt(pData+8)); } - public void set_format(int v) { log.finest(""); Native.putInt(pData+8, v); } - public long get_nitems() { log.finest("");return (Native.getLong(pData+12)); } - public void set_nitems(long v) { log.finest(""); Native.putLong(pData+12, v); } + public long get_encoding() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_encoding(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_format() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_format(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_nitems() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_nitems(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XTimeCoord.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XTimeCoord.java @@ -8,7 +8,7 @@ public class XTimeCoord extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,10 +39,10 @@ } public long get_time() { log.finest("");return (Native.getULong(pData+0)); } public void set_time(long v) { log.finest(""); Native.putULong(pData+0, v); } - public short get_x() { log.finest("");return (Native.getShort(pData+4)); } - public void set_x(short v) { log.finest(""); Native.putShort(pData+4, v); } - public short get_y() { log.finest("");return (Native.getShort(pData+6)); } - public void set_y(short v) { log.finest(""); Native.putShort(pData+6, v); } + public short get_x() { log.finest("");return (Native.getShort(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_x(short v) { log.finest(""); Native.putShort(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public short get_y() { log.finest("");return (Native.getShort(pData+((XlibWrapper.dataModel == 32)?(6):(10)))); } + public void set_y(short v) { log.finest(""); Native.putShort(pData+((XlibWrapper.dataModel == 32)?(6):(10)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XUnmapEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XUnmapEvent.java @@ -8,7 +8,7 @@ public class XUnmapEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 28; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(28):(56)); } public int getDataSize() { return getSize(); } long pData; @@ -39,18 +39,18 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_event() { log.finest("");return (Native.getLong(pData+16)); } - public void set_event(long v) { log.finest(""); Native.putLong(pData+16, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+20)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+20, v); } - public boolean get_from_configure() { log.finest("");return (Native.getBool(pData+24)); } - public void set_from_configure(boolean v) { log.finest(""); Native.putBool(pData+24, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_event() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_event(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } + public boolean get_from_configure() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(24):(48)))); } + public void set_from_configure(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(24):(48)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XVisibilityEvent.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XVisibilityEvent.java @@ -8,7 +8,7 @@ public class XVisibilityEvent extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 24; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(24):(48)); } public int getDataSize() { return getSize(); } long pData; @@ -39,16 +39,16 @@ } public int get_type() { log.finest("");return (Native.getInt(pData+0)); } public void set_type(int v) { log.finest(""); Native.putInt(pData+0, v); } - public long get_serial() { log.finest("");return (Native.getLong(pData+4)); } - public void set_serial(long v) { log.finest(""); Native.putLong(pData+4, v); } - public boolean get_send_event() { log.finest("");return (Native.getBool(pData+8)); } - public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+8, v); } - public long get_display() { log.finest("");return (Native.getLong(pData+12)); } - public void set_display(long v) { log.finest(""); Native.putLong(pData+12, v); } - public long get_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public int get_state() { log.finest("");return (Native.getInt(pData+20)); } - public void set_state(int v) { log.finest(""); Native.putInt(pData+20, v); } + public long get_serial() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_serial(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public boolean get_send_event() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public long get_display() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)))); } + public void set_display(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(12):(24)), v); } + public long get_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)))); } + public void set_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(32)), v); } + public int get_state() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)))); } + public void set_state(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(40)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XVisualInfo.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XVisualInfo.java @@ -8,7 +8,7 @@ public class XVisualInfo extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 40; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(40):(64)); } public int getDataSize() { return getSize(); } long pData; @@ -40,24 +40,24 @@ public long get_visual(int index) { log.finest(""); return Native.getLong(pData+0)+index*Native.getLongSize(); } public long get_visual() { log.finest("");return Native.getLong(pData+0); } public void set_visual(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public long get_visualid() { log.finest("");return (Native.getLong(pData+4)); } - public void set_visualid(long v) { log.finest(""); Native.putLong(pData+4, v); } - public int get_screen() { log.finest("");return (Native.getInt(pData+8)); } - public void set_screen(int v) { log.finest(""); Native.putInt(pData+8, v); } - public int get_depth() { log.finest("");return (Native.getInt(pData+12)); } - public void set_depth(int v) { log.finest(""); Native.putInt(pData+12, v); } - public int get_class() { log.finest("");return (Native.getInt(pData+16)); } - public void set_class(int v) { log.finest(""); Native.putInt(pData+16, v); } - public long get_red_mask() { log.finest("");return (Native.getLong(pData+20)); } - public void set_red_mask(long v) { log.finest(""); Native.putLong(pData+20, v); } - public long get_green_mask() { log.finest("");return (Native.getLong(pData+24)); } - public void set_green_mask(long v) { log.finest(""); Native.putLong(pData+24, v); } - public long get_blue_mask() { log.finest("");return (Native.getLong(pData+28)); } - public void set_blue_mask(long v) { log.finest(""); Native.putLong(pData+28, v); } - public int get_colormap_size() { log.finest("");return (Native.getInt(pData+32)); } - public void set_colormap_size(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_bits_per_rgb() { log.finest("");return (Native.getInt(pData+36)); } - public void set_bits_per_rgb(int v) { log.finest(""); Native.putInt(pData+36, v); } + public long get_visualid() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_visualid(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_screen() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(16)))); } + public void set_screen(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(16)), v); } + public int get_depth() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(12):(20)))); } + public void set_depth(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(12):(20)), v); } + public int get_class() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(16):(24)))); } + public void set_class(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(16):(24)), v); } + public long get_red_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(32)))); } + public void set_red_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(32)), v); } + public long get_green_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(24):(40)))); } + public void set_green_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(24):(40)), v); } + public long get_blue_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(28):(48)))); } + public void set_blue_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(28):(48)), v); } + public int get_colormap_size() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(56)))); } + public void set_colormap_size(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(56)), v); } + public int get_bits_per_rgb() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(60)))); } + public void set_bits_per_rgb(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(60)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XWMHints.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XWMHints.java @@ -8,7 +8,7 @@ public class XWMHints extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 36; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(36):(56)); } public int getDataSize() { return getSize(); } long pData; @@ -39,23 +39,23 @@ } public long get_flags() { log.finest("");return (Native.getLong(pData+0)); } public void set_flags(long v) { log.finest(""); Native.putLong(pData+0, v); } - public int get_initial_state() { log.finest("");return (Native.getInt(pData+8)); } - public void set_initial_state(int v) { log.finest(""); Native.putInt(pData+8, v); } - public long get_icon_pixmap(int index) { log.finest(""); return Native.getLong(pData+12)+index*Native.getLongSize(); } - public long get_icon_pixmap() { log.finest("");return Native.getLong(pData+12); } - public void set_icon_pixmap(long v) { log.finest(""); Native.putLong(pData + 12, v); } - public long get_icon_window() { log.finest("");return (Native.getLong(pData+16)); } - public void set_icon_window(long v) { log.finest(""); Native.putLong(pData+16, v); } - public int get_icon_x() { log.finest("");return (Native.getInt(pData+20)); } - public void set_icon_x(int v) { log.finest(""); Native.putInt(pData+20, v); } - public int get_icon_y() { log.finest("");return (Native.getInt(pData+24)); } - public void set_icon_y(int v) { log.finest(""); Native.putInt(pData+24, v); } - public long get_icon_mask() { log.finest("");return (Native.getLong(pData+28)); } - public void set_icon_mask(long v) { log.finest(""); Native.putLong(pData+28, v); } - public boolean get_input() { log.finest("");return (Native.getBool(pData+4)); } - public void set_input(boolean v) { log.finest(""); Native.putBool(pData+4, v); } - public long get_window_group() { log.finest("");return (Native.getLong(pData+32)); } - public void set_window_group(long v) { log.finest(""); Native.putLong(pData+32, v); } + public int get_initial_state() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)))); } + public void set_initial_state(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)), v); } + public long get_icon_pixmap(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16)))+index*Native.getLongSize(); } + public long get_icon_pixmap() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16))); } + public void set_icon_pixmap(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(12):(16)), v); } + public long get_icon_window() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(16):(24)))); } + public void set_icon_window(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(16):(24)), v); } + public int get_icon_x() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(20):(32)))); } + public void set_icon_x(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(20):(32)), v); } + public int get_icon_y() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(36)))); } + public void set_icon_y(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(36)), v); } + public long get_icon_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(28):(40)))); } + public void set_icon_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(28):(40)), v); } + public boolean get_input() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_input(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public long get_window_group() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(32):(48)))); } + public void set_window_group(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(32):(48)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XWindowAttributes.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XWindowAttributes.java @@ -8,7 +8,7 @@ public class XWindowAttributes extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 92; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(92):(136)); } public int getDataSize() { return getSize(); } long pData; @@ -49,42 +49,42 @@ public void set_border_width(int v) { log.finest(""); Native.putInt(pData+16, v); } public int get_depth() { log.finest("");return (Native.getInt(pData+20)); } public void set_depth(int v) { log.finest(""); Native.putInt(pData+20, v); } - public Visual get_visual(int index) { log.finest(""); return (Native.getLong(pData+24) != 0)?(new Visual(Native.getLong(pData+24)+index*32)):(null); } + public Visual get_visual(int index) { log.finest(""); return (Native.getLong(pData+24) != 0)?(new Visual(Native.getLong(pData+24)+index*((XlibWrapper.dataModel == 32)?(32):(56)))):(null); } public long get_visual() { log.finest("");return Native.getLong(pData+24); } public void set_visual(long v) { log.finest(""); Native.putLong(pData + 24, v); } - public long get_root() { log.finest("");return (Native.getLong(pData+28)); } - public void set_root(long v) { log.finest(""); Native.putLong(pData+28, v); } - public int get_class() { log.finest("");return (Native.getInt(pData+32)); } - public void set_class(int v) { log.finest(""); Native.putInt(pData+32, v); } - public int get_bit_gravity() { log.finest("");return (Native.getInt(pData+36)); } - public void set_bit_gravity(int v) { log.finest(""); Native.putInt(pData+36, v); } - public int get_win_gravity() { log.finest("");return (Native.getInt(pData+40)); } - public void set_win_gravity(int v) { log.finest(""); Native.putInt(pData+40, v); } - public int get_backing_store() { log.finest("");return (Native.getInt(pData+44)); } - public void set_backing_store(int v) { log.finest(""); Native.putInt(pData+44, v); } - public long get_backing_planes() { log.finest("");return (Native.getLong(pData+48)); } - public void set_backing_planes(long v) { log.finest(""); Native.putLong(pData+48, v); } - public long get_backing_pixel() { log.finest("");return (Native.getLong(pData+52)); } - public void set_backing_pixel(long v) { log.finest(""); Native.putLong(pData+52, v); } - public boolean get_save_under() { log.finest("");return (Native.getBool(pData+56)); } - public void set_save_under(boolean v) { log.finest(""); Native.putBool(pData+56, v); } - public long get_colormap() { log.finest("");return (Native.getLong(pData+60)); } - public void set_colormap(long v) { log.finest(""); Native.putLong(pData+60, v); } - public boolean get_map_installed() { log.finest("");return (Native.getBool(pData+64)); } - public void set_map_installed(boolean v) { log.finest(""); Native.putBool(pData+64, v); } - public int get_map_state() { log.finest("");return (Native.getInt(pData+68)); } - public void set_map_state(int v) { log.finest(""); Native.putInt(pData+68, v); } - public long get_all_event_masks() { log.finest("");return (Native.getLong(pData+72)); } - public void set_all_event_masks(long v) { log.finest(""); Native.putLong(pData+72, v); } - public long get_your_event_mask() { log.finest("");return (Native.getLong(pData+76)); } - public void set_your_event_mask(long v) { log.finest(""); Native.putLong(pData+76, v); } - public long get_do_not_propagate_mask() { log.finest("");return (Native.getLong(pData+80)); } - public void set_do_not_propagate_mask(long v) { log.finest(""); Native.putLong(pData+80, v); } - public boolean get_override_redirect() { log.finest("");return (Native.getBool(pData+84)); } - public void set_override_redirect(boolean v) { log.finest(""); Native.putBool(pData+84, v); } - public Screen get_screen(int index) { log.finest(""); return (Native.getLong(pData+88) != 0)?(new Screen(Native.getLong(pData+88)+index*80)):(null); } - public long get_screen() { log.finest("");return Native.getLong(pData+88); } - public void set_screen(long v) { log.finest(""); Native.putLong(pData + 88, v); } + public long get_root() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(28):(32)))); } + public void set_root(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(28):(32)), v); } + public int get_class() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(32):(40)))); } + public void set_class(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(32):(40)), v); } + public int get_bit_gravity() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(36):(44)))); } + public void set_bit_gravity(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(36):(44)), v); } + public int get_win_gravity() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(40):(48)))); } + public void set_win_gravity(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(40):(48)), v); } + public int get_backing_store() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(44):(52)))); } + public void set_backing_store(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(44):(52)), v); } + public long get_backing_planes() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(48):(56)))); } + public void set_backing_planes(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(48):(56)), v); } + public long get_backing_pixel() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(52):(64)))); } + public void set_backing_pixel(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(52):(64)), v); } + public boolean get_save_under() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(56):(72)))); } + public void set_save_under(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(56):(72)), v); } + public long get_colormap() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(60):(80)))); } + public void set_colormap(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(60):(80)), v); } + public boolean get_map_installed() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(64):(88)))); } + public void set_map_installed(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(64):(88)), v); } + public int get_map_state() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(68):(92)))); } + public void set_map_state(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(68):(92)), v); } + public long get_all_event_masks() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(72):(96)))); } + public void set_all_event_masks(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(72):(96)), v); } + public long get_your_event_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(76):(104)))); } + public void set_your_event_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(76):(104)), v); } + public long get_do_not_propagate_mask() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(80):(112)))); } + public void set_do_not_propagate_mask(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(80):(112)), v); } + public boolean get_override_redirect() { log.finest("");return (Native.getBool(pData+((XlibWrapper.dataModel == 32)?(84):(120)))); } + public void set_override_redirect(boolean v) { log.finest(""); Native.putBool(pData+((XlibWrapper.dataModel == 32)?(84):(120)), v); } + public Screen get_screen(int index) { log.finest(""); return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(88):(128))) != 0)?(new Screen(Native.getLong(pData+((XlibWrapper.dataModel == 32)?(88):(128)))+index*((XlibWrapper.dataModel == 32)?(80):(128)))):(null); } + public long get_screen() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(88):(128))); } + public void set_screen(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(88):(128)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XWindowChanges.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XWindowChanges.java @@ -8,7 +8,7 @@ public class XWindowChanges extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 28; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(28):(40)); } public int getDataSize() { return getSize(); } long pData; @@ -47,10 +47,10 @@ public void set_height(int v) { log.finest(""); Native.putInt(pData+12, v); } public int get_border_width() { log.finest("");return (Native.getInt(pData+16)); } public void set_border_width(int v) { log.finest(""); Native.putInt(pData+16, v); } - public long get_sibling() { log.finest("");return (Native.getLong(pData+20)); } - public void set_sibling(long v) { log.finest(""); Native.putLong(pData+20, v); } - public int get_stack_mode() { log.finest("");return (Native.getInt(pData+24)); } - public void set_stack_mode(int v) { log.finest(""); Native.putInt(pData+24, v); } + public long get_sibling() { log.finest("");return (Native.getLong(pData+((XlibWrapper.dataModel == 32)?(20):(24)))); } + public void set_sibling(long v) { log.finest(""); Native.putLong(pData+((XlibWrapper.dataModel == 32)?(20):(24)), v); } + public int get_stack_mode() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(24):(32)))); } + public void set_stack_mode(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(24):(32)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XdbeSwapInfo.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XdbeSwapInfo.java @@ -8,7 +8,7 @@ public class XdbeSwapInfo extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 8; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(8):(16)); } public int getDataSize() { return getSize(); } long pData; @@ -39,8 +39,8 @@ } public long get_swap_window() { log.finest("");return (Native.getLong(pData+0)); } public void set_swap_window(long v) { log.finest(""); Native.putLong(pData+0, v); } - public int get_swap_action() { log.finest("");return (Native.getInt(pData+4)); } - public void set_swap_action(int v) { log.finest(""); Native.putInt(pData+4, v); } + public int get_swap_action() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_swap_action(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XmbTextItem.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XmbTextItem.java @@ -8,7 +8,7 @@ public class XmbTextItem extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 16; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(16):(24)); } public int getDataSize() { return getSize(); } long pData; @@ -40,13 +40,13 @@ public byte get_chars(int index) { log.finest(""); return Native.getByte(Native.getLong(pData+0)+index*1); } public long get_chars() { log.finest("");return Native.getLong(pData+0); } public void set_chars(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public int get_nchars() { log.finest("");return (Native.getInt(pData+4)); } - public void set_nchars(int v) { log.finest(""); Native.putInt(pData+4, v); } - public int get_delta() { log.finest("");return (Native.getInt(pData+8)); } - public void set_delta(int v) { log.finest(""); Native.putInt(pData+8, v); } - public long get_font_set(int index) { log.finest(""); return Native.getLong(pData+12)+index*Native.getLongSize(); } - public long get_font_set() { log.finest("");return Native.getLong(pData+12); } - public void set_font_set(long v) { log.finest(""); Native.putLong(pData + 12, v); } + public int get_nchars() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_nchars(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_delta() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)))); } + public void set_delta(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)), v); } + public long get_font_set(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16)))+index*Native.getLongSize(); } + public long get_font_set() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16))); } + public void set_font_set(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(12):(16)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/XwcTextItem.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/XwcTextItem.java @@ -8,7 +8,7 @@ public class XwcTextItem extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 16; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(16):(24)); } public int getDataSize() { return getSize(); } long pData; @@ -40,13 +40,13 @@ public long get_chars(int index) { log.finest(""); return Native.getLong(pData+0)+index*Native.getLongSize(); } public long get_chars() { log.finest("");return Native.getLong(pData+0); } public void set_chars(long v) { log.finest(""); Native.putLong(pData + 0, v); } - public int get_nchars() { log.finest("");return (Native.getInt(pData+4)); } - public void set_nchars(int v) { log.finest(""); Native.putInt(pData+4, v); } - public int get_delta() { log.finest("");return (Native.getInt(pData+8)); } - public void set_delta(int v) { log.finest(""); Native.putInt(pData+8, v); } - public long get_font_set(int index) { log.finest(""); return Native.getLong(pData+12)+index*Native.getLongSize(); } - public long get_font_set() { log.finest("");return Native.getLong(pData+12); } - public void set_font_set(long v) { log.finest(""); Native.putLong(pData + 12, v); } + public int get_nchars() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)))); } + public void set_nchars(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(4):(8)), v); } + public int get_delta() { log.finest("");return (Native.getInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)))); } + public void set_delta(int v) { log.finest(""); Native.putInt(pData+((XlibWrapper.dataModel == 32)?(8):(12)), v); } + public long get_font_set(int index) { log.finest(""); return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16)))+index*Native.getLongSize(); } + public long get_font_set() { log.finest("");return Native.getLong(pData+((XlibWrapper.dataModel == 32)?(12):(16))); } + public void set_font_set(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32)?(12):(16)), v); } String getName() { --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/awtImageData.java +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/awtImageData.java @@ -8,7 +8,7 @@ public class awtImageData extends XWrapperBase { private Unsafe unsafe = XlibWrapper.unsafe; private final boolean should_free_memory; - public static int getSize() { return 304; } + public static int getSize() { return ((XlibWrapper.dataModel == 32)?(304):(560)); } public int getDataSize() { return getSize(); } long pData; --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/generator/sizes.64 +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/generator/sizes.64 @@ -0,0 +1,789 @@ +long 8 +int 4 +short 2 +ptr 8 +Bool 4 +Atom 8 +Window 8 +Screen.ext_data 0 +Screen.display 8 +Screen.root 16 +Screen.width 24 +Screen.height 28 +Screen.mwidth 32 +Screen.mheight 36 +Screen.ndepths 40 +Screen.depths 48 +Screen.root_depth 56 +Screen.root_visual 64 +Screen.default_gc 72 +Screen.cmap 80 +Screen.white_pixel 88 +Screen.black_pixel 96 +Screen.max_maps 104 +Screen.min_maps 108 +Screen.backing_store 112 +Screen.save_unders 116 +Screen.root_input_mask 120 +Screen 128 +XMapRequestEvent.type 0 +XMapRequestEvent.serial 8 +XMapRequestEvent.send_event 16 +XMapRequestEvent.display 24 +XMapRequestEvent.parent 32 +XMapRequestEvent.window 40 +XMapRequestEvent 48 +AwtScreenData.numConfigs 0 +AwtScreenData.root 8 +AwtScreenData.whitepixel 16 +AwtScreenData.blackpixel 24 +AwtScreenData.defaultConfig 32 +AwtScreenData.configs 40 +AwtScreenData 48 +XIMPreeditCaretCallbackStruct.position 0 +XIMPreeditCaretCallbackStruct.direction 4 +XIMPreeditCaretCallbackStruct.style 8 +XIMPreeditCaretCallbackStruct 12 +XTimeCoord.time 0 +XTimeCoord.x 8 +XTimeCoord.y 10 +XTimeCoord 16 +XWindowChanges.x 0 +XWindowChanges.y 4 +XWindowChanges.width 8 +XWindowChanges.height 12 +XWindowChanges.border_width 16 +XWindowChanges.sibling 24 +XWindowChanges.stack_mode 32 +XWindowChanges 40 +XSelectionClearEvent.type 0 +XSelectionClearEvent.serial 8 +XSelectionClearEvent.send_event 16 +XSelectionClearEvent.display 24 +XSelectionClearEvent.window 32 +XSelectionClearEvent.selection 40 +XSelectionClearEvent.time 48 +XSelectionClearEvent 56 +XKeyboardControl.key_click_percent 0 +XKeyboardControl.bell_percent 4 +XKeyboardControl.bell_pitch 8 +XKeyboardControl.bell_duration 12 +XKeyboardControl.led 16 +XKeyboardControl.led_mode 20 +XKeyboardControl.key 24 +XKeyboardControl.auto_repeat_mode 28 +XKeyboardControl 32 +XIMStatusDrawCallbackStruct.type 0 +XIMStatusDrawCallbackStruct.data 8 +XIMStatusDrawCallbackStruct 16 +XOMCharSetList.charset_count 0 +XOMCharSetList.charset_list 8 +XOMCharSetList 16 +XOMFontInfo.num_font 0 +XOMFontInfo.font_struct_list 8 +XOMFontInfo.font_name_list 16 +XOMFontInfo 24 +XIMStringConversionCallbackStruct.position 0 +XIMStringConversionCallbackStruct.direction 4 +XIMStringConversionCallbackStruct.operation 8 +XIMStringConversionCallbackStruct.factor 10 +XIMStringConversionCallbackStruct.text 16 +XIMStringConversionCallbackStruct 24 +XCirculateEvent.type 0 +XCirculateEvent.serial 8 +XCirculateEvent.send_event 16 +XCirculateEvent.display 24 +XCirculateEvent.event 32 +XCirculateEvent.window 40 +XCirculateEvent.place 48 +XCirculateEvent 56 +XIMHotKeyTrigger.keysym 0 +XIMHotKeyTrigger.modifier 8 +XIMHotKeyTrigger.modifier_mask 12 +XIMHotKeyTrigger 16 +XExtData.number 0 +XExtData.next 8 +XExtData.free_private 16 +XExtData.private_data 24 +XExtData 32 +XTextProperty.value 0 +XTextProperty.encoding 8 +XTextProperty.format 16 +XTextProperty.nitems 24 +XTextProperty 32 +XColor.pixel 0 +XColor.red 8 +XColor.green 10 +XColor.blue 12 +XColor.flags 14 +XColor.pad 15 +XColor 16 +XGraphicsExposeEvent.type 0 +XGraphicsExposeEvent.serial 8 +XGraphicsExposeEvent.send_event 16 +XGraphicsExposeEvent.display 24 +XGraphicsExposeEvent.drawable 32 +XGraphicsExposeEvent.x 40 +XGraphicsExposeEvent.y 44 +XGraphicsExposeEvent.width 48 +XGraphicsExposeEvent.height 52 +XGraphicsExposeEvent.count 56 +XGraphicsExposeEvent.major_code 60 +XGraphicsExposeEvent.minor_code 64 +XGraphicsExposeEvent 72 +XStandardColormap.colormap 0 +XStandardColormap.red_max 8 +XStandardColormap.red_mult 16 +XStandardColormap.green_max 24 +XStandardColormap.green_mult 32 +XStandardColormap.blue_max 40 +XStandardColormap.blue_mult 48 +XStandardColormap.base_pixel 56 +XStandardColormap.visualid 64 +XStandardColormap.killid 72 +XStandardColormap 80 +XPropertyEvent.type 0 +XPropertyEvent.serial 8 +XPropertyEvent.send_event 16 +XPropertyEvent.display 24 +XPropertyEvent.window 32 +XPropertyEvent.atom 40 +XPropertyEvent.time 48 +XPropertyEvent.state 56 +XPropertyEvent 64 +ColorEntry.r 0 +ColorEntry.g 1 +ColorEntry.b 2 +ColorEntry.flags 3 +ColorEntry 4 +XResizeRequestEvent.type 0 +XResizeRequestEvent.serial 8 +XResizeRequestEvent.send_event 16 +XResizeRequestEvent.display 24 +XResizeRequestEvent.window 32 +XResizeRequestEvent.width 40 +XResizeRequestEvent.height 44 +XResizeRequestEvent 48 +XFontStruct.ext_data 0 +XFontStruct.fid 8 +XFontStruct.direction 16 +XFontStruct.min_char_or_byte2 20 +XFontStruct.max_char_or_byte2 24 +XFontStruct.min_byte1 28 +XFontStruct.max_byte1 32 +XFontStruct.all_chars_exist 36 +XFontStruct.n_properties 44 +XFontStruct.properties 48 +XFontStruct.min_bounds 56 +XFontStruct.max_bounds 68 +XFontStruct.per_char 80 +XFontStruct.ascent 88 +XFontStruct.descent 92 +XFontStruct 96 +XNoExposeEvent.type 0 +XNoExposeEvent.serial 8 +XNoExposeEvent.send_event 16 +XNoExposeEvent.display 24 +XNoExposeEvent.drawable 32 +XNoExposeEvent.major_code 40 +XNoExposeEvent.minor_code 44 +XNoExposeEvent 48 +XErrorEvent.type 0 +XErrorEvent.display 8 +XErrorEvent.resourceid 16 +XErrorEvent.serial 24 +XErrorEvent.error_code 32 +XErrorEvent.request_code 33 +XErrorEvent.minor_code 34 +XErrorEvent 40 +XArc.x 0 +XArc.y 2 +XArc.width 4 +XArc.height 6 +XArc.angle1 8 +XArc.angle2 10 +XArc 12 +XSelectionEvent.type 0 +XSelectionEvent.serial 8 +XSelectionEvent.send_event 16 +XSelectionEvent.display 24 +XSelectionEvent.requestor 32 +XSelectionEvent.selection 40 +XSelectionEvent.target 48 +XSelectionEvent.property 56 +XSelectionEvent.time 64 +XSelectionEvent 72 +XVisibilityEvent.type 0 +XVisibilityEvent.serial 8 +XVisibilityEvent.send_event 16 +XVisibilityEvent.display 24 +XVisibilityEvent.window 32 +XVisibilityEvent.state 40 +XVisibilityEvent 48 +XFontProp.name 0 +XFontProp.card32 8 +XFontProp 16 +XTextItem16.chars 0 +XTextItem16.nchars 8 +XTextItem16.delta 12 +XTextItem16.font 16 +XTextItem16 24 +XIMPreeditDrawCallbackStruct.caret 0 +XIMPreeditDrawCallbackStruct.chg_first 4 +XIMPreeditDrawCallbackStruct.chg_length 8 +XIMPreeditDrawCallbackStruct.text 16 +XIMPreeditDrawCallbackStruct 24 +XRectangle.x 0 +XRectangle.y 2 +XRectangle.width 4 +XRectangle.height 6 +XRectangle 8 +PropMwmHints.flags 0 +PropMwmHints.functions 8 +PropMwmHints.decorations 16 +PropMwmHints.inputMode 24 +PropMwmHints.status 32 +PropMwmHints 40 +XConfigureEvent.type 0 +XConfigureEvent.serial 8 +XConfigureEvent.send_event 16 +XConfigureEvent.display 24 +XConfigureEvent.event 32 +XConfigureEvent.window 40 +XConfigureEvent.x 48 +XConfigureEvent.y 52 +XConfigureEvent.width 56 +XConfigureEvent.height 60 +XConfigureEvent.border_width 64 +XConfigureEvent.above 72 +XConfigureEvent.override_redirect 80 +XConfigureEvent 88 +XClientMessageEvent.type 0 +XClientMessageEvent.serial 8 +XClientMessageEvent.send_event 16 +XClientMessageEvent.display 24 +XClientMessageEvent.window 32 +XClientMessageEvent.message_type 40 +XClientMessageEvent.format 48 +XClientMessageEvent.data 56 +XClientMessageEvent 96 +XIconSize.min_width 0 +XIconSize.min_height 4 +XIconSize.max_width 8 +XIconSize.max_height 12 +XIconSize.width_inc 16 +XIconSize.height_inc 20 +XIconSize 24 +XSegment.x1 0 +XSegment.y1 2 +XSegment.x2 4 +XSegment.y2 6 +XSegment 8 +XPoint.x 0 +XPoint.y 2 +XPoint 4 +XIMStringConversionText.length 0 +XIMStringConversionText.feedback 8 +XIMStringConversionText.encoding_is_wchar 16 +XIMStringConversionText.string 24 +XIMStringConversionText 32 +XPixmapFormatValues.depth 0 +XPixmapFormatValues.bits_per_pixel 4 +XPixmapFormatValues.scanline_pad 8 +XPixmapFormatValues 12 +XExposeEvent.type 0 +XExposeEvent.serial 8 +XExposeEvent.send_event 16 +XExposeEvent.display 24 +XExposeEvent.window 32 +XExposeEvent.x 40 +XExposeEvent.y 44 +XExposeEvent.width 48 +XExposeEvent.height 52 +XExposeEvent.count 56 +XExposeEvent 64 +XIMStyles.count_styles 0 +XIMStyles.supported_styles 8 +XIMStyles 16 +XSizeHints.flags 0 +XSizeHints.x 8 +XSizeHints.y 12 +XSizeHints.width 16 +XSizeHints.height 20 +XSizeHints.min_width 24 +XSizeHints.min_height 28 +XSizeHints.max_width 32 +XSizeHints.max_height 36 +XSizeHints.width_inc 40 +XSizeHints.height_inc 44 +XSizeHints.min_aspect.x 48 +XSizeHints.min_aspect.y 52 +XSizeHints.max_aspect.x 56 +XSizeHints.max_aspect.y 60 +XSizeHints.base_width 64 +XSizeHints.base_height 68 +XSizeHints.win_gravity 72 +XSizeHints 80 +XMappingEvent.type 0 +XMappingEvent.serial 8 +XMappingEvent.send_event 16 +XMappingEvent.display 24 +XMappingEvent.window 32 +XMappingEvent.request 40 +XMappingEvent.first_keycode 44 +XMappingEvent.count 48 +XMappingEvent 56 +XClassHint.res_name 0 +XClassHint.res_class 8 +XClassHint 16 +XmbTextItem.chars 0 +XmbTextItem.nchars 8 +XmbTextItem.delta 12 +XmbTextItem.font_set 16 +XmbTextItem 24 +XWindowAttributes.x 0 +XWindowAttributes.y 4 +XWindowAttributes.width 8 +XWindowAttributes.height 12 +XWindowAttributes.border_width 16 +XWindowAttributes.depth 20 +XWindowAttributes.visual 24 +XWindowAttributes.root 32 +XWindowAttributes.class 40 +XWindowAttributes.bit_gravity 44 +XWindowAttributes.win_gravity 48 +XWindowAttributes.backing_store 52 +XWindowAttributes.backing_planes 56 +XWindowAttributes.backing_pixel 64 +XWindowAttributes.save_under 72 +XWindowAttributes.colormap 80 +XWindowAttributes.map_installed 88 +XWindowAttributes.map_state 92 +XWindowAttributes.all_event_masks 96 +XWindowAttributes.your_event_mask 104 +XWindowAttributes.do_not_propagate_mask 112 +XWindowAttributes.override_redirect 120 +XWindowAttributes.screen 128 +XWindowAttributes 136 +XSetWindowAttributes.background_pixmap 0 +XSetWindowAttributes.background_pixel 8 +XSetWindowAttributes.border_pixmap 16 +XSetWindowAttributes.border_pixel 24 +XSetWindowAttributes.bit_gravity 32 +XSetWindowAttributes.win_gravity 36 +XSetWindowAttributes.backing_store 40 +XSetWindowAttributes.backing_planes 48 +XSetWindowAttributes.backing_pixel 56 +XSetWindowAttributes.save_under 64 +XSetWindowAttributes.event_mask 72 +XSetWindowAttributes.do_not_propagate_mask 80 +XSetWindowAttributes.override_redirect 88 +XSetWindowAttributes.colormap 96 +XSetWindowAttributes.cursor 104 +XSetWindowAttributes 112 +XOMOrientation.num_orientation 0 +XOMOrientation.orientation 8 +XOMOrientation 16 +Visual.ext_data 0 +Visual.visualid 8 +Visual.class 16 +Visual.red_mask 24 +Visual.green_mask 32 +Visual.blue_mask 40 +Visual.bits_per_rgb 48 +Visual.map_entries 52 +Visual 56 +XGravityEvent.type 0 +XGravityEvent.serial 8 +XGravityEvent.send_event 16 +XGravityEvent.display 24 +XGravityEvent.event 32 +XGravityEvent.window 40 +XGravityEvent.x 48 +XGravityEvent.y 52 +XGravityEvent 56 +XReparentEvent.type 0 +XReparentEvent.serial 8 +XReparentEvent.send_event 16 +XReparentEvent.display 24 +XReparentEvent.event 32 +XReparentEvent.window 40 +XReparentEvent.parent 48 +XReparentEvent.x 56 +XReparentEvent.y 60 +XReparentEvent.override_redirect 64 +XReparentEvent 72 +XCirculateRequestEvent.type 0 +XCirculateRequestEvent.serial 8 +XCirculateRequestEvent.send_event 16 +XCirculateRequestEvent.display 24 +XCirculateRequestEvent.parent 32 +XCirculateRequestEvent.window 40 +XCirculateRequestEvent.place 48 +XCirculateRequestEvent 56 +XKeyEvent.type 0 +XKeyEvent.serial 8 +XKeyEvent.send_event 16 +XKeyEvent.display 24 +XKeyEvent.window 32 +XKeyEvent.root 40 +XKeyEvent.subwindow 48 +XKeyEvent.time 56 +XKeyEvent.x 64 +XKeyEvent.y 68 +XKeyEvent.x_root 72 +XKeyEvent.y_root 76 +XKeyEvent.state 80 +XKeyEvent.keycode 84 +XKeyEvent.same_screen 88 +XKeyEvent 96 +XCharStruct.lbearing 0 +XCharStruct.rbearing 2 +XCharStruct.width 4 +XCharStruct.ascent 6 +XCharStruct.descent 8 +XCharStruct.attributes 10 +XCharStruct 12 +XModifierKeymap.max_keypermod 0 +XModifierKeymap.modifiermap 8 +XModifierKeymap 16 +XTextItem.chars 0 +XTextItem.nchars 8 +XTextItem.delta 12 +XTextItem.font 16 +XTextItem 24 +XdbeSwapInfo.swap_window 0 +XdbeSwapInfo.swap_action 8 +XdbeSwapInfo 16 +XImage.width 0 +XImage.height 4 +XImage.xoffset 8 +XImage.format 12 +XImage.data 16 +XImage.byte_order 24 +XImage.bitmap_unit 28 +XImage.bitmap_bit_order 32 +XImage.bitmap_pad 36 +XImage.depth 40 +XImage.bytes_per_line 44 +XImage.bits_per_pixel 48 +XImage.red_mask 56 +XImage.green_mask 64 +XImage.blue_mask 72 +XImage.obdata 80 +XImage.f.create_image 88 +XImage.f.destroy_image 96 +XImage.f.get_pixel 104 +XImage.f.put_pixel 112 +XImage.f.sub_image 120 +XImage.f.add_pixel 128 +XImage 136 +XChar2b.byte1 0 +XChar2b.byte2 1 +XChar2b 2 +XwcTextItem.chars 0 +XwcTextItem.nchars 8 +XwcTextItem.delta 12 +XwcTextItem.font_set 16 +XwcTextItem 24 +XUnmapEvent.type 0 +XUnmapEvent.serial 8 +XUnmapEvent.send_event 16 +XUnmapEvent.display 24 +XUnmapEvent.event 32 +XUnmapEvent.window 40 +XUnmapEvent.from_configure 48 +XUnmapEvent 56 +awtImageData.Depth 0 +awtImageData.wsImageFormat 4 +awtImageData.clrdata 16 +awtImageData.convert 48 +awtImageData 560 +XGCValues.function 0 +XGCValues.plane_mask 8 +XGCValues.foreground 16 +XGCValues.background 24 +XGCValues.line_width 32 +XGCValues.line_style 36 +XGCValues.cap_style 40 +XGCValues.join_style 44 +XGCValues.fill_style 48 +XGCValues.fill_rule 52 +XGCValues.arc_mode 56 +XGCValues.tile 64 +XGCValues.stipple 72 +XGCValues.ts_x_origin 80 +XGCValues.ts_y_origin 84 +XGCValues.font 88 +XGCValues.subwindow_mode 96 +XGCValues.graphics_exposures 100 +XGCValues.clip_x_origin 104 +XGCValues.clip_y_origin 108 +XGCValues.clip_mask 112 +XGCValues.dash_offset 120 +XGCValues.dashes 124 +XGCValues 128 +XFocusChangeEvent.type 0 +XFocusChangeEvent.serial 8 +XFocusChangeEvent.send_event 16 +XFocusChangeEvent.display 24 +XFocusChangeEvent.window 32 +XFocusChangeEvent.mode 40 +XFocusChangeEvent.detail 44 +XFocusChangeEvent 48 +XMapEvent.type 0 +XMapEvent.serial 8 +XMapEvent.send_event 16 +XMapEvent.display 24 +XMapEvent.event 32 +XMapEvent.window 40 +XMapEvent.override_redirect 48 +XMapEvent 56 +XIMHotKeyTriggers.num_hot_key 0 +XIMHotKeyTriggers.key 8 +XIMHotKeyTriggers 16 +XKeyboardState.key_click_percent 0 +XKeyboardState.bell_percent 4 +XKeyboardState.bell_pitch 8 +XKeyboardState.bell_duration 12 +XKeyboardState.led_mask 16 +XKeyboardState.global_auto_repeat 24 +XKeyboardState.auto_repeats 28 +XKeyboardState 64 +XMotionEvent.type 0 +XMotionEvent.serial 8 +XMotionEvent.send_event 16 +XMotionEvent.display 24 +XMotionEvent.window 32 +XMotionEvent.root 40 +XMotionEvent.subwindow 48 +XMotionEvent.time 56 +XMotionEvent.x 64 +XMotionEvent.y 68 +XMotionEvent.x_root 72 +XMotionEvent.y_root 76 +XMotionEvent.state 80 +XMotionEvent.is_hint 84 +XMotionEvent.same_screen 88 +XMotionEvent 96 +XIMPreeditStateNotifyCallbackStruct.state 0 +XIMPreeditStateNotifyCallbackStruct 8 +XAnyEvent.type 0 +XAnyEvent.serial 8 +XAnyEvent.send_event 16 +XAnyEvent.display 24 +XAnyEvent.window 32 +XAnyEvent 40 +XIMCallback.client_data 0 +XIMCallback.callback 8 +XIMCallback 16 +XVisualInfo.visual 0 +XVisualInfo.visualid 8 +XVisualInfo.screen 16 +XVisualInfo.depth 20 +XVisualInfo.class 24 +XVisualInfo.red_mask 32 +XVisualInfo.green_mask 40 +XVisualInfo.blue_mask 48 +XVisualInfo.colormap_size 56 +XVisualInfo.bits_per_rgb 60 +XVisualInfo 64 +XCreateWindowEvent.type 0 +XCreateWindowEvent.serial 8 +XCreateWindowEvent.send_event 16 +XCreateWindowEvent.display 24 +XCreateWindowEvent.parent 32 +XCreateWindowEvent.window 40 +XCreateWindowEvent.x 48 +XCreateWindowEvent.y 52 +XCreateWindowEvent.width 56 +XCreateWindowEvent.height 60 +XCreateWindowEvent.border_width 64 +XCreateWindowEvent.override_redirect 68 +XCreateWindowEvent 72 +XIMValuesList.count_values 0 +XIMValuesList.supported_values 8 +XIMValuesList 16 +XKeymapEvent.type 0 +XKeymapEvent.serial 8 +XKeymapEvent.send_event 16 +XKeymapEvent.display 24 +XKeymapEvent.window 32 +XKeymapEvent.key_vector 40 +XKeymapEvent 72 +XButtonEvent.type 0 +XButtonEvent.serial 8 +XButtonEvent.send_event 16 +XButtonEvent.display 24 +XButtonEvent.window 32 +XButtonEvent.root 40 +XButtonEvent.subwindow 48 +XButtonEvent.time 56 +XButtonEvent.x 64 +XButtonEvent.y 68 +XButtonEvent.x_root 72 +XButtonEvent.y_root 76 +XButtonEvent.state 80 +XButtonEvent.button 84 +XButtonEvent.same_screen 88 +XButtonEvent 96 +XWMHints.flags 0 +XWMHints.initial_state 12 +XWMHints.icon_pixmap 16 +XWMHints.icon_window 24 +XWMHints.icon_x 32 +XWMHints.icon_y 36 +XWMHints.icon_mask 40 +XWMHints.input 8 +XWMHints.window_group 48 +XWMHints 56 +ScreenFormat.ext_data 0 +ScreenFormat.depth 8 +ScreenFormat.bits_per_pixel 12 +ScreenFormat.scanline_pad 16 +ScreenFormat 24 +XCrossingEvent.type 0 +XCrossingEvent.serial 8 +XCrossingEvent.send_event 16 +XCrossingEvent.display 24 +XCrossingEvent.window 32 +XCrossingEvent.root 40 +XCrossingEvent.subwindow 48 +XCrossingEvent.time 56 +XCrossingEvent.x 64 +XCrossingEvent.y 68 +XCrossingEvent.x_root 72 +XCrossingEvent.y_root 76 +XCrossingEvent.mode 80 +XCrossingEvent.detail 84 +XCrossingEvent.same_screen 88 +XCrossingEvent.focus 92 +XCrossingEvent.state 96 +XCrossingEvent 104 +XConfigureRequestEvent.type 0 +XConfigureRequestEvent.serial 8 +XConfigureRequestEvent.send_event 16 +XConfigureRequestEvent.display 24 +XConfigureRequestEvent.parent 32 +XConfigureRequestEvent.window 40 +XConfigureRequestEvent.x 48 +XConfigureRequestEvent.y 52 +XConfigureRequestEvent.width 56 +XConfigureRequestEvent.height 60 +XConfigureRequestEvent.border_width 64 +XConfigureRequestEvent.above 72 +XConfigureRequestEvent.detail 80 +XConfigureRequestEvent.value_mask 88 +XConfigureRequestEvent 96 +XSelectionRequestEvent.type 0 +XSelectionRequestEvent.serial 8 +XSelectionRequestEvent.send_event 16 +XSelectionRequestEvent.display 24 +XSelectionRequestEvent.owner 32 +XSelectionRequestEvent.requestor 40 +XSelectionRequestEvent.selection 48 +XSelectionRequestEvent.target 56 +XSelectionRequestEvent.property 64 +XSelectionRequestEvent.time 72 +XSelectionRequestEvent 80 +XFontSetExtents.max_ink_extent 0 +XFontSetExtents.max_logical_extent 8 +XFontSetExtents 16 +XExtCodes.extension 0 +XExtCodes.major_opcode 4 +XExtCodes.first_event 8 +XExtCodes.first_error 12 +XExtCodes 16 +XHostAddress.family 0 +XHostAddress.length 4 +XHostAddress.address 8 +XHostAddress 16 +ColorData.awt_Colors 0 +ColorData.awt_numICMcolors 8 +ColorData.awt_icmLUT 16 +ColorData.awt_icmLUT2Colors 24 +ColorData.img_grays 32 +ColorData.img_clr_tbl 40 +ColorData.img_oda_red 48 +ColorData.img_oda_green 56 +ColorData.img_oda_blue 64 +ColorData.pGrayInverseLutData 72 +ColorData.screendata 80 +ColorData 88 +XColormapEvent.type 0 +XColormapEvent.serial 8 +XColormapEvent.send_event 16 +XColormapEvent.display 24 +XColormapEvent.window 32 +XColormapEvent.colormap 40 +XColormapEvent.new 48 +XColormapEvent.state 52 +XColormapEvent 56 +Depth.depth 0 +Depth.nvisuals 4 +Depth.visuals 8 +Depth 16 +XEvent.type 0 +XEvent.xany 0 +XEvent.xkey 0 +XEvent.xbutton 0 +XEvent.xmotion 0 +XEvent.xcrossing 0 +XEvent.xfocus 0 +XEvent.xexpose 0 +XEvent.xgraphicsexpose 0 +XEvent.xnoexpose 0 +XEvent.xvisibility 0 +XEvent.xcreatewindow 0 +XEvent.xdestroywindow 0 +XEvent.xunmap 0 +XEvent.xmap 0 +XEvent.xmaprequest 0 +XEvent.xreparent 0 +XEvent.xconfigure 0 +XEvent.xgravity 0 +XEvent.xresizerequest 0 +XEvent.xconfigurerequest 0 +XEvent.xcirculate 0 +XEvent.xcirculaterequest 0 +XEvent.xproperty 0 +XEvent.xselectionclear 0 +XEvent.xselectionrequest 0 +XEvent.xselection 0 +XEvent.xcolormap 0 +XEvent.xclient 0 +XEvent.xmapping 0 +XEvent.xerror 0 +XEvent.xkeymap 0 +XEvent.pad 0 +XEvent 192 +XDestroyWindowEvent.type 0 +XDestroyWindowEvent.serial 8 +XDestroyWindowEvent.send_event 16 +XDestroyWindowEvent.display 24 +XDestroyWindowEvent.event 32 +XDestroyWindowEvent.window 40 +XDestroyWindowEvent 48 +XComposeStatus.compose_ptr 0 +XComposeStatus.chars_matched 8 +XComposeStatus 16 +AwtGraphicsConfigData.awt_depth 0 +AwtGraphicsConfigData.awt_cmap 8 +AwtGraphicsConfigData.awt_visInfo 16 +AwtGraphicsConfigData.awt_num_colors 80 +AwtGraphicsConfigData.awtImage 88 +AwtGraphicsConfigData.AwtColorMatch 96 +AwtGraphicsConfigData.monoImage 104 +AwtGraphicsConfigData.monoPixmap 112 +AwtGraphicsConfigData.monoPixmapWidth 120 +AwtGraphicsConfigData.monoPixmapHeight 124 +AwtGraphicsConfigData.monoPixmapGC 128 +AwtGraphicsConfigData.pixelStride 136 +AwtGraphicsConfigData.color_data 144 +AwtGraphicsConfigData.glxInfo 152 +AwtGraphicsConfigData 160 +XIMText.length 0 +XIMText.feedback 8 +XIMText.encoding_is_wchar 16 +XIMText.string 24 +XIMText 32 --- icedtea-java7-7~b24-1.5.orig/generated/sun/awt/X11/generator/sizer.64.c +++ icedtea-java7-7~b24-1.5/generated/sun/awt/X11/generator/sizer.64.c @@ -0,0 +1,1009 @@ +/* This file is an automatically generated file, please do not edit this file, modify the XlibParser.java file instead !*/ + +#include +#include +#include +#include +#include + +#include +#include "awt_p.h" +#include "color.h" +#include "colordata.h" + +typedef struct + +{ + + unsigned long flags; + + unsigned long functions; + + unsigned long decorations; + + long inputMode; + + unsigned long status; + +} PropMwmHints; + + + +int main(){ +Screen temp0; + +XMapRequestEvent temp1; + +AwtScreenData temp2; + +XIMPreeditCaretCallbackStruct temp3; + +XTimeCoord temp4; + +XWindowChanges temp5; + +XSelectionClearEvent temp6; + +XKeyboardControl temp7; + +XIMStatusDrawCallbackStruct temp8; + +XOMCharSetList temp9; + +XOMFontInfo temp10; + +XIMStringConversionCallbackStruct temp11; + +XCirculateEvent temp12; + +XIMHotKeyTrigger temp13; + +XExtData temp14; + +XTextProperty temp15; + +XColor temp16; + +XGraphicsExposeEvent temp17; + +XStandardColormap temp18; + +XPropertyEvent temp19; + +ColorEntry temp20; + +XResizeRequestEvent temp21; + +XFontStruct temp22; + +XNoExposeEvent temp23; + +XErrorEvent temp24; + +XArc temp25; + +XSelectionEvent temp26; + +XVisibilityEvent temp27; + +XFontProp temp28; + +XTextItem16 temp29; + +XIMPreeditDrawCallbackStruct temp30; + +XRectangle temp31; + +PropMwmHints temp32; + +XConfigureEvent temp33; + +XClientMessageEvent temp34; + +XIconSize temp35; + +XSegment temp36; + +XPoint temp37; + +XIMStringConversionText temp38; + +XPixmapFormatValues temp39; + +XExposeEvent temp40; + +XIMStyles temp41; + +XSizeHints temp42; + +XMappingEvent temp43; + +XClassHint temp44; + +XmbTextItem temp45; + +XWindowAttributes temp46; + +XSetWindowAttributes temp47; + +XOMOrientation temp48; + +Visual temp49; + +XGravityEvent temp50; + +XReparentEvent temp51; + +XCirculateRequestEvent temp52; + +XKeyEvent temp53; + +XCharStruct temp54; + +XModifierKeymap temp55; + +XTextItem temp56; + +XdbeSwapInfo temp57; + +XImage temp58; + +XChar2b temp59; + +XwcTextItem temp60; + +XUnmapEvent temp61; + +awtImageData temp62; + +XGCValues temp63; + +XFocusChangeEvent temp64; + +XMapEvent temp65; + +XIMHotKeyTriggers temp66; + +XKeyboardState temp67; + +XMotionEvent temp68; + +XIMPreeditStateNotifyCallbackStruct temp69; + +XAnyEvent temp70; + +XIMCallback temp71; + +XVisualInfo temp72; + +XCreateWindowEvent temp73; + +XIMValuesList temp74; + +XKeymapEvent temp75; + +XButtonEvent temp76; + +XWMHints temp77; + +ScreenFormat temp78; + +XCrossingEvent temp79; + +XConfigureRequestEvent temp80; + +XSelectionRequestEvent temp81; + +XFontSetExtents temp82; + +XExtCodes temp83; + +XHostAddress temp84; + +ColorData temp85; + +XColormapEvent temp86; + +Depth temp87; + +XEvent temp88; + +XDestroyWindowEvent temp89; + +XComposeStatus temp90; + +AwtGraphicsConfigData temp91; + +XIMText temp92; + +printf("long %d\n",(int)sizeof(long)); +printf("int %d\n",(int)sizeof(int)); +printf("short %d\n",(int)sizeof(short)); +printf("ptr %d\n",(int)sizeof(void *)); +printf("Bool %d\n",(int)sizeof(Bool)); +printf("Atom %d\n",(int)sizeof(Atom)); +printf("Window %d\n",(int)sizeof(Window)); +printf("Screen.ext_data %d\n",(int)((unsigned long ) &temp0.ext_data- (unsigned long ) &temp0) ); +printf("Screen.display %d\n",(int)((unsigned long ) &temp0.display- (unsigned long ) &temp0) ); +printf("Screen.root %d\n",(int)((unsigned long ) &temp0.root- (unsigned long ) &temp0) ); +printf("Screen.width %d\n",(int)((unsigned long ) &temp0.width- (unsigned long ) &temp0) ); +printf("Screen.height %d\n",(int)((unsigned long ) &temp0.height- (unsigned long ) &temp0) ); +printf("Screen.mwidth %d\n",(int)((unsigned long ) &temp0.mwidth- (unsigned long ) &temp0) ); +printf("Screen.mheight %d\n",(int)((unsigned long ) &temp0.mheight- (unsigned long ) &temp0) ); +printf("Screen.ndepths %d\n",(int)((unsigned long ) &temp0.ndepths- (unsigned long ) &temp0) ); +printf("Screen.depths %d\n",(int)((unsigned long ) &temp0.depths- (unsigned long ) &temp0) ); +printf("Screen.root_depth %d\n",(int)((unsigned long ) &temp0.root_depth- (unsigned long ) &temp0) ); +printf("Screen.root_visual %d\n",(int)((unsigned long ) &temp0.root_visual- (unsigned long ) &temp0) ); +printf("Screen.default_gc %d\n",(int)((unsigned long ) &temp0.default_gc- (unsigned long ) &temp0) ); +printf("Screen.cmap %d\n",(int)((unsigned long ) &temp0.cmap- (unsigned long ) &temp0) ); +printf("Screen.white_pixel %d\n",(int)((unsigned long ) &temp0.white_pixel- (unsigned long ) &temp0) ); +printf("Screen.black_pixel %d\n",(int)((unsigned long ) &temp0.black_pixel- (unsigned long ) &temp0) ); +printf("Screen.max_maps %d\n",(int)((unsigned long ) &temp0.max_maps- (unsigned long ) &temp0) ); +printf("Screen.min_maps %d\n",(int)((unsigned long ) &temp0.min_maps- (unsigned long ) &temp0) ); +printf("Screen.backing_store %d\n",(int)((unsigned long ) &temp0.backing_store- (unsigned long ) &temp0) ); +printf("Screen.save_unders %d\n",(int)((unsigned long ) &temp0.save_unders- (unsigned long ) &temp0) ); +printf("Screen.root_input_mask %d\n",(int)((unsigned long ) &temp0.root_input_mask- (unsigned long ) &temp0) ); +printf("Screen %d\n",(int)sizeof(temp0)); +printf("XMapRequestEvent.type %d\n",(int)((unsigned long ) &temp1.type- (unsigned long ) &temp1) ); +printf("XMapRequestEvent.serial %d\n",(int)((unsigned long ) &temp1.serial- (unsigned long ) &temp1) ); +printf("XMapRequestEvent.send_event %d\n",(int)((unsigned long ) &temp1.send_event- (unsigned long ) &temp1) ); +printf("XMapRequestEvent.display %d\n",(int)((unsigned long ) &temp1.display- (unsigned long ) &temp1) ); +printf("XMapRequestEvent.parent %d\n",(int)((unsigned long ) &temp1.parent- (unsigned long ) &temp1) ); +printf("XMapRequestEvent.window %d\n",(int)((unsigned long ) &temp1.window- (unsigned long ) &temp1) ); +printf("XMapRequestEvent %d\n",(int)sizeof(temp1)); +printf("AwtScreenData.numConfigs %d\n",(int)((unsigned long ) &temp2.numConfigs- (unsigned long ) &temp2) ); +printf("AwtScreenData.root %d\n",(int)((unsigned long ) &temp2.root- (unsigned long ) &temp2) ); +printf("AwtScreenData.whitepixel %d\n",(int)((unsigned long ) &temp2.whitepixel- (unsigned long ) &temp2) ); +printf("AwtScreenData.blackpixel %d\n",(int)((unsigned long ) &temp2.blackpixel- (unsigned long ) &temp2) ); +printf("AwtScreenData.defaultConfig %d\n",(int)((unsigned long ) &temp2.defaultConfig- (unsigned long ) &temp2) ); +printf("AwtScreenData.configs %d\n",(int)((unsigned long ) &temp2.configs- (unsigned long ) &temp2) ); +printf("AwtScreenData %d\n",(int)sizeof(temp2)); +printf("XIMPreeditCaretCallbackStruct.position %d\n",(int)((unsigned long ) &temp3.position- (unsigned long ) &temp3) ); +printf("XIMPreeditCaretCallbackStruct.direction %d\n",(int)((unsigned long ) &temp3.direction- (unsigned long ) &temp3) ); +printf("XIMPreeditCaretCallbackStruct.style %d\n",(int)((unsigned long ) &temp3.style- (unsigned long ) &temp3) ); +printf("XIMPreeditCaretCallbackStruct %d\n",(int)sizeof(temp3)); +printf("XTimeCoord.time %d\n",(int)((unsigned long ) &temp4.time- (unsigned long ) &temp4) ); +printf("XTimeCoord.x %d\n",(int)((unsigned long ) &temp4.x- (unsigned long ) &temp4) ); +printf("XTimeCoord.y %d\n",(int)((unsigned long ) &temp4.y- (unsigned long ) &temp4) ); +printf("XTimeCoord %d\n",(int)sizeof(temp4)); +printf("XWindowChanges.x %d\n",(int)((unsigned long ) &temp5.x- (unsigned long ) &temp5) ); +printf("XWindowChanges.y %d\n",(int)((unsigned long ) &temp5.y- (unsigned long ) &temp5) ); +printf("XWindowChanges.width %d\n",(int)((unsigned long ) &temp5.width- (unsigned long ) &temp5) ); +printf("XWindowChanges.height %d\n",(int)((unsigned long ) &temp5.height- (unsigned long ) &temp5) ); +printf("XWindowChanges.border_width %d\n",(int)((unsigned long ) &temp5.border_width- (unsigned long ) &temp5) ); +printf("XWindowChanges.sibling %d\n",(int)((unsigned long ) &temp5.sibling- (unsigned long ) &temp5) ); +printf("XWindowChanges.stack_mode %d\n",(int)((unsigned long ) &temp5.stack_mode- (unsigned long ) &temp5) ); +printf("XWindowChanges %d\n",(int)sizeof(temp5)); +printf("XSelectionClearEvent.type %d\n",(int)((unsigned long ) &temp6.type- (unsigned long ) &temp6) ); +printf("XSelectionClearEvent.serial %d\n",(int)((unsigned long ) &temp6.serial- (unsigned long ) &temp6) ); +printf("XSelectionClearEvent.send_event %d\n",(int)((unsigned long ) &temp6.send_event- (unsigned long ) &temp6) ); +printf("XSelectionClearEvent.display %d\n",(int)((unsigned long ) &temp6.display- (unsigned long ) &temp6) ); +printf("XSelectionClearEvent.window %d\n",(int)((unsigned long ) &temp6.window- (unsigned long ) &temp6) ); +printf("XSelectionClearEvent.selection %d\n",(int)((unsigned long ) &temp6.selection- (unsigned long ) &temp6) ); +printf("XSelectionClearEvent.time %d\n",(int)((unsigned long ) &temp6.time- (unsigned long ) &temp6) ); +printf("XSelectionClearEvent %d\n",(int)sizeof(temp6)); +printf("XKeyboardControl.key_click_percent %d\n",(int)((unsigned long ) &temp7.key_click_percent- (unsigned long ) &temp7) ); +printf("XKeyboardControl.bell_percent %d\n",(int)((unsigned long ) &temp7.bell_percent- (unsigned long ) &temp7) ); +printf("XKeyboardControl.bell_pitch %d\n",(int)((unsigned long ) &temp7.bell_pitch- (unsigned long ) &temp7) ); +printf("XKeyboardControl.bell_duration %d\n",(int)((unsigned long ) &temp7.bell_duration- (unsigned long ) &temp7) ); +printf("XKeyboardControl.led %d\n",(int)((unsigned long ) &temp7.led- (unsigned long ) &temp7) ); +printf("XKeyboardControl.led_mode %d\n",(int)((unsigned long ) &temp7.led_mode- (unsigned long ) &temp7) ); +printf("XKeyboardControl.key %d\n",(int)((unsigned long ) &temp7.key- (unsigned long ) &temp7) ); +printf("XKeyboardControl.auto_repeat_mode %d\n",(int)((unsigned long ) &temp7.auto_repeat_mode- (unsigned long ) &temp7) ); +printf("XKeyboardControl %d\n",(int)sizeof(temp7)); +printf("XIMStatusDrawCallbackStruct.type %d\n",(int)((unsigned long ) &temp8.type- (unsigned long ) &temp8) ); +printf("XIMStatusDrawCallbackStruct.data %d\n",(int)((unsigned long ) &temp8.data- (unsigned long ) &temp8) ); +printf("XIMStatusDrawCallbackStruct %d\n",(int)sizeof(temp8)); +printf("XOMCharSetList.charset_count %d\n",(int)((unsigned long ) &temp9.charset_count- (unsigned long ) &temp9) ); +printf("XOMCharSetList.charset_list %d\n",(int)((unsigned long ) &temp9.charset_list- (unsigned long ) &temp9) ); +printf("XOMCharSetList %d\n",(int)sizeof(temp9)); +printf("XOMFontInfo.num_font %d\n",(int)((unsigned long ) &temp10.num_font- (unsigned long ) &temp10) ); +printf("XOMFontInfo.font_struct_list %d\n",(int)((unsigned long ) &temp10.font_struct_list- (unsigned long ) &temp10) ); +printf("XOMFontInfo.font_name_list %d\n",(int)((unsigned long ) &temp10.font_name_list- (unsigned long ) &temp10) ); +printf("XOMFontInfo %d\n",(int)sizeof(temp10)); +printf("XIMStringConversionCallbackStruct.position %d\n",(int)((unsigned long ) &temp11.position- (unsigned long ) &temp11) ); +printf("XIMStringConversionCallbackStruct.direction %d\n",(int)((unsigned long ) &temp11.direction- (unsigned long ) &temp11) ); +printf("XIMStringConversionCallbackStruct.operation %d\n",(int)((unsigned long ) &temp11.operation- (unsigned long ) &temp11) ); +printf("XIMStringConversionCallbackStruct.factor %d\n",(int)((unsigned long ) &temp11.factor- (unsigned long ) &temp11) ); +printf("XIMStringConversionCallbackStruct.text %d\n",(int)((unsigned long ) &temp11.text- (unsigned long ) &temp11) ); +printf("XIMStringConversionCallbackStruct %d\n",(int)sizeof(temp11)); +printf("XCirculateEvent.type %d\n",(int)((unsigned long ) &temp12.type- (unsigned long ) &temp12) ); +printf("XCirculateEvent.serial %d\n",(int)((unsigned long ) &temp12.serial- (unsigned long ) &temp12) ); +printf("XCirculateEvent.send_event %d\n",(int)((unsigned long ) &temp12.send_event- (unsigned long ) &temp12) ); +printf("XCirculateEvent.display %d\n",(int)((unsigned long ) &temp12.display- (unsigned long ) &temp12) ); +printf("XCirculateEvent.event %d\n",(int)((unsigned long ) &temp12.event- (unsigned long ) &temp12) ); +printf("XCirculateEvent.window %d\n",(int)((unsigned long ) &temp12.window- (unsigned long ) &temp12) ); +printf("XCirculateEvent.place %d\n",(int)((unsigned long ) &temp12.place- (unsigned long ) &temp12) ); +printf("XCirculateEvent %d\n",(int)sizeof(temp12)); +printf("XIMHotKeyTrigger.keysym %d\n",(int)((unsigned long ) &temp13.keysym- (unsigned long ) &temp13) ); +printf("XIMHotKeyTrigger.modifier %d\n",(int)((unsigned long ) &temp13.modifier- (unsigned long ) &temp13) ); +printf("XIMHotKeyTrigger.modifier_mask %d\n",(int)((unsigned long ) &temp13.modifier_mask- (unsigned long ) &temp13) ); +printf("XIMHotKeyTrigger %d\n",(int)sizeof(temp13)); +printf("XExtData.number %d\n",(int)((unsigned long ) &temp14.number- (unsigned long ) &temp14) ); +printf("XExtData.next %d\n",(int)((unsigned long ) &temp14.next- (unsigned long ) &temp14) ); +printf("XExtData.free_private %d\n",(int)((unsigned long ) &temp14.free_private- (unsigned long ) &temp14) ); +printf("XExtData.private_data %d\n",(int)((unsigned long ) &temp14.private_data- (unsigned long ) &temp14) ); +printf("XExtData %d\n",(int)sizeof(temp14)); +printf("XTextProperty.value %d\n",(int)((unsigned long ) &temp15.value- (unsigned long ) &temp15) ); +printf("XTextProperty.encoding %d\n",(int)((unsigned long ) &temp15.encoding- (unsigned long ) &temp15) ); +printf("XTextProperty.format %d\n",(int)((unsigned long ) &temp15.format- (unsigned long ) &temp15) ); +printf("XTextProperty.nitems %d\n",(int)((unsigned long ) &temp15.nitems- (unsigned long ) &temp15) ); +printf("XTextProperty %d\n",(int)sizeof(temp15)); +printf("XColor.pixel %d\n",(int)((unsigned long ) &temp16.pixel- (unsigned long ) &temp16) ); +printf("XColor.red %d\n",(int)((unsigned long ) &temp16.red- (unsigned long ) &temp16) ); +printf("XColor.green %d\n",(int)((unsigned long ) &temp16.green- (unsigned long ) &temp16) ); +printf("XColor.blue %d\n",(int)((unsigned long ) &temp16.blue- (unsigned long ) &temp16) ); +printf("XColor.flags %d\n",(int)((unsigned long ) &temp16.flags- (unsigned long ) &temp16) ); +printf("XColor.pad %d\n",(int)((unsigned long ) &temp16.pad- (unsigned long ) &temp16) ); +printf("XColor %d\n",(int)sizeof(temp16)); +printf("XGraphicsExposeEvent.type %d\n",(int)((unsigned long ) &temp17.type- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent.serial %d\n",(int)((unsigned long ) &temp17.serial- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent.send_event %d\n",(int)((unsigned long ) &temp17.send_event- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent.display %d\n",(int)((unsigned long ) &temp17.display- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent.drawable %d\n",(int)((unsigned long ) &temp17.drawable- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent.x %d\n",(int)((unsigned long ) &temp17.x- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent.y %d\n",(int)((unsigned long ) &temp17.y- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent.width %d\n",(int)((unsigned long ) &temp17.width- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent.height %d\n",(int)((unsigned long ) &temp17.height- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent.count %d\n",(int)((unsigned long ) &temp17.count- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent.major_code %d\n",(int)((unsigned long ) &temp17.major_code- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent.minor_code %d\n",(int)((unsigned long ) &temp17.minor_code- (unsigned long ) &temp17) ); +printf("XGraphicsExposeEvent %d\n",(int)sizeof(temp17)); +printf("XStandardColormap.colormap %d\n",(int)((unsigned long ) &temp18.colormap- (unsigned long ) &temp18) ); +printf("XStandardColormap.red_max %d\n",(int)((unsigned long ) &temp18.red_max- (unsigned long ) &temp18) ); +printf("XStandardColormap.red_mult %d\n",(int)((unsigned long ) &temp18.red_mult- (unsigned long ) &temp18) ); +printf("XStandardColormap.green_max %d\n",(int)((unsigned long ) &temp18.green_max- (unsigned long ) &temp18) ); +printf("XStandardColormap.green_mult %d\n",(int)((unsigned long ) &temp18.green_mult- (unsigned long ) &temp18) ); +printf("XStandardColormap.blue_max %d\n",(int)((unsigned long ) &temp18.blue_max- (unsigned long ) &temp18) ); +printf("XStandardColormap.blue_mult %d\n",(int)((unsigned long ) &temp18.blue_mult- (unsigned long ) &temp18) ); +printf("XStandardColormap.base_pixel %d\n",(int)((unsigned long ) &temp18.base_pixel- (unsigned long ) &temp18) ); +printf("XStandardColormap.visualid %d\n",(int)((unsigned long ) &temp18.visualid- (unsigned long ) &temp18) ); +printf("XStandardColormap.killid %d\n",(int)((unsigned long ) &temp18.killid- (unsigned long ) &temp18) ); +printf("XStandardColormap %d\n",(int)sizeof(temp18)); +printf("XPropertyEvent.type %d\n",(int)((unsigned long ) &temp19.type- (unsigned long ) &temp19) ); +printf("XPropertyEvent.serial %d\n",(int)((unsigned long ) &temp19.serial- (unsigned long ) &temp19) ); +printf("XPropertyEvent.send_event %d\n",(int)((unsigned long ) &temp19.send_event- (unsigned long ) &temp19) ); +printf("XPropertyEvent.display %d\n",(int)((unsigned long ) &temp19.display- (unsigned long ) &temp19) ); +printf("XPropertyEvent.window %d\n",(int)((unsigned long ) &temp19.window- (unsigned long ) &temp19) ); +printf("XPropertyEvent.atom %d\n",(int)((unsigned long ) &temp19.atom- (unsigned long ) &temp19) ); +printf("XPropertyEvent.time %d\n",(int)((unsigned long ) &temp19.time- (unsigned long ) &temp19) ); +printf("XPropertyEvent.state %d\n",(int)((unsigned long ) &temp19.state- (unsigned long ) &temp19) ); +printf("XPropertyEvent %d\n",(int)sizeof(temp19)); +printf("ColorEntry.r %d\n",(int)((unsigned long ) &temp20.r- (unsigned long ) &temp20) ); +printf("ColorEntry.g %d\n",(int)((unsigned long ) &temp20.g- (unsigned long ) &temp20) ); +printf("ColorEntry.b %d\n",(int)((unsigned long ) &temp20.b- (unsigned long ) &temp20) ); +printf("ColorEntry.flags %d\n",(int)((unsigned long ) &temp20.flags- (unsigned long ) &temp20) ); +printf("ColorEntry %d\n",(int)sizeof(temp20)); +printf("XResizeRequestEvent.type %d\n",(int)((unsigned long ) &temp21.type- (unsigned long ) &temp21) ); +printf("XResizeRequestEvent.serial %d\n",(int)((unsigned long ) &temp21.serial- (unsigned long ) &temp21) ); +printf("XResizeRequestEvent.send_event %d\n",(int)((unsigned long ) &temp21.send_event- (unsigned long ) &temp21) ); +printf("XResizeRequestEvent.display %d\n",(int)((unsigned long ) &temp21.display- (unsigned long ) &temp21) ); +printf("XResizeRequestEvent.window %d\n",(int)((unsigned long ) &temp21.window- (unsigned long ) &temp21) ); +printf("XResizeRequestEvent.width %d\n",(int)((unsigned long ) &temp21.width- (unsigned long ) &temp21) ); +printf("XResizeRequestEvent.height %d\n",(int)((unsigned long ) &temp21.height- (unsigned long ) &temp21) ); +printf("XResizeRequestEvent %d\n",(int)sizeof(temp21)); +printf("XFontStruct.ext_data %d\n",(int)((unsigned long ) &temp22.ext_data- (unsigned long ) &temp22) ); +printf("XFontStruct.fid %d\n",(int)((unsigned long ) &temp22.fid- (unsigned long ) &temp22) ); +printf("XFontStruct.direction %d\n",(int)((unsigned long ) &temp22.direction- (unsigned long ) &temp22) ); +printf("XFontStruct.min_char_or_byte2 %d\n",(int)((unsigned long ) &temp22.min_char_or_byte2- (unsigned long ) &temp22) ); +printf("XFontStruct.max_char_or_byte2 %d\n",(int)((unsigned long ) &temp22.max_char_or_byte2- (unsigned long ) &temp22) ); +printf("XFontStruct.min_byte1 %d\n",(int)((unsigned long ) &temp22.min_byte1- (unsigned long ) &temp22) ); +printf("XFontStruct.max_byte1 %d\n",(int)((unsigned long ) &temp22.max_byte1- (unsigned long ) &temp22) ); +printf("XFontStruct.all_chars_exist %d\n",(int)((unsigned long ) &temp22.all_chars_exist- (unsigned long ) &temp22) ); +printf("XFontStruct.n_properties %d\n",(int)((unsigned long ) &temp22.n_properties- (unsigned long ) &temp22) ); +printf("XFontStruct.properties %d\n",(int)((unsigned long ) &temp22.properties- (unsigned long ) &temp22) ); +printf("XFontStruct.min_bounds %d\n",(int)((unsigned long ) &temp22.min_bounds- (unsigned long ) &temp22) ); +printf("XFontStruct.max_bounds %d\n",(int)((unsigned long ) &temp22.max_bounds- (unsigned long ) &temp22) ); +printf("XFontStruct.per_char %d\n",(int)((unsigned long ) &temp22.per_char- (unsigned long ) &temp22) ); +printf("XFontStruct.ascent %d\n",(int)((unsigned long ) &temp22.ascent- (unsigned long ) &temp22) ); +printf("XFontStruct.descent %d\n",(int)((unsigned long ) &temp22.descent- (unsigned long ) &temp22) ); +printf("XFontStruct %d\n",(int)sizeof(temp22)); +printf("XNoExposeEvent.type %d\n",(int)((unsigned long ) &temp23.type- (unsigned long ) &temp23) ); +printf("XNoExposeEvent.serial %d\n",(int)((unsigned long ) &temp23.serial- (unsigned long ) &temp23) ); +printf("XNoExposeEvent.send_event %d\n",(int)((unsigned long ) &temp23.send_event- (unsigned long ) &temp23) ); +printf("XNoExposeEvent.display %d\n",(int)((unsigned long ) &temp23.display- (unsigned long ) &temp23) ); +printf("XNoExposeEvent.drawable %d\n",(int)((unsigned long ) &temp23.drawable- (unsigned long ) &temp23) ); +printf("XNoExposeEvent.major_code %d\n",(int)((unsigned long ) &temp23.major_code- (unsigned long ) &temp23) ); +printf("XNoExposeEvent.minor_code %d\n",(int)((unsigned long ) &temp23.minor_code- (unsigned long ) &temp23) ); +printf("XNoExposeEvent %d\n",(int)sizeof(temp23)); +printf("XErrorEvent.type %d\n",(int)((unsigned long ) &temp24.type- (unsigned long ) &temp24) ); +printf("XErrorEvent.display %d\n",(int)((unsigned long ) &temp24.display- (unsigned long ) &temp24) ); +printf("XErrorEvent.resourceid %d\n",(int)((unsigned long ) &temp24.resourceid- (unsigned long ) &temp24) ); +printf("XErrorEvent.serial %d\n",(int)((unsigned long ) &temp24.serial- (unsigned long ) &temp24) ); +printf("XErrorEvent.error_code %d\n",(int)((unsigned long ) &temp24.error_code- (unsigned long ) &temp24) ); +printf("XErrorEvent.request_code %d\n",(int)((unsigned long ) &temp24.request_code- (unsigned long ) &temp24) ); +printf("XErrorEvent.minor_code %d\n",(int)((unsigned long ) &temp24.minor_code- (unsigned long ) &temp24) ); +printf("XErrorEvent %d\n",(int)sizeof(temp24)); +printf("XArc.x %d\n",(int)((unsigned long ) &temp25.x- (unsigned long ) &temp25) ); +printf("XArc.y %d\n",(int)((unsigned long ) &temp25.y- (unsigned long ) &temp25) ); +printf("XArc.width %d\n",(int)((unsigned long ) &temp25.width- (unsigned long ) &temp25) ); +printf("XArc.height %d\n",(int)((unsigned long ) &temp25.height- (unsigned long ) &temp25) ); +printf("XArc.angle1 %d\n",(int)((unsigned long ) &temp25.angle1- (unsigned long ) &temp25) ); +printf("XArc.angle2 %d\n",(int)((unsigned long ) &temp25.angle2- (unsigned long ) &temp25) ); +printf("XArc %d\n",(int)sizeof(temp25)); +printf("XSelectionEvent.type %d\n",(int)((unsigned long ) &temp26.type- (unsigned long ) &temp26) ); +printf("XSelectionEvent.serial %d\n",(int)((unsigned long ) &temp26.serial- (unsigned long ) &temp26) ); +printf("XSelectionEvent.send_event %d\n",(int)((unsigned long ) &temp26.send_event- (unsigned long ) &temp26) ); +printf("XSelectionEvent.display %d\n",(int)((unsigned long ) &temp26.display- (unsigned long ) &temp26) ); +printf("XSelectionEvent.requestor %d\n",(int)((unsigned long ) &temp26.requestor- (unsigned long ) &temp26) ); +printf("XSelectionEvent.selection %d\n",(int)((unsigned long ) &temp26.selection- (unsigned long ) &temp26) ); +printf("XSelectionEvent.target %d\n",(int)((unsigned long ) &temp26.target- (unsigned long ) &temp26) ); +printf("XSelectionEvent.property %d\n",(int)((unsigned long ) &temp26.property- (unsigned long ) &temp26) ); +printf("XSelectionEvent.time %d\n",(int)((unsigned long ) &temp26.time- (unsigned long ) &temp26) ); +printf("XSelectionEvent %d\n",(int)sizeof(temp26)); +printf("XVisibilityEvent.type %d\n",(int)((unsigned long ) &temp27.type- (unsigned long ) &temp27) ); +printf("XVisibilityEvent.serial %d\n",(int)((unsigned long ) &temp27.serial- (unsigned long ) &temp27) ); +printf("XVisibilityEvent.send_event %d\n",(int)((unsigned long ) &temp27.send_event- (unsigned long ) &temp27) ); +printf("XVisibilityEvent.display %d\n",(int)((unsigned long ) &temp27.display- (unsigned long ) &temp27) ); +printf("XVisibilityEvent.window %d\n",(int)((unsigned long ) &temp27.window- (unsigned long ) &temp27) ); +printf("XVisibilityEvent.state %d\n",(int)((unsigned long ) &temp27.state- (unsigned long ) &temp27) ); +printf("XVisibilityEvent %d\n",(int)sizeof(temp27)); +printf("XFontProp.name %d\n",(int)((unsigned long ) &temp28.name- (unsigned long ) &temp28) ); +printf("XFontProp.card32 %d\n",(int)((unsigned long ) &temp28.card32- (unsigned long ) &temp28) ); +printf("XFontProp %d\n",(int)sizeof(temp28)); +printf("XTextItem16.chars %d\n",(int)((unsigned long ) &temp29.chars- (unsigned long ) &temp29) ); +printf("XTextItem16.nchars %d\n",(int)((unsigned long ) &temp29.nchars- (unsigned long ) &temp29) ); +printf("XTextItem16.delta %d\n",(int)((unsigned long ) &temp29.delta- (unsigned long ) &temp29) ); +printf("XTextItem16.font %d\n",(int)((unsigned long ) &temp29.font- (unsigned long ) &temp29) ); +printf("XTextItem16 %d\n",(int)sizeof(temp29)); +printf("XIMPreeditDrawCallbackStruct.caret %d\n",(int)((unsigned long ) &temp30.caret- (unsigned long ) &temp30) ); +printf("XIMPreeditDrawCallbackStruct.chg_first %d\n",(int)((unsigned long ) &temp30.chg_first- (unsigned long ) &temp30) ); +printf("XIMPreeditDrawCallbackStruct.chg_length %d\n",(int)((unsigned long ) &temp30.chg_length- (unsigned long ) &temp30) ); +printf("XIMPreeditDrawCallbackStruct.text %d\n",(int)((unsigned long ) &temp30.text- (unsigned long ) &temp30) ); +printf("XIMPreeditDrawCallbackStruct %d\n",(int)sizeof(temp30)); +printf("XRectangle.x %d\n",(int)((unsigned long ) &temp31.x- (unsigned long ) &temp31) ); +printf("XRectangle.y %d\n",(int)((unsigned long ) &temp31.y- (unsigned long ) &temp31) ); +printf("XRectangle.width %d\n",(int)((unsigned long ) &temp31.width- (unsigned long ) &temp31) ); +printf("XRectangle.height %d\n",(int)((unsigned long ) &temp31.height- (unsigned long ) &temp31) ); +printf("XRectangle %d\n",(int)sizeof(temp31)); +printf("PropMwmHints.flags %d\n",(int)((unsigned long ) &temp32.flags- (unsigned long ) &temp32) ); +printf("PropMwmHints.functions %d\n",(int)((unsigned long ) &temp32.functions- (unsigned long ) &temp32) ); +printf("PropMwmHints.decorations %d\n",(int)((unsigned long ) &temp32.decorations- (unsigned long ) &temp32) ); +printf("PropMwmHints.inputMode %d\n",(int)((unsigned long ) &temp32.inputMode- (unsigned long ) &temp32) ); +printf("PropMwmHints.status %d\n",(int)((unsigned long ) &temp32.status- (unsigned long ) &temp32) ); +printf("PropMwmHints %d\n",(int)sizeof(temp32)); +printf("XConfigureEvent.type %d\n",(int)((unsigned long ) &temp33.type- (unsigned long ) &temp33) ); +printf("XConfigureEvent.serial %d\n",(int)((unsigned long ) &temp33.serial- (unsigned long ) &temp33) ); +printf("XConfigureEvent.send_event %d\n",(int)((unsigned long ) &temp33.send_event- (unsigned long ) &temp33) ); +printf("XConfigureEvent.display %d\n",(int)((unsigned long ) &temp33.display- (unsigned long ) &temp33) ); +printf("XConfigureEvent.event %d\n",(int)((unsigned long ) &temp33.event- (unsigned long ) &temp33) ); +printf("XConfigureEvent.window %d\n",(int)((unsigned long ) &temp33.window- (unsigned long ) &temp33) ); +printf("XConfigureEvent.x %d\n",(int)((unsigned long ) &temp33.x- (unsigned long ) &temp33) ); +printf("XConfigureEvent.y %d\n",(int)((unsigned long ) &temp33.y- (unsigned long ) &temp33) ); +printf("XConfigureEvent.width %d\n",(int)((unsigned long ) &temp33.width- (unsigned long ) &temp33) ); +printf("XConfigureEvent.height %d\n",(int)((unsigned long ) &temp33.height- (unsigned long ) &temp33) ); +printf("XConfigureEvent.border_width %d\n",(int)((unsigned long ) &temp33.border_width- (unsigned long ) &temp33) ); +printf("XConfigureEvent.above %d\n",(int)((unsigned long ) &temp33.above- (unsigned long ) &temp33) ); +printf("XConfigureEvent.override_redirect %d\n",(int)((unsigned long ) &temp33.override_redirect- (unsigned long ) &temp33) ); +printf("XConfigureEvent %d\n",(int)sizeof(temp33)); +printf("XClientMessageEvent.type %d\n",(int)((unsigned long ) &temp34.type- (unsigned long ) &temp34) ); +printf("XClientMessageEvent.serial %d\n",(int)((unsigned long ) &temp34.serial- (unsigned long ) &temp34) ); +printf("XClientMessageEvent.send_event %d\n",(int)((unsigned long ) &temp34.send_event- (unsigned long ) &temp34) ); +printf("XClientMessageEvent.display %d\n",(int)((unsigned long ) &temp34.display- (unsigned long ) &temp34) ); +printf("XClientMessageEvent.window %d\n",(int)((unsigned long ) &temp34.window- (unsigned long ) &temp34) ); +printf("XClientMessageEvent.message_type %d\n",(int)((unsigned long ) &temp34.message_type- (unsigned long ) &temp34) ); +printf("XClientMessageEvent.format %d\n",(int)((unsigned long ) &temp34.format- (unsigned long ) &temp34) ); +printf("XClientMessageEvent.data %d\n",(int)((unsigned long ) &temp34.data- (unsigned long ) &temp34) ); +printf("XClientMessageEvent %d\n",(int)sizeof(temp34)); +printf("XIconSize.min_width %d\n",(int)((unsigned long ) &temp35.min_width- (unsigned long ) &temp35) ); +printf("XIconSize.min_height %d\n",(int)((unsigned long ) &temp35.min_height- (unsigned long ) &temp35) ); +printf("XIconSize.max_width %d\n",(int)((unsigned long ) &temp35.max_width- (unsigned long ) &temp35) ); +printf("XIconSize.max_height %d\n",(int)((unsigned long ) &temp35.max_height- (unsigned long ) &temp35) ); +printf("XIconSize.width_inc %d\n",(int)((unsigned long ) &temp35.width_inc- (unsigned long ) &temp35) ); +printf("XIconSize.height_inc %d\n",(int)((unsigned long ) &temp35.height_inc- (unsigned long ) &temp35) ); +printf("XIconSize %d\n",(int)sizeof(temp35)); +printf("XSegment.x1 %d\n",(int)((unsigned long ) &temp36.x1- (unsigned long ) &temp36) ); +printf("XSegment.y1 %d\n",(int)((unsigned long ) &temp36.y1- (unsigned long ) &temp36) ); +printf("XSegment.x2 %d\n",(int)((unsigned long ) &temp36.x2- (unsigned long ) &temp36) ); +printf("XSegment.y2 %d\n",(int)((unsigned long ) &temp36.y2- (unsigned long ) &temp36) ); +printf("XSegment %d\n",(int)sizeof(temp36)); +printf("XPoint.x %d\n",(int)((unsigned long ) &temp37.x- (unsigned long ) &temp37) ); +printf("XPoint.y %d\n",(int)((unsigned long ) &temp37.y- (unsigned long ) &temp37) ); +printf("XPoint %d\n",(int)sizeof(temp37)); +printf("XIMStringConversionText.length %d\n",(int)((unsigned long ) &temp38.length- (unsigned long ) &temp38) ); +printf("XIMStringConversionText.feedback %d\n",(int)((unsigned long ) &temp38.feedback- (unsigned long ) &temp38) ); +printf("XIMStringConversionText.encoding_is_wchar %d\n",(int)((unsigned long ) &temp38.encoding_is_wchar- (unsigned long ) &temp38) ); +printf("XIMStringConversionText.string %d\n",(int)((unsigned long ) &temp38.string- (unsigned long ) &temp38) ); +printf("XIMStringConversionText %d\n",(int)sizeof(temp38)); +printf("XPixmapFormatValues.depth %d\n",(int)((unsigned long ) &temp39.depth- (unsigned long ) &temp39) ); +printf("XPixmapFormatValues.bits_per_pixel %d\n",(int)((unsigned long ) &temp39.bits_per_pixel- (unsigned long ) &temp39) ); +printf("XPixmapFormatValues.scanline_pad %d\n",(int)((unsigned long ) &temp39.scanline_pad- (unsigned long ) &temp39) ); +printf("XPixmapFormatValues %d\n",(int)sizeof(temp39)); +printf("XExposeEvent.type %d\n",(int)((unsigned long ) &temp40.type- (unsigned long ) &temp40) ); +printf("XExposeEvent.serial %d\n",(int)((unsigned long ) &temp40.serial- (unsigned long ) &temp40) ); +printf("XExposeEvent.send_event %d\n",(int)((unsigned long ) &temp40.send_event- (unsigned long ) &temp40) ); +printf("XExposeEvent.display %d\n",(int)((unsigned long ) &temp40.display- (unsigned long ) &temp40) ); +printf("XExposeEvent.window %d\n",(int)((unsigned long ) &temp40.window- (unsigned long ) &temp40) ); +printf("XExposeEvent.x %d\n",(int)((unsigned long ) &temp40.x- (unsigned long ) &temp40) ); +printf("XExposeEvent.y %d\n",(int)((unsigned long ) &temp40.y- (unsigned long ) &temp40) ); +printf("XExposeEvent.width %d\n",(int)((unsigned long ) &temp40.width- (unsigned long ) &temp40) ); +printf("XExposeEvent.height %d\n",(int)((unsigned long ) &temp40.height- (unsigned long ) &temp40) ); +printf("XExposeEvent.count %d\n",(int)((unsigned long ) &temp40.count- (unsigned long ) &temp40) ); +printf("XExposeEvent %d\n",(int)sizeof(temp40)); +printf("XIMStyles.count_styles %d\n",(int)((unsigned long ) &temp41.count_styles- (unsigned long ) &temp41) ); +printf("XIMStyles.supported_styles %d\n",(int)((unsigned long ) &temp41.supported_styles- (unsigned long ) &temp41) ); +printf("XIMStyles %d\n",(int)sizeof(temp41)); +printf("XSizeHints.flags %d\n",(int)((unsigned long ) &temp42.flags- (unsigned long ) &temp42) ); +printf("XSizeHints.x %d\n",(int)((unsigned long ) &temp42.x- (unsigned long ) &temp42) ); +printf("XSizeHints.y %d\n",(int)((unsigned long ) &temp42.y- (unsigned long ) &temp42) ); +printf("XSizeHints.width %d\n",(int)((unsigned long ) &temp42.width- (unsigned long ) &temp42) ); +printf("XSizeHints.height %d\n",(int)((unsigned long ) &temp42.height- (unsigned long ) &temp42) ); +printf("XSizeHints.min_width %d\n",(int)((unsigned long ) &temp42.min_width- (unsigned long ) &temp42) ); +printf("XSizeHints.min_height %d\n",(int)((unsigned long ) &temp42.min_height- (unsigned long ) &temp42) ); +printf("XSizeHints.max_width %d\n",(int)((unsigned long ) &temp42.max_width- (unsigned long ) &temp42) ); +printf("XSizeHints.max_height %d\n",(int)((unsigned long ) &temp42.max_height- (unsigned long ) &temp42) ); +printf("XSizeHints.width_inc %d\n",(int)((unsigned long ) &temp42.width_inc- (unsigned long ) &temp42) ); +printf("XSizeHints.height_inc %d\n",(int)((unsigned long ) &temp42.height_inc- (unsigned long ) &temp42) ); +printf("XSizeHints.min_aspect.x %d\n",(int)((unsigned long ) &temp42.min_aspect.x- (unsigned long ) &temp42) ); +printf("XSizeHints.min_aspect.y %d\n",(int)((unsigned long ) &temp42.min_aspect.y- (unsigned long ) &temp42) ); +printf("XSizeHints.max_aspect.x %d\n",(int)((unsigned long ) &temp42.max_aspect.x- (unsigned long ) &temp42) ); +printf("XSizeHints.max_aspect.y %d\n",(int)((unsigned long ) &temp42.max_aspect.y- (unsigned long ) &temp42) ); +printf("XSizeHints.base_width %d\n",(int)((unsigned long ) &temp42.base_width- (unsigned long ) &temp42) ); +printf("XSizeHints.base_height %d\n",(int)((unsigned long ) &temp42.base_height- (unsigned long ) &temp42) ); +printf("XSizeHints.win_gravity %d\n",(int)((unsigned long ) &temp42.win_gravity- (unsigned long ) &temp42) ); +printf("XSizeHints %d\n",(int)sizeof(temp42)); +printf("XMappingEvent.type %d\n",(int)((unsigned long ) &temp43.type- (unsigned long ) &temp43) ); +printf("XMappingEvent.serial %d\n",(int)((unsigned long ) &temp43.serial- (unsigned long ) &temp43) ); +printf("XMappingEvent.send_event %d\n",(int)((unsigned long ) &temp43.send_event- (unsigned long ) &temp43) ); +printf("XMappingEvent.display %d\n",(int)((unsigned long ) &temp43.display- (unsigned long ) &temp43) ); +printf("XMappingEvent.window %d\n",(int)((unsigned long ) &temp43.window- (unsigned long ) &temp43) ); +printf("XMappingEvent.request %d\n",(int)((unsigned long ) &temp43.request- (unsigned long ) &temp43) ); +printf("XMappingEvent.first_keycode %d\n",(int)((unsigned long ) &temp43.first_keycode- (unsigned long ) &temp43) ); +printf("XMappingEvent.count %d\n",(int)((unsigned long ) &temp43.count- (unsigned long ) &temp43) ); +printf("XMappingEvent %d\n",(int)sizeof(temp43)); +printf("XClassHint.res_name %d\n",(int)((unsigned long ) &temp44.res_name- (unsigned long ) &temp44) ); +printf("XClassHint.res_class %d\n",(int)((unsigned long ) &temp44.res_class- (unsigned long ) &temp44) ); +printf("XClassHint %d\n",(int)sizeof(temp44)); +printf("XmbTextItem.chars %d\n",(int)((unsigned long ) &temp45.chars- (unsigned long ) &temp45) ); +printf("XmbTextItem.nchars %d\n",(int)((unsigned long ) &temp45.nchars- (unsigned long ) &temp45) ); +printf("XmbTextItem.delta %d\n",(int)((unsigned long ) &temp45.delta- (unsigned long ) &temp45) ); +printf("XmbTextItem.font_set %d\n",(int)((unsigned long ) &temp45.font_set- (unsigned long ) &temp45) ); +printf("XmbTextItem %d\n",(int)sizeof(temp45)); +printf("XWindowAttributes.x %d\n",(int)((unsigned long ) &temp46.x- (unsigned long ) &temp46) ); +printf("XWindowAttributes.y %d\n",(int)((unsigned long ) &temp46.y- (unsigned long ) &temp46) ); +printf("XWindowAttributes.width %d\n",(int)((unsigned long ) &temp46.width- (unsigned long ) &temp46) ); +printf("XWindowAttributes.height %d\n",(int)((unsigned long ) &temp46.height- (unsigned long ) &temp46) ); +printf("XWindowAttributes.border_width %d\n",(int)((unsigned long ) &temp46.border_width- (unsigned long ) &temp46) ); +printf("XWindowAttributes.depth %d\n",(int)((unsigned long ) &temp46.depth- (unsigned long ) &temp46) ); +printf("XWindowAttributes.visual %d\n",(int)((unsigned long ) &temp46.visual- (unsigned long ) &temp46) ); +printf("XWindowAttributes.root %d\n",(int)((unsigned long ) &temp46.root- (unsigned long ) &temp46) ); +printf("XWindowAttributes.class %d\n",(int)((unsigned long ) &temp46.class- (unsigned long ) &temp46) ); +printf("XWindowAttributes.bit_gravity %d\n",(int)((unsigned long ) &temp46.bit_gravity- (unsigned long ) &temp46) ); +printf("XWindowAttributes.win_gravity %d\n",(int)((unsigned long ) &temp46.win_gravity- (unsigned long ) &temp46) ); +printf("XWindowAttributes.backing_store %d\n",(int)((unsigned long ) &temp46.backing_store- (unsigned long ) &temp46) ); +printf("XWindowAttributes.backing_planes %d\n",(int)((unsigned long ) &temp46.backing_planes- (unsigned long ) &temp46) ); +printf("XWindowAttributes.backing_pixel %d\n",(int)((unsigned long ) &temp46.backing_pixel- (unsigned long ) &temp46) ); +printf("XWindowAttributes.save_under %d\n",(int)((unsigned long ) &temp46.save_under- (unsigned long ) &temp46) ); +printf("XWindowAttributes.colormap %d\n",(int)((unsigned long ) &temp46.colormap- (unsigned long ) &temp46) ); +printf("XWindowAttributes.map_installed %d\n",(int)((unsigned long ) &temp46.map_installed- (unsigned long ) &temp46) ); +printf("XWindowAttributes.map_state %d\n",(int)((unsigned long ) &temp46.map_state- (unsigned long ) &temp46) ); +printf("XWindowAttributes.all_event_masks %d\n",(int)((unsigned long ) &temp46.all_event_masks- (unsigned long ) &temp46) ); +printf("XWindowAttributes.your_event_mask %d\n",(int)((unsigned long ) &temp46.your_event_mask- (unsigned long ) &temp46) ); +printf("XWindowAttributes.do_not_propagate_mask %d\n",(int)((unsigned long ) &temp46.do_not_propagate_mask- (unsigned long ) &temp46) ); +printf("XWindowAttributes.override_redirect %d\n",(int)((unsigned long ) &temp46.override_redirect- (unsigned long ) &temp46) ); +printf("XWindowAttributes.screen %d\n",(int)((unsigned long ) &temp46.screen- (unsigned long ) &temp46) ); +printf("XWindowAttributes %d\n",(int)sizeof(temp46)); +printf("XSetWindowAttributes.background_pixmap %d\n",(int)((unsigned long ) &temp47.background_pixmap- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.background_pixel %d\n",(int)((unsigned long ) &temp47.background_pixel- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.border_pixmap %d\n",(int)((unsigned long ) &temp47.border_pixmap- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.border_pixel %d\n",(int)((unsigned long ) &temp47.border_pixel- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.bit_gravity %d\n",(int)((unsigned long ) &temp47.bit_gravity- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.win_gravity %d\n",(int)((unsigned long ) &temp47.win_gravity- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.backing_store %d\n",(int)((unsigned long ) &temp47.backing_store- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.backing_planes %d\n",(int)((unsigned long ) &temp47.backing_planes- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.backing_pixel %d\n",(int)((unsigned long ) &temp47.backing_pixel- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.save_under %d\n",(int)((unsigned long ) &temp47.save_under- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.event_mask %d\n",(int)((unsigned long ) &temp47.event_mask- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.do_not_propagate_mask %d\n",(int)((unsigned long ) &temp47.do_not_propagate_mask- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.override_redirect %d\n",(int)((unsigned long ) &temp47.override_redirect- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.colormap %d\n",(int)((unsigned long ) &temp47.colormap- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes.cursor %d\n",(int)((unsigned long ) &temp47.cursor- (unsigned long ) &temp47) ); +printf("XSetWindowAttributes %d\n",(int)sizeof(temp47)); +printf("XOMOrientation.num_orientation %d\n",(int)((unsigned long ) &temp48.num_orientation- (unsigned long ) &temp48) ); +printf("XOMOrientation.orientation %d\n",(int)((unsigned long ) &temp48.orientation- (unsigned long ) &temp48) ); +printf("XOMOrientation %d\n",(int)sizeof(temp48)); +printf("Visual.ext_data %d\n",(int)((unsigned long ) &temp49.ext_data- (unsigned long ) &temp49) ); +printf("Visual.visualid %d\n",(int)((unsigned long ) &temp49.visualid- (unsigned long ) &temp49) ); +printf("Visual.class %d\n",(int)((unsigned long ) &temp49.class- (unsigned long ) &temp49) ); +printf("Visual.red_mask %d\n",(int)((unsigned long ) &temp49.red_mask- (unsigned long ) &temp49) ); +printf("Visual.green_mask %d\n",(int)((unsigned long ) &temp49.green_mask- (unsigned long ) &temp49) ); +printf("Visual.blue_mask %d\n",(int)((unsigned long ) &temp49.blue_mask- (unsigned long ) &temp49) ); +printf("Visual.bits_per_rgb %d\n",(int)((unsigned long ) &temp49.bits_per_rgb- (unsigned long ) &temp49) ); +printf("Visual.map_entries %d\n",(int)((unsigned long ) &temp49.map_entries- (unsigned long ) &temp49) ); +printf("Visual %d\n",(int)sizeof(temp49)); +printf("XGravityEvent.type %d\n",(int)((unsigned long ) &temp50.type- (unsigned long ) &temp50) ); +printf("XGravityEvent.serial %d\n",(int)((unsigned long ) &temp50.serial- (unsigned long ) &temp50) ); +printf("XGravityEvent.send_event %d\n",(int)((unsigned long ) &temp50.send_event- (unsigned long ) &temp50) ); +printf("XGravityEvent.display %d\n",(int)((unsigned long ) &temp50.display- (unsigned long ) &temp50) ); +printf("XGravityEvent.event %d\n",(int)((unsigned long ) &temp50.event- (unsigned long ) &temp50) ); +printf("XGravityEvent.window %d\n",(int)((unsigned long ) &temp50.window- (unsigned long ) &temp50) ); +printf("XGravityEvent.x %d\n",(int)((unsigned long ) &temp50.x- (unsigned long ) &temp50) ); +printf("XGravityEvent.y %d\n",(int)((unsigned long ) &temp50.y- (unsigned long ) &temp50) ); +printf("XGravityEvent %d\n",(int)sizeof(temp50)); +printf("XReparentEvent.type %d\n",(int)((unsigned long ) &temp51.type- (unsigned long ) &temp51) ); +printf("XReparentEvent.serial %d\n",(int)((unsigned long ) &temp51.serial- (unsigned long ) &temp51) ); +printf("XReparentEvent.send_event %d\n",(int)((unsigned long ) &temp51.send_event- (unsigned long ) &temp51) ); +printf("XReparentEvent.display %d\n",(int)((unsigned long ) &temp51.display- (unsigned long ) &temp51) ); +printf("XReparentEvent.event %d\n",(int)((unsigned long ) &temp51.event- (unsigned long ) &temp51) ); +printf("XReparentEvent.window %d\n",(int)((unsigned long ) &temp51.window- (unsigned long ) &temp51) ); +printf("XReparentEvent.parent %d\n",(int)((unsigned long ) &temp51.parent- (unsigned long ) &temp51) ); +printf("XReparentEvent.x %d\n",(int)((unsigned long ) &temp51.x- (unsigned long ) &temp51) ); +printf("XReparentEvent.y %d\n",(int)((unsigned long ) &temp51.y- (unsigned long ) &temp51) ); +printf("XReparentEvent.override_redirect %d\n",(int)((unsigned long ) &temp51.override_redirect- (unsigned long ) &temp51) ); +printf("XReparentEvent %d\n",(int)sizeof(temp51)); +printf("XCirculateRequestEvent.type %d\n",(int)((unsigned long ) &temp52.type- (unsigned long ) &temp52) ); +printf("XCirculateRequestEvent.serial %d\n",(int)((unsigned long ) &temp52.serial- (unsigned long ) &temp52) ); +printf("XCirculateRequestEvent.send_event %d\n",(int)((unsigned long ) &temp52.send_event- (unsigned long ) &temp52) ); +printf("XCirculateRequestEvent.display %d\n",(int)((unsigned long ) &temp52.display- (unsigned long ) &temp52) ); +printf("XCirculateRequestEvent.parent %d\n",(int)((unsigned long ) &temp52.parent- (unsigned long ) &temp52) ); +printf("XCirculateRequestEvent.window %d\n",(int)((unsigned long ) &temp52.window- (unsigned long ) &temp52) ); +printf("XCirculateRequestEvent.place %d\n",(int)((unsigned long ) &temp52.place- (unsigned long ) &temp52) ); +printf("XCirculateRequestEvent %d\n",(int)sizeof(temp52)); +printf("XKeyEvent.type %d\n",(int)((unsigned long ) &temp53.type- (unsigned long ) &temp53) ); +printf("XKeyEvent.serial %d\n",(int)((unsigned long ) &temp53.serial- (unsigned long ) &temp53) ); +printf("XKeyEvent.send_event %d\n",(int)((unsigned long ) &temp53.send_event- (unsigned long ) &temp53) ); +printf("XKeyEvent.display %d\n",(int)((unsigned long ) &temp53.display- (unsigned long ) &temp53) ); +printf("XKeyEvent.window %d\n",(int)((unsigned long ) &temp53.window- (unsigned long ) &temp53) ); +printf("XKeyEvent.root %d\n",(int)((unsigned long ) &temp53.root- (unsigned long ) &temp53) ); +printf("XKeyEvent.subwindow %d\n",(int)((unsigned long ) &temp53.subwindow- (unsigned long ) &temp53) ); +printf("XKeyEvent.time %d\n",(int)((unsigned long ) &temp53.time- (unsigned long ) &temp53) ); +printf("XKeyEvent.x %d\n",(int)((unsigned long ) &temp53.x- (unsigned long ) &temp53) ); +printf("XKeyEvent.y %d\n",(int)((unsigned long ) &temp53.y- (unsigned long ) &temp53) ); +printf("XKeyEvent.x_root %d\n",(int)((unsigned long ) &temp53.x_root- (unsigned long ) &temp53) ); +printf("XKeyEvent.y_root %d\n",(int)((unsigned long ) &temp53.y_root- (unsigned long ) &temp53) ); +printf("XKeyEvent.state %d\n",(int)((unsigned long ) &temp53.state- (unsigned long ) &temp53) ); +printf("XKeyEvent.keycode %d\n",(int)((unsigned long ) &temp53.keycode- (unsigned long ) &temp53) ); +printf("XKeyEvent.same_screen %d\n",(int)((unsigned long ) &temp53.same_screen- (unsigned long ) &temp53) ); +printf("XKeyEvent %d\n",(int)sizeof(temp53)); +printf("XCharStruct.lbearing %d\n",(int)((unsigned long ) &temp54.lbearing- (unsigned long ) &temp54) ); +printf("XCharStruct.rbearing %d\n",(int)((unsigned long ) &temp54.rbearing- (unsigned long ) &temp54) ); +printf("XCharStruct.width %d\n",(int)((unsigned long ) &temp54.width- (unsigned long ) &temp54) ); +printf("XCharStruct.ascent %d\n",(int)((unsigned long ) &temp54.ascent- (unsigned long ) &temp54) ); +printf("XCharStruct.descent %d\n",(int)((unsigned long ) &temp54.descent- (unsigned long ) &temp54) ); +printf("XCharStruct.attributes %d\n",(int)((unsigned long ) &temp54.attributes- (unsigned long ) &temp54) ); +printf("XCharStruct %d\n",(int)sizeof(temp54)); +printf("XModifierKeymap.max_keypermod %d\n",(int)((unsigned long ) &temp55.max_keypermod- (unsigned long ) &temp55) ); +printf("XModifierKeymap.modifiermap %d\n",(int)((unsigned long ) &temp55.modifiermap- (unsigned long ) &temp55) ); +printf("XModifierKeymap %d\n",(int)sizeof(temp55)); +printf("XTextItem.chars %d\n",(int)((unsigned long ) &temp56.chars- (unsigned long ) &temp56) ); +printf("XTextItem.nchars %d\n",(int)((unsigned long ) &temp56.nchars- (unsigned long ) &temp56) ); +printf("XTextItem.delta %d\n",(int)((unsigned long ) &temp56.delta- (unsigned long ) &temp56) ); +printf("XTextItem.font %d\n",(int)((unsigned long ) &temp56.font- (unsigned long ) &temp56) ); +printf("XTextItem %d\n",(int)sizeof(temp56)); +printf("XdbeSwapInfo.swap_window %d\n",(int)((unsigned long ) &temp57.swap_window- (unsigned long ) &temp57) ); +printf("XdbeSwapInfo.swap_action %d\n",(int)((unsigned long ) &temp57.swap_action- (unsigned long ) &temp57) ); +printf("XdbeSwapInfo %d\n",(int)sizeof(temp57)); +printf("XImage.width %d\n",(int)((unsigned long ) &temp58.width- (unsigned long ) &temp58) ); +printf("XImage.height %d\n",(int)((unsigned long ) &temp58.height- (unsigned long ) &temp58) ); +printf("XImage.xoffset %d\n",(int)((unsigned long ) &temp58.xoffset- (unsigned long ) &temp58) ); +printf("XImage.format %d\n",(int)((unsigned long ) &temp58.format- (unsigned long ) &temp58) ); +printf("XImage.data %d\n",(int)((unsigned long ) &temp58.data- (unsigned long ) &temp58) ); +printf("XImage.byte_order %d\n",(int)((unsigned long ) &temp58.byte_order- (unsigned long ) &temp58) ); +printf("XImage.bitmap_unit %d\n",(int)((unsigned long ) &temp58.bitmap_unit- (unsigned long ) &temp58) ); +printf("XImage.bitmap_bit_order %d\n",(int)((unsigned long ) &temp58.bitmap_bit_order- (unsigned long ) &temp58) ); +printf("XImage.bitmap_pad %d\n",(int)((unsigned long ) &temp58.bitmap_pad- (unsigned long ) &temp58) ); +printf("XImage.depth %d\n",(int)((unsigned long ) &temp58.depth- (unsigned long ) &temp58) ); +printf("XImage.bytes_per_line %d\n",(int)((unsigned long ) &temp58.bytes_per_line- (unsigned long ) &temp58) ); +printf("XImage.bits_per_pixel %d\n",(int)((unsigned long ) &temp58.bits_per_pixel- (unsigned long ) &temp58) ); +printf("XImage.red_mask %d\n",(int)((unsigned long ) &temp58.red_mask- (unsigned long ) &temp58) ); +printf("XImage.green_mask %d\n",(int)((unsigned long ) &temp58.green_mask- (unsigned long ) &temp58) ); +printf("XImage.blue_mask %d\n",(int)((unsigned long ) &temp58.blue_mask- (unsigned long ) &temp58) ); +printf("XImage.obdata %d\n",(int)((unsigned long ) &temp58.obdata- (unsigned long ) &temp58) ); +printf("XImage.f.create_image %d\n",(int)((unsigned long ) &temp58.f.create_image- (unsigned long ) &temp58) ); +printf("XImage.f.destroy_image %d\n",(int)((unsigned long ) &temp58.f.destroy_image- (unsigned long ) &temp58) ); +printf("XImage.f.get_pixel %d\n",(int)((unsigned long ) &temp58.f.get_pixel- (unsigned long ) &temp58) ); +printf("XImage.f.put_pixel %d\n",(int)((unsigned long ) &temp58.f.put_pixel- (unsigned long ) &temp58) ); +printf("XImage.f.sub_image %d\n",(int)((unsigned long ) &temp58.f.sub_image- (unsigned long ) &temp58) ); +printf("XImage.f.add_pixel %d\n",(int)((unsigned long ) &temp58.f.add_pixel- (unsigned long ) &temp58) ); +printf("XImage %d\n",(int)sizeof(temp58)); +printf("XChar2b.byte1 %d\n",(int)((unsigned long ) &temp59.byte1- (unsigned long ) &temp59) ); +printf("XChar2b.byte2 %d\n",(int)((unsigned long ) &temp59.byte2- (unsigned long ) &temp59) ); +printf("XChar2b %d\n",(int)sizeof(temp59)); +printf("XwcTextItem.chars %d\n",(int)((unsigned long ) &temp60.chars- (unsigned long ) &temp60) ); +printf("XwcTextItem.nchars %d\n",(int)((unsigned long ) &temp60.nchars- (unsigned long ) &temp60) ); +printf("XwcTextItem.delta %d\n",(int)((unsigned long ) &temp60.delta- (unsigned long ) &temp60) ); +printf("XwcTextItem.font_set %d\n",(int)((unsigned long ) &temp60.font_set- (unsigned long ) &temp60) ); +printf("XwcTextItem %d\n",(int)sizeof(temp60)); +printf("XUnmapEvent.type %d\n",(int)((unsigned long ) &temp61.type- (unsigned long ) &temp61) ); +printf("XUnmapEvent.serial %d\n",(int)((unsigned long ) &temp61.serial- (unsigned long ) &temp61) ); +printf("XUnmapEvent.send_event %d\n",(int)((unsigned long ) &temp61.send_event- (unsigned long ) &temp61) ); +printf("XUnmapEvent.display %d\n",(int)((unsigned long ) &temp61.display- (unsigned long ) &temp61) ); +printf("XUnmapEvent.event %d\n",(int)((unsigned long ) &temp61.event- (unsigned long ) &temp61) ); +printf("XUnmapEvent.window %d\n",(int)((unsigned long ) &temp61.window- (unsigned long ) &temp61) ); +printf("XUnmapEvent.from_configure %d\n",(int)((unsigned long ) &temp61.from_configure- (unsigned long ) &temp61) ); +printf("XUnmapEvent %d\n",(int)sizeof(temp61)); +printf("awtImageData.Depth %d\n",(int)((unsigned long ) &temp62.Depth- (unsigned long ) &temp62) ); +printf("awtImageData.wsImageFormat %d\n",(int)((unsigned long ) &temp62.wsImageFormat- (unsigned long ) &temp62) ); +printf("awtImageData.clrdata %d\n",(int)((unsigned long ) &temp62.clrdata- (unsigned long ) &temp62) ); +printf("awtImageData.convert %d\n",(int)((unsigned long ) &temp62.convert- (unsigned long ) &temp62) ); +printf("awtImageData %d\n",(int)sizeof(temp62)); +printf("XGCValues.function %d\n",(int)((unsigned long ) &temp63.function- (unsigned long ) &temp63) ); +printf("XGCValues.plane_mask %d\n",(int)((unsigned long ) &temp63.plane_mask- (unsigned long ) &temp63) ); +printf("XGCValues.foreground %d\n",(int)((unsigned long ) &temp63.foreground- (unsigned long ) &temp63) ); +printf("XGCValues.background %d\n",(int)((unsigned long ) &temp63.background- (unsigned long ) &temp63) ); +printf("XGCValues.line_width %d\n",(int)((unsigned long ) &temp63.line_width- (unsigned long ) &temp63) ); +printf("XGCValues.line_style %d\n",(int)((unsigned long ) &temp63.line_style- (unsigned long ) &temp63) ); +printf("XGCValues.cap_style %d\n",(int)((unsigned long ) &temp63.cap_style- (unsigned long ) &temp63) ); +printf("XGCValues.join_style %d\n",(int)((unsigned long ) &temp63.join_style- (unsigned long ) &temp63) ); +printf("XGCValues.fill_style %d\n",(int)((unsigned long ) &temp63.fill_style- (unsigned long ) &temp63) ); +printf("XGCValues.fill_rule %d\n",(int)((unsigned long ) &temp63.fill_rule- (unsigned long ) &temp63) ); +printf("XGCValues.arc_mode %d\n",(int)((unsigned long ) &temp63.arc_mode- (unsigned long ) &temp63) ); +printf("XGCValues.tile %d\n",(int)((unsigned long ) &temp63.tile- (unsigned long ) &temp63) ); +printf("XGCValues.stipple %d\n",(int)((unsigned long ) &temp63.stipple- (unsigned long ) &temp63) ); +printf("XGCValues.ts_x_origin %d\n",(int)((unsigned long ) &temp63.ts_x_origin- (unsigned long ) &temp63) ); +printf("XGCValues.ts_y_origin %d\n",(int)((unsigned long ) &temp63.ts_y_origin- (unsigned long ) &temp63) ); +printf("XGCValues.font %d\n",(int)((unsigned long ) &temp63.font- (unsigned long ) &temp63) ); +printf("XGCValues.subwindow_mode %d\n",(int)((unsigned long ) &temp63.subwindow_mode- (unsigned long ) &temp63) ); +printf("XGCValues.graphics_exposures %d\n",(int)((unsigned long ) &temp63.graphics_exposures- (unsigned long ) &temp63) ); +printf("XGCValues.clip_x_origin %d\n",(int)((unsigned long ) &temp63.clip_x_origin- (unsigned long ) &temp63) ); +printf("XGCValues.clip_y_origin %d\n",(int)((unsigned long ) &temp63.clip_y_origin- (unsigned long ) &temp63) ); +printf("XGCValues.clip_mask %d\n",(int)((unsigned long ) &temp63.clip_mask- (unsigned long ) &temp63) ); +printf("XGCValues.dash_offset %d\n",(int)((unsigned long ) &temp63.dash_offset- (unsigned long ) &temp63) ); +printf("XGCValues.dashes %d\n",(int)((unsigned long ) &temp63.dashes- (unsigned long ) &temp63) ); +printf("XGCValues %d\n",(int)sizeof(temp63)); +printf("XFocusChangeEvent.type %d\n",(int)((unsigned long ) &temp64.type- (unsigned long ) &temp64) ); +printf("XFocusChangeEvent.serial %d\n",(int)((unsigned long ) &temp64.serial- (unsigned long ) &temp64) ); +printf("XFocusChangeEvent.send_event %d\n",(int)((unsigned long ) &temp64.send_event- (unsigned long ) &temp64) ); +printf("XFocusChangeEvent.display %d\n",(int)((unsigned long ) &temp64.display- (unsigned long ) &temp64) ); +printf("XFocusChangeEvent.window %d\n",(int)((unsigned long ) &temp64.window- (unsigned long ) &temp64) ); +printf("XFocusChangeEvent.mode %d\n",(int)((unsigned long ) &temp64.mode- (unsigned long ) &temp64) ); +printf("XFocusChangeEvent.detail %d\n",(int)((unsigned long ) &temp64.detail- (unsigned long ) &temp64) ); +printf("XFocusChangeEvent %d\n",(int)sizeof(temp64)); +printf("XMapEvent.type %d\n",(int)((unsigned long ) &temp65.type- (unsigned long ) &temp65) ); +printf("XMapEvent.serial %d\n",(int)((unsigned long ) &temp65.serial- (unsigned long ) &temp65) ); +printf("XMapEvent.send_event %d\n",(int)((unsigned long ) &temp65.send_event- (unsigned long ) &temp65) ); +printf("XMapEvent.display %d\n",(int)((unsigned long ) &temp65.display- (unsigned long ) &temp65) ); +printf("XMapEvent.event %d\n",(int)((unsigned long ) &temp65.event- (unsigned long ) &temp65) ); +printf("XMapEvent.window %d\n",(int)((unsigned long ) &temp65.window- (unsigned long ) &temp65) ); +printf("XMapEvent.override_redirect %d\n",(int)((unsigned long ) &temp65.override_redirect- (unsigned long ) &temp65) ); +printf("XMapEvent %d\n",(int)sizeof(temp65)); +printf("XIMHotKeyTriggers.num_hot_key %d\n",(int)((unsigned long ) &temp66.num_hot_key- (unsigned long ) &temp66) ); +printf("XIMHotKeyTriggers.key %d\n",(int)((unsigned long ) &temp66.key- (unsigned long ) &temp66) ); +printf("XIMHotKeyTriggers %d\n",(int)sizeof(temp66)); +printf("XKeyboardState.key_click_percent %d\n",(int)((unsigned long ) &temp67.key_click_percent- (unsigned long ) &temp67) ); +printf("XKeyboardState.bell_percent %d\n",(int)((unsigned long ) &temp67.bell_percent- (unsigned long ) &temp67) ); +printf("XKeyboardState.bell_pitch %d\n",(int)((unsigned long ) &temp67.bell_pitch- (unsigned long ) &temp67) ); +printf("XKeyboardState.bell_duration %d\n",(int)((unsigned long ) &temp67.bell_duration- (unsigned long ) &temp67) ); +printf("XKeyboardState.led_mask %d\n",(int)((unsigned long ) &temp67.led_mask- (unsigned long ) &temp67) ); +printf("XKeyboardState.global_auto_repeat %d\n",(int)((unsigned long ) &temp67.global_auto_repeat- (unsigned long ) &temp67) ); +printf("XKeyboardState.auto_repeats %d\n",(int)((unsigned long ) &temp67.auto_repeats- (unsigned long ) &temp67) ); +printf("XKeyboardState %d\n",(int)sizeof(temp67)); +printf("XMotionEvent.type %d\n",(int)((unsigned long ) &temp68.type- (unsigned long ) &temp68) ); +printf("XMotionEvent.serial %d\n",(int)((unsigned long ) &temp68.serial- (unsigned long ) &temp68) ); +printf("XMotionEvent.send_event %d\n",(int)((unsigned long ) &temp68.send_event- (unsigned long ) &temp68) ); +printf("XMotionEvent.display %d\n",(int)((unsigned long ) &temp68.display- (unsigned long ) &temp68) ); +printf("XMotionEvent.window %d\n",(int)((unsigned long ) &temp68.window- (unsigned long ) &temp68) ); +printf("XMotionEvent.root %d\n",(int)((unsigned long ) &temp68.root- (unsigned long ) &temp68) ); +printf("XMotionEvent.subwindow %d\n",(int)((unsigned long ) &temp68.subwindow- (unsigned long ) &temp68) ); +printf("XMotionEvent.time %d\n",(int)((unsigned long ) &temp68.time- (unsigned long ) &temp68) ); +printf("XMotionEvent.x %d\n",(int)((unsigned long ) &temp68.x- (unsigned long ) &temp68) ); +printf("XMotionEvent.y %d\n",(int)((unsigned long ) &temp68.y- (unsigned long ) &temp68) ); +printf("XMotionEvent.x_root %d\n",(int)((unsigned long ) &temp68.x_root- (unsigned long ) &temp68) ); +printf("XMotionEvent.y_root %d\n",(int)((unsigned long ) &temp68.y_root- (unsigned long ) &temp68) ); +printf("XMotionEvent.state %d\n",(int)((unsigned long ) &temp68.state- (unsigned long ) &temp68) ); +printf("XMotionEvent.is_hint %d\n",(int)((unsigned long ) &temp68.is_hint- (unsigned long ) &temp68) ); +printf("XMotionEvent.same_screen %d\n",(int)((unsigned long ) &temp68.same_screen- (unsigned long ) &temp68) ); +printf("XMotionEvent %d\n",(int)sizeof(temp68)); +printf("XIMPreeditStateNotifyCallbackStruct.state %d\n",(int)((unsigned long ) &temp69.state- (unsigned long ) &temp69) ); +printf("XIMPreeditStateNotifyCallbackStruct %d\n",(int)sizeof(temp69)); +printf("XAnyEvent.type %d\n",(int)((unsigned long ) &temp70.type- (unsigned long ) &temp70) ); +printf("XAnyEvent.serial %d\n",(int)((unsigned long ) &temp70.serial- (unsigned long ) &temp70) ); +printf("XAnyEvent.send_event %d\n",(int)((unsigned long ) &temp70.send_event- (unsigned long ) &temp70) ); +printf("XAnyEvent.display %d\n",(int)((unsigned long ) &temp70.display- (unsigned long ) &temp70) ); +printf("XAnyEvent.window %d\n",(int)((unsigned long ) &temp70.window- (unsigned long ) &temp70) ); +printf("XAnyEvent %d\n",(int)sizeof(temp70)); +printf("XIMCallback.client_data %d\n",(int)((unsigned long ) &temp71.client_data- (unsigned long ) &temp71) ); +printf("XIMCallback.callback %d\n",(int)((unsigned long ) &temp71.callback- (unsigned long ) &temp71) ); +printf("XIMCallback %d\n",(int)sizeof(temp71)); +printf("XVisualInfo.visual %d\n",(int)((unsigned long ) &temp72.visual- (unsigned long ) &temp72) ); +printf("XVisualInfo.visualid %d\n",(int)((unsigned long ) &temp72.visualid- (unsigned long ) &temp72) ); +printf("XVisualInfo.screen %d\n",(int)((unsigned long ) &temp72.screen- (unsigned long ) &temp72) ); +printf("XVisualInfo.depth %d\n",(int)((unsigned long ) &temp72.depth- (unsigned long ) &temp72) ); +printf("XVisualInfo.class %d\n",(int)((unsigned long ) &temp72.class- (unsigned long ) &temp72) ); +printf("XVisualInfo.red_mask %d\n",(int)((unsigned long ) &temp72.red_mask- (unsigned long ) &temp72) ); +printf("XVisualInfo.green_mask %d\n",(int)((unsigned long ) &temp72.green_mask- (unsigned long ) &temp72) ); +printf("XVisualInfo.blue_mask %d\n",(int)((unsigned long ) &temp72.blue_mask- (unsigned long ) &temp72) ); +printf("XVisualInfo.colormap_size %d\n",(int)((unsigned long ) &temp72.colormap_size- (unsigned long ) &temp72) ); +printf("XVisualInfo.bits_per_rgb %d\n",(int)((unsigned long ) &temp72.bits_per_rgb- (unsigned long ) &temp72) ); +printf("XVisualInfo %d\n",(int)sizeof(temp72)); +printf("XCreateWindowEvent.type %d\n",(int)((unsigned long ) &temp73.type- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent.serial %d\n",(int)((unsigned long ) &temp73.serial- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent.send_event %d\n",(int)((unsigned long ) &temp73.send_event- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent.display %d\n",(int)((unsigned long ) &temp73.display- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent.parent %d\n",(int)((unsigned long ) &temp73.parent- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent.window %d\n",(int)((unsigned long ) &temp73.window- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent.x %d\n",(int)((unsigned long ) &temp73.x- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent.y %d\n",(int)((unsigned long ) &temp73.y- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent.width %d\n",(int)((unsigned long ) &temp73.width- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent.height %d\n",(int)((unsigned long ) &temp73.height- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent.border_width %d\n",(int)((unsigned long ) &temp73.border_width- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent.override_redirect %d\n",(int)((unsigned long ) &temp73.override_redirect- (unsigned long ) &temp73) ); +printf("XCreateWindowEvent %d\n",(int)sizeof(temp73)); +printf("XIMValuesList.count_values %d\n",(int)((unsigned long ) &temp74.count_values- (unsigned long ) &temp74) ); +printf("XIMValuesList.supported_values %d\n",(int)((unsigned long ) &temp74.supported_values- (unsigned long ) &temp74) ); +printf("XIMValuesList %d\n",(int)sizeof(temp74)); +printf("XKeymapEvent.type %d\n",(int)((unsigned long ) &temp75.type- (unsigned long ) &temp75) ); +printf("XKeymapEvent.serial %d\n",(int)((unsigned long ) &temp75.serial- (unsigned long ) &temp75) ); +printf("XKeymapEvent.send_event %d\n",(int)((unsigned long ) &temp75.send_event- (unsigned long ) &temp75) ); +printf("XKeymapEvent.display %d\n",(int)((unsigned long ) &temp75.display- (unsigned long ) &temp75) ); +printf("XKeymapEvent.window %d\n",(int)((unsigned long ) &temp75.window- (unsigned long ) &temp75) ); +printf("XKeymapEvent.key_vector %d\n",(int)((unsigned long ) &temp75.key_vector- (unsigned long ) &temp75) ); +printf("XKeymapEvent %d\n",(int)sizeof(temp75)); +printf("XButtonEvent.type %d\n",(int)((unsigned long ) &temp76.type- (unsigned long ) &temp76) ); +printf("XButtonEvent.serial %d\n",(int)((unsigned long ) &temp76.serial- (unsigned long ) &temp76) ); +printf("XButtonEvent.send_event %d\n",(int)((unsigned long ) &temp76.send_event- (unsigned long ) &temp76) ); +printf("XButtonEvent.display %d\n",(int)((unsigned long ) &temp76.display- (unsigned long ) &temp76) ); +printf("XButtonEvent.window %d\n",(int)((unsigned long ) &temp76.window- (unsigned long ) &temp76) ); +printf("XButtonEvent.root %d\n",(int)((unsigned long ) &temp76.root- (unsigned long ) &temp76) ); +printf("XButtonEvent.subwindow %d\n",(int)((unsigned long ) &temp76.subwindow- (unsigned long ) &temp76) ); +printf("XButtonEvent.time %d\n",(int)((unsigned long ) &temp76.time- (unsigned long ) &temp76) ); +printf("XButtonEvent.x %d\n",(int)((unsigned long ) &temp76.x- (unsigned long ) &temp76) ); +printf("XButtonEvent.y %d\n",(int)((unsigned long ) &temp76.y- (unsigned long ) &temp76) ); +printf("XButtonEvent.x_root %d\n",(int)((unsigned long ) &temp76.x_root- (unsigned long ) &temp76) ); +printf("XButtonEvent.y_root %d\n",(int)((unsigned long ) &temp76.y_root- (unsigned long ) &temp76) ); +printf("XButtonEvent.state %d\n",(int)((unsigned long ) &temp76.state- (unsigned long ) &temp76) ); +printf("XButtonEvent.button %d\n",(int)((unsigned long ) &temp76.button- (unsigned long ) &temp76) ); +printf("XButtonEvent.same_screen %d\n",(int)((unsigned long ) &temp76.same_screen- (unsigned long ) &temp76) ); +printf("XButtonEvent %d\n",(int)sizeof(temp76)); +printf("XWMHints.flags %d\n",(int)((unsigned long ) &temp77.flags- (unsigned long ) &temp77) ); +printf("XWMHints.initial_state %d\n",(int)((unsigned long ) &temp77.initial_state- (unsigned long ) &temp77) ); +printf("XWMHints.icon_pixmap %d\n",(int)((unsigned long ) &temp77.icon_pixmap- (unsigned long ) &temp77) ); +printf("XWMHints.icon_window %d\n",(int)((unsigned long ) &temp77.icon_window- (unsigned long ) &temp77) ); +printf("XWMHints.icon_x %d\n",(int)((unsigned long ) &temp77.icon_x- (unsigned long ) &temp77) ); +printf("XWMHints.icon_y %d\n",(int)((unsigned long ) &temp77.icon_y- (unsigned long ) &temp77) ); +printf("XWMHints.icon_mask %d\n",(int)((unsigned long ) &temp77.icon_mask- (unsigned long ) &temp77) ); +printf("XWMHints.input %d\n",(int)((unsigned long ) &temp77.input- (unsigned long ) &temp77) ); +printf("XWMHints.window_group %d\n",(int)((unsigned long ) &temp77.window_group- (unsigned long ) &temp77) ); +printf("XWMHints %d\n",(int)sizeof(temp77)); +printf("ScreenFormat.ext_data %d\n",(int)((unsigned long ) &temp78.ext_data- (unsigned long ) &temp78) ); +printf("ScreenFormat.depth %d\n",(int)((unsigned long ) &temp78.depth- (unsigned long ) &temp78) ); +printf("ScreenFormat.bits_per_pixel %d\n",(int)((unsigned long ) &temp78.bits_per_pixel- (unsigned long ) &temp78) ); +printf("ScreenFormat.scanline_pad %d\n",(int)((unsigned long ) &temp78.scanline_pad- (unsigned long ) &temp78) ); +printf("ScreenFormat %d\n",(int)sizeof(temp78)); +printf("XCrossingEvent.type %d\n",(int)((unsigned long ) &temp79.type- (unsigned long ) &temp79) ); +printf("XCrossingEvent.serial %d\n",(int)((unsigned long ) &temp79.serial- (unsigned long ) &temp79) ); +printf("XCrossingEvent.send_event %d\n",(int)((unsigned long ) &temp79.send_event- (unsigned long ) &temp79) ); +printf("XCrossingEvent.display %d\n",(int)((unsigned long ) &temp79.display- (unsigned long ) &temp79) ); +printf("XCrossingEvent.window %d\n",(int)((unsigned long ) &temp79.window- (unsigned long ) &temp79) ); +printf("XCrossingEvent.root %d\n",(int)((unsigned long ) &temp79.root- (unsigned long ) &temp79) ); +printf("XCrossingEvent.subwindow %d\n",(int)((unsigned long ) &temp79.subwindow- (unsigned long ) &temp79) ); +printf("XCrossingEvent.time %d\n",(int)((unsigned long ) &temp79.time- (unsigned long ) &temp79) ); +printf("XCrossingEvent.x %d\n",(int)((unsigned long ) &temp79.x- (unsigned long ) &temp79) ); +printf("XCrossingEvent.y %d\n",(int)((unsigned long ) &temp79.y- (unsigned long ) &temp79) ); +printf("XCrossingEvent.x_root %d\n",(int)((unsigned long ) &temp79.x_root- (unsigned long ) &temp79) ); +printf("XCrossingEvent.y_root %d\n",(int)((unsigned long ) &temp79.y_root- (unsigned long ) &temp79) ); +printf("XCrossingEvent.mode %d\n",(int)((unsigned long ) &temp79.mode- (unsigned long ) &temp79) ); +printf("XCrossingEvent.detail %d\n",(int)((unsigned long ) &temp79.detail- (unsigned long ) &temp79) ); +printf("XCrossingEvent.same_screen %d\n",(int)((unsigned long ) &temp79.same_screen- (unsigned long ) &temp79) ); +printf("XCrossingEvent.focus %d\n",(int)((unsigned long ) &temp79.focus- (unsigned long ) &temp79) ); +printf("XCrossingEvent.state %d\n",(int)((unsigned long ) &temp79.state- (unsigned long ) &temp79) ); +printf("XCrossingEvent %d\n",(int)sizeof(temp79)); +printf("XConfigureRequestEvent.type %d\n",(int)((unsigned long ) &temp80.type- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.serial %d\n",(int)((unsigned long ) &temp80.serial- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.send_event %d\n",(int)((unsigned long ) &temp80.send_event- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.display %d\n",(int)((unsigned long ) &temp80.display- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.parent %d\n",(int)((unsigned long ) &temp80.parent- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.window %d\n",(int)((unsigned long ) &temp80.window- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.x %d\n",(int)((unsigned long ) &temp80.x- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.y %d\n",(int)((unsigned long ) &temp80.y- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.width %d\n",(int)((unsigned long ) &temp80.width- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.height %d\n",(int)((unsigned long ) &temp80.height- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.border_width %d\n",(int)((unsigned long ) &temp80.border_width- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.above %d\n",(int)((unsigned long ) &temp80.above- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.detail %d\n",(int)((unsigned long ) &temp80.detail- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent.value_mask %d\n",(int)((unsigned long ) &temp80.value_mask- (unsigned long ) &temp80) ); +printf("XConfigureRequestEvent %d\n",(int)sizeof(temp80)); +printf("XSelectionRequestEvent.type %d\n",(int)((unsigned long ) &temp81.type- (unsigned long ) &temp81) ); +printf("XSelectionRequestEvent.serial %d\n",(int)((unsigned long ) &temp81.serial- (unsigned long ) &temp81) ); +printf("XSelectionRequestEvent.send_event %d\n",(int)((unsigned long ) &temp81.send_event- (unsigned long ) &temp81) ); +printf("XSelectionRequestEvent.display %d\n",(int)((unsigned long ) &temp81.display- (unsigned long ) &temp81) ); +printf("XSelectionRequestEvent.owner %d\n",(int)((unsigned long ) &temp81.owner- (unsigned long ) &temp81) ); +printf("XSelectionRequestEvent.requestor %d\n",(int)((unsigned long ) &temp81.requestor- (unsigned long ) &temp81) ); +printf("XSelectionRequestEvent.selection %d\n",(int)((unsigned long ) &temp81.selection- (unsigned long ) &temp81) ); +printf("XSelectionRequestEvent.target %d\n",(int)((unsigned long ) &temp81.target- (unsigned long ) &temp81) ); +printf("XSelectionRequestEvent.property %d\n",(int)((unsigned long ) &temp81.property- (unsigned long ) &temp81) ); +printf("XSelectionRequestEvent.time %d\n",(int)((unsigned long ) &temp81.time- (unsigned long ) &temp81) ); +printf("XSelectionRequestEvent %d\n",(int)sizeof(temp81)); +printf("XFontSetExtents.max_ink_extent %d\n",(int)((unsigned long ) &temp82.max_ink_extent- (unsigned long ) &temp82) ); +printf("XFontSetExtents.max_logical_extent %d\n",(int)((unsigned long ) &temp82.max_logical_extent- (unsigned long ) &temp82) ); +printf("XFontSetExtents %d\n",(int)sizeof(temp82)); +printf("XExtCodes.extension %d\n",(int)((unsigned long ) &temp83.extension- (unsigned long ) &temp83) ); +printf("XExtCodes.major_opcode %d\n",(int)((unsigned long ) &temp83.major_opcode- (unsigned long ) &temp83) ); +printf("XExtCodes.first_event %d\n",(int)((unsigned long ) &temp83.first_event- (unsigned long ) &temp83) ); +printf("XExtCodes.first_error %d\n",(int)((unsigned long ) &temp83.first_error- (unsigned long ) &temp83) ); +printf("XExtCodes %d\n",(int)sizeof(temp83)); +printf("XHostAddress.family %d\n",(int)((unsigned long ) &temp84.family- (unsigned long ) &temp84) ); +printf("XHostAddress.length %d\n",(int)((unsigned long ) &temp84.length- (unsigned long ) &temp84) ); +printf("XHostAddress.address %d\n",(int)((unsigned long ) &temp84.address- (unsigned long ) &temp84) ); +printf("XHostAddress %d\n",(int)sizeof(temp84)); +printf("ColorData.awt_Colors %d\n",(int)((unsigned long ) &temp85.awt_Colors- (unsigned long ) &temp85) ); +printf("ColorData.awt_numICMcolors %d\n",(int)((unsigned long ) &temp85.awt_numICMcolors- (unsigned long ) &temp85) ); +printf("ColorData.awt_icmLUT %d\n",(int)((unsigned long ) &temp85.awt_icmLUT- (unsigned long ) &temp85) ); +printf("ColorData.awt_icmLUT2Colors %d\n",(int)((unsigned long ) &temp85.awt_icmLUT2Colors- (unsigned long ) &temp85) ); +printf("ColorData.img_grays %d\n",(int)((unsigned long ) &temp85.img_grays- (unsigned long ) &temp85) ); +printf("ColorData.img_clr_tbl %d\n",(int)((unsigned long ) &temp85.img_clr_tbl- (unsigned long ) &temp85) ); +printf("ColorData.img_oda_red %d\n",(int)((unsigned long ) &temp85.img_oda_red- (unsigned long ) &temp85) ); +printf("ColorData.img_oda_green %d\n",(int)((unsigned long ) &temp85.img_oda_green- (unsigned long ) &temp85) ); +printf("ColorData.img_oda_blue %d\n",(int)((unsigned long ) &temp85.img_oda_blue- (unsigned long ) &temp85) ); +printf("ColorData.pGrayInverseLutData %d\n",(int)((unsigned long ) &temp85.pGrayInverseLutData- (unsigned long ) &temp85) ); +printf("ColorData.screendata %d\n",(int)((unsigned long ) &temp85.screendata- (unsigned long ) &temp85) ); +printf("ColorData %d\n",(int)sizeof(temp85)); +printf("XColormapEvent.type %d\n",(int)((unsigned long ) &temp86.type- (unsigned long ) &temp86) ); +printf("XColormapEvent.serial %d\n",(int)((unsigned long ) &temp86.serial- (unsigned long ) &temp86) ); +printf("XColormapEvent.send_event %d\n",(int)((unsigned long ) &temp86.send_event- (unsigned long ) &temp86) ); +printf("XColormapEvent.display %d\n",(int)((unsigned long ) &temp86.display- (unsigned long ) &temp86) ); +printf("XColormapEvent.window %d\n",(int)((unsigned long ) &temp86.window- (unsigned long ) &temp86) ); +printf("XColormapEvent.colormap %d\n",(int)((unsigned long ) &temp86.colormap- (unsigned long ) &temp86) ); +printf("XColormapEvent.new %d\n",(int)((unsigned long ) &temp86.new- (unsigned long ) &temp86) ); +printf("XColormapEvent.state %d\n",(int)((unsigned long ) &temp86.state- (unsigned long ) &temp86) ); +printf("XColormapEvent %d\n",(int)sizeof(temp86)); +printf("Depth.depth %d\n",(int)((unsigned long ) &temp87.depth- (unsigned long ) &temp87) ); +printf("Depth.nvisuals %d\n",(int)((unsigned long ) &temp87.nvisuals- (unsigned long ) &temp87) ); +printf("Depth.visuals %d\n",(int)((unsigned long ) &temp87.visuals- (unsigned long ) &temp87) ); +printf("Depth %d\n",(int)sizeof(temp87)); +printf("XEvent.type %d\n",(int)((unsigned long ) &temp88.type- (unsigned long ) &temp88) ); +printf("XEvent.xany %d\n",(int)((unsigned long ) &temp88.xany- (unsigned long ) &temp88) ); +printf("XEvent.xkey %d\n",(int)((unsigned long ) &temp88.xkey- (unsigned long ) &temp88) ); +printf("XEvent.xbutton %d\n",(int)((unsigned long ) &temp88.xbutton- (unsigned long ) &temp88) ); +printf("XEvent.xmotion %d\n",(int)((unsigned long ) &temp88.xmotion- (unsigned long ) &temp88) ); +printf("XEvent.xcrossing %d\n",(int)((unsigned long ) &temp88.xcrossing- (unsigned long ) &temp88) ); +printf("XEvent.xfocus %d\n",(int)((unsigned long ) &temp88.xfocus- (unsigned long ) &temp88) ); +printf("XEvent.xexpose %d\n",(int)((unsigned long ) &temp88.xexpose- (unsigned long ) &temp88) ); +printf("XEvent.xgraphicsexpose %d\n",(int)((unsigned long ) &temp88.xgraphicsexpose- (unsigned long ) &temp88) ); +printf("XEvent.xnoexpose %d\n",(int)((unsigned long ) &temp88.xnoexpose- (unsigned long ) &temp88) ); +printf("XEvent.xvisibility %d\n",(int)((unsigned long ) &temp88.xvisibility- (unsigned long ) &temp88) ); +printf("XEvent.xcreatewindow %d\n",(int)((unsigned long ) &temp88.xcreatewindow- (unsigned long ) &temp88) ); +printf("XEvent.xdestroywindow %d\n",(int)((unsigned long ) &temp88.xdestroywindow- (unsigned long ) &temp88) ); +printf("XEvent.xunmap %d\n",(int)((unsigned long ) &temp88.xunmap- (unsigned long ) &temp88) ); +printf("XEvent.xmap %d\n",(int)((unsigned long ) &temp88.xmap- (unsigned long ) &temp88) ); +printf("XEvent.xmaprequest %d\n",(int)((unsigned long ) &temp88.xmaprequest- (unsigned long ) &temp88) ); +printf("XEvent.xreparent %d\n",(int)((unsigned long ) &temp88.xreparent- (unsigned long ) &temp88) ); +printf("XEvent.xconfigure %d\n",(int)((unsigned long ) &temp88.xconfigure- (unsigned long ) &temp88) ); +printf("XEvent.xgravity %d\n",(int)((unsigned long ) &temp88.xgravity- (unsigned long ) &temp88) ); +printf("XEvent.xresizerequest %d\n",(int)((unsigned long ) &temp88.xresizerequest- (unsigned long ) &temp88) ); +printf("XEvent.xconfigurerequest %d\n",(int)((unsigned long ) &temp88.xconfigurerequest- (unsigned long ) &temp88) ); +printf("XEvent.xcirculate %d\n",(int)((unsigned long ) &temp88.xcirculate- (unsigned long ) &temp88) ); +printf("XEvent.xcirculaterequest %d\n",(int)((unsigned long ) &temp88.xcirculaterequest- (unsigned long ) &temp88) ); +printf("XEvent.xproperty %d\n",(int)((unsigned long ) &temp88.xproperty- (unsigned long ) &temp88) ); +printf("XEvent.xselectionclear %d\n",(int)((unsigned long ) &temp88.xselectionclear- (unsigned long ) &temp88) ); +printf("XEvent.xselectionrequest %d\n",(int)((unsigned long ) &temp88.xselectionrequest- (unsigned long ) &temp88) ); +printf("XEvent.xselection %d\n",(int)((unsigned long ) &temp88.xselection- (unsigned long ) &temp88) ); +printf("XEvent.xcolormap %d\n",(int)((unsigned long ) &temp88.xcolormap- (unsigned long ) &temp88) ); +printf("XEvent.xclient %d\n",(int)((unsigned long ) &temp88.xclient- (unsigned long ) &temp88) ); +printf("XEvent.xmapping %d\n",(int)((unsigned long ) &temp88.xmapping- (unsigned long ) &temp88) ); +printf("XEvent.xerror %d\n",(int)((unsigned long ) &temp88.xerror- (unsigned long ) &temp88) ); +printf("XEvent.xkeymap %d\n",(int)((unsigned long ) &temp88.xkeymap- (unsigned long ) &temp88) ); +printf("XEvent.pad %d\n",(int)((unsigned long ) &temp88.pad- (unsigned long ) &temp88) ); +printf("XEvent %d\n",(int)sizeof(temp88)); +printf("XDestroyWindowEvent.type %d\n",(int)((unsigned long ) &temp89.type- (unsigned long ) &temp89) ); +printf("XDestroyWindowEvent.serial %d\n",(int)((unsigned long ) &temp89.serial- (unsigned long ) &temp89) ); +printf("XDestroyWindowEvent.send_event %d\n",(int)((unsigned long ) &temp89.send_event- (unsigned long ) &temp89) ); +printf("XDestroyWindowEvent.display %d\n",(int)((unsigned long ) &temp89.display- (unsigned long ) &temp89) ); +printf("XDestroyWindowEvent.event %d\n",(int)((unsigned long ) &temp89.event- (unsigned long ) &temp89) ); +printf("XDestroyWindowEvent.window %d\n",(int)((unsigned long ) &temp89.window- (unsigned long ) &temp89) ); +printf("XDestroyWindowEvent %d\n",(int)sizeof(temp89)); +printf("XComposeStatus.compose_ptr %d\n",(int)((unsigned long ) &temp90.compose_ptr- (unsigned long ) &temp90) ); +printf("XComposeStatus.chars_matched %d\n",(int)((unsigned long ) &temp90.chars_matched- (unsigned long ) &temp90) ); +printf("XComposeStatus %d\n",(int)sizeof(temp90)); +printf("AwtGraphicsConfigData.awt_depth %d\n",(int)((unsigned long ) &temp91.awt_depth- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.awt_cmap %d\n",(int)((unsigned long ) &temp91.awt_cmap- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.awt_visInfo %d\n",(int)((unsigned long ) &temp91.awt_visInfo- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.awt_num_colors %d\n",(int)((unsigned long ) &temp91.awt_num_colors- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.awtImage %d\n",(int)((unsigned long ) &temp91.awtImage- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.AwtColorMatch %d\n",(int)((unsigned long ) &temp91.AwtColorMatch- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.monoImage %d\n",(int)((unsigned long ) &temp91.monoImage- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.monoPixmap %d\n",(int)((unsigned long ) &temp91.monoPixmap- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.monoPixmapWidth %d\n",(int)((unsigned long ) &temp91.monoPixmapWidth- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.monoPixmapHeight %d\n",(int)((unsigned long ) &temp91.monoPixmapHeight- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.monoPixmapGC %d\n",(int)((unsigned long ) &temp91.monoPixmapGC- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.pixelStride %d\n",(int)((unsigned long ) &temp91.pixelStride- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.color_data %d\n",(int)((unsigned long ) &temp91.color_data- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData.glxInfo %d\n",(int)((unsigned long ) &temp91.glxInfo- (unsigned long ) &temp91) ); +printf("AwtGraphicsConfigData %d\n",(int)sizeof(temp91)); +printf("XIMText.length %d\n",(int)((unsigned long ) &temp92.length- (unsigned long ) &temp92) ); +printf("XIMText.feedback %d\n",(int)((unsigned long ) &temp92.feedback- (unsigned long ) &temp92) ); +printf("XIMText.encoding_is_wchar %d\n",(int)((unsigned long ) &temp92.encoding_is_wchar- (unsigned long ) &temp92) ); +printf("XIMText.string %d\n",(int)((unsigned long ) &temp92.string- (unsigned long ) &temp92) ); +printf("XIMText %d\n",(int)sizeof(temp92)); +return 0; +} --- icedtea-java7-7~b24-1.5.orig/debian/JAVA_HOME.in +++ icedtea-java7-7~b24-1.5/debian/JAVA_HOME.in @@ -0,0 +1,29 @@ + JAVA_HOME + +1. Legacy use of JAVA_HOME + + As of the latest versions of java-common there really should + be no need for JAVA_HOME as Java(TM) should be completely + integrated with your Debian GNU/Linux system. + + For reference, the setting of JAVA_HOME for Sun Java is: + JAVA_HOME=/@TOP@/@jdiralias@ + +2. Selecting @basename@ as the default Java(TM) implementation + + Please see README.alternatives for instructions on how + to make @basename@ executables and man pages the default on your system. + + +3. For developer information about this packaging of Java(TM) for Debian + please visit: + + https://jdk-distros.dev.java.net/ + + In addition to technical information the jdk-distros site + provides forums to discuss packaging of Java for Linux + (and OpenSolaris) and to discuss the new Operating System Distributor + License for Java (DLJ). + + + --- icedtea-java7-7~b24-1.5.orig/debian/JB-archive.applications.in +++ icedtea-java7-7~b24-1.5/debian/JB-archive.applications.in @@ -0,0 +1,6 @@ +java-archive + command=/@basedir@/bin/java -jar + name=java-archive + can_open_multiple_files=false + requires_terminal=false + mime_types=application/java-archive,application/x-java-archive,application/x-jar --- icedtea-java7-7~b24-1.5.orig/debian/JB-archive.keys.in +++ icedtea-java7-7~b24-1.5/debian/JB-archive.keys.in @@ -0,0 +1,18 @@ +application/java-archive + description=Java Archive + icon_filename=@basename@ + default_action_type=application + default_application_id=java-archive + short_list_application_user_additions=java-archive +application/x-java-archive + description=Java Archive + icon_filename=@basename@ + default_action_type=application + default_application_id=java-archive + short_list_application_user_additions=java-archive +application/x-jar + description=Java Archive + icon_filename=@basename@ + default_action_type=application + default_application_id=java-archive + short_list_application_user_additions=java-archive --- icedtea-java7-7~b24-1.5.orig/debian/JB-archive.mime.in +++ icedtea-java7-7~b24-1.5/debian/JB-archive.mime.in @@ -0,0 +1,6 @@ +application/java-archive + ext: jar +application/x-java-archive + ext: jar +application/x-jar + ext: jar --- icedtea-java7-7~b24-1.5.orig/debian/JB-bin-i586.menu.in +++ icedtea-java7-7~b24-1.5/debian/JB-bin-i586.menu.in @@ -0,0 +1,16 @@ + +?package(@basename@-bin):\ + needs="x11"\ + section="Apps/System"\ + title="@vendor@ Java @RELEASE@ Plugin Control Panel"\ + command="/@basedir@/bin/ControlPanel"\ + icon="/usr/share/icons/@basename@.xpm"\ + hints="Java2" + +?package(@basename@-bin):\ + needs="x11"\ + section="Apps/Net"\ + title="@vendor@ Java @RELEASE@ Web Start"\ + command="/@basedir@/bin/javaws -viewer"\ + icon="/usr/share/icons/@basename@.xpm"\ + hints="Java2" --- icedtea-java7-7~b24-1.5.orig/debian/JB-bin.menu.in +++ icedtea-java7-7~b24-1.5/debian/JB-bin.menu.in @@ -0,0 +1,7 @@ +?package(@basename@-bin):\ + needs="x11"\ + section="Apps/System"\ + title="@vendor@ Java @RELEASE@ Policy Tool"\ + command="/@basedir@/bin/policytool"\ + icon="/usr/share/icons/@basename@.xpm"\ + hints="Java2" --- icedtea-java7-7~b24-1.5.orig/debian/JB-bin.mime.in +++ icedtea-java7-7~b24-1.5/debian/JB-bin.mime.in @@ -0,0 +1 @@ +application/x-java-jnlp-file; /@basedir@/jre/javaws/javaws -viewer %s --- icedtea-java7-7~b24-1.5.orig/debian/JB-bin.overrides.in +++ icedtea-java7-7~b24-1.5/debian/JB-bin.overrides.in @@ -0,0 +1,6 @@ +@basename@-bin: unstripped-binary-or-object +@basename@-bin: binary-or-shlib-defines-rpath +@basename@-bin: shlib-with-non-pic-code +@basename@-bin: shlib-without-PT_GNU_STACK-section +@basename@-bin: copyright-should-refer-to-common-license-file-for-gpl +@basename@-bin: image-file-in-usr-lib --- icedtea-java7-7~b24-1.5.orig/debian/JB-bin.postinst.in +++ icedtea-java7-7~b24-1.5/debian/JB-bin.postinst.in @@ -0,0 +1,78 @@ +#!/bin/sh + +set -e + +priority=@priority@ +basedir=/@basedir@ +basediralias=/@basediralias@ +jdiralias=@jdiralias@ +mandir=/@basediralias@/jre/man +srcext=1.gz +dstext=1.gz +jre_tools='@jre_tools@' + +case "$1" in +configure) + [ -d /etc/.java ] || mkdir -m 755 /etc/.java + [ -d /etc/.java/.systemPrefs ] || mkdir -m 755 /etc/.java/.systemPrefs + if [ ! -f /etc/.java/.systemPrefs/.system.lock ]; then + touch /etc/.java/.systemPrefs/.system.lock + chmod 644 /etc/.java/.systemPrefs/.system.lock + fi + if [ ! -f /etc/.java/.systemPrefs/.systemRootModFile ]; then + touch /etc/.java/.systemPrefs/.systemRootModFile + chmod 644 /etc/.java/.systemPrefs/.systemRootModFile + fi + + for i in $jre_tools; do + unset slave1 slave2 || true + if [ -e $mandir/man1/$i.$srcext ]; then + slave1="--slave \ + /usr/share/man/man1/$i.$dstext \ + $i.$dstext \ + $mandir/man1/$i.$srcext" + fi + # disabled + if false && [ -e $mandir/ja/man1/$i.$srcext ]; then + slave2="--slave \ + /usr/share/man/ja/man1/$i.$dstext \ + ${i}_ja.$dstext \ + $mandir/ja/man1/$i.$srcext" + fi + update-alternatives \ + --install \ + /usr/bin/$i \ + $i \ + $basediralias/jre/bin/$i \ + $priority \ + $slave1 $slave2 + done + + # fix slave links for man page alternatives + if [ -n "$2" ] && dpkg --compare-versions "$2" lt 6-00-2ubuntu2; then + for i in $jre_tools; do + current=$(LANG=C update-alternatives --display $i 2>&1 \ + | awk '/link currently points to/ { print $NF}') + case "$current" in /@basediralias@*) + update-alternatives --quiet --set $i $basediralias/jre/bin/$i + esac + done + fi + + # activate class data sharing + case @archdir@ in i386|sparc) + rm -f $basedir/jre/lib/@archdir@/client/classes.jsa + $basedir/bin/java -client -Xshare:dump > /dev/null + esac + + if [ -x /usr/sbin/update-binfmts ]; then + /usr/sbin/update-binfmts --import @basename@ + fi + + ;; + +esac + +#DEBHELPER# + +exit 0 --- icedtea-java7-7~b24-1.5.orig/debian/JB-bin.postrm.in +++ icedtea-java7-7~b24-1.5/debian/JB-bin.postrm.in @@ -0,0 +1,17 @@ +#!/bin/sh -e + +jdiralias=@jdiralias@ + +case "$1" in +purge) + if [ -z "$jdiralias" ]; then + echo >&2 "$(basename $0): Internal error" + exit 1 + fi + rm -rf /etc/$jdiralias + + # XXX should remove /etc/.java ??? + ;; +esac + +#DEBHELPER# --- icedtea-java7-7~b24-1.5.orig/debian/JB-bin.prerm.in +++ icedtea-java7-7~b24-1.5/debian/JB-bin.prerm.in @@ -0,0 +1,18 @@ +#!/bin/sh -e + +basedir=/@basedir@ +basediralias=/@basediralias@ +jre_tools='@jre_tools@' + +rm -f $basedir/jre/lib/@archdir@/client/classes.jsa + +for i in $jre_tools; do + update-alternatives --remove $i $basediralias/bin/$i +done + +if [ remove = "$1" ] && [ -x /usr/sbin/update-binfmts ]; then + /usr/sbin/update-binfmts --package @basename@ \ + --remove @basename@ $basedir/jre/lib/jexec +fi + +#DEBHELPER# --- icedtea-java7-7~b24-1.5.orig/debian/JB-controlpanel.desktop.in +++ icedtea-java7-7~b24-1.5/debian/JB-controlpanel.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=@vendor@ Java @RELEASE@ Plugin Control Panel +Comment=@vendor@ Java @RELEASE@ Plugin Control Panel +Exec=/@basedir@/bin/ControlPanel +Terminal=false +Type=Application +Icon=/usr/share/icons/@basename@.xpm +Categories=Application;Settings; --- icedtea-java7-7~b24-1.5.orig/debian/JB-demo.menu.in +++ icedtea-java7-7~b24-1.5/debian/JB-demo.menu.in @@ -0,0 +1,55 @@ +?package(@basename@-demo):\ + needs="x11"\ + section="Apps/Programming"\ + title="@vendor@ Java @RELEASE@ FileChooser Demo"\ + command="/bin/sh -c 'cd /@basedir@/demo/jfc/FileChooserDemo; /@basedir@/bin/java -jar FileChooserDemo.jar'"\ + icon="/usr/share/icons/@basename@-app.xpm"\ + hints="Java2" + +?package(@basename@-demo):\ + needs="x11"\ + section="Apps/Programming"\ + title="@vendor@ Java @RELEASE@ Font2DTest Demo"\ + command="/bin/sh -c 'cd /@basedir@/demo/jfc/Font2DTest; /@basedir@/bin/java -jar Font2DTest.jar'"\ + icon="/usr/share/icons/@basename@-app.xpm"\ + hints="Java2" + +?package(@basename@-demo):\ + needs="x11"\ + section="Apps/Programming"\ + title="@vendor@ Java @RELEASE@ Java 2D Demo"\ + command="/bin/sh -c 'cd /@basedir@/demo/jfc/Java2D; /@basedir@/bin/java -jar Java2Demo.jar'"\ + icon="/usr/share/icons/@basename@-app.xpm"\ + hints="Java2" + +?package(@basename@-demo):\ + needs="x11"\ + section="Apps/Programming"\ + title="@vendor@ Java @RELEASE@ SampleTree Demo"\ + command="/bin/sh -c 'cd /@basedir@/demo/jfc/SampleTree; /@basedir@/bin/java -jar SampleTree.jar'"\ + icon="/usr/share/icons/@basename@-app.xpm"\ + hints="Java2" + +?package(@basename@-demo):\ + needs="x11"\ + section="Apps/Programming"\ + title="@vendor@ Java @RELEASE@ Stylepad Demo"\ + command="/bin/sh -c 'cd /@basedir@/demo/jfc/Stylepad; /@basedir@/bin/java -jar Stylepad.jar'"\ + icon="/usr/share/icons/@basename@-app.xpm"\ + hints="Java2" + +?package(@basename@-demo):\ + needs="x11"\ + section="Apps/Programming"\ + title="@vendor@ Java @RELEASE@ SwingSet2 Demo"\ + command="/bin/sh -c 'cd /@basedir@/demo/jfc/SwingSet2; /@basedir@/bin/java -jar SwingSet2.jar'"\ + icon="/usr/share/icons/@basename@-app.xpm"\ + hints="Java2" + +?package(@basename@-demo):\ + needs="x11"\ + section="Apps/Programming"\ + title="@vendor@ Java @RELEASE@ TableExample Demo"\ + command="/bin/sh -c 'cd /@basedir@/demo/jfc/TableExample; /@basedir@/bin/java -jar TableExample.jar'"\ + icon="/usr/share/icons/@basename@-app.xpm"\ + hints="Java2" --- icedtea-java7-7~b24-1.5.orig/debian/JB-demo.overrides.in +++ icedtea-java7-7~b24-1.5/debian/JB-demo.overrides.in @@ -0,0 +1,4 @@ +@basename@-demo: shlib-without-PT_GNU_STACK-section +@basename@-demo: unstripped-binary-or-object +@basename@-demo: binary-or-shlib-defines-rpath +@basename@-demo: menu-command-not-in-package --- icedtea-java7-7~b24-1.5.orig/debian/JB-doc.doc-base.in +++ icedtea-java7-7~b24-1.5/debian/JB-doc.doc-base.in @@ -0,0 +1,11 @@ +Document: @JDK@-doc +Title: @vendor@ Java(TM) @RELEASE@ JDK, Standard Edition Documentation +Author: @vendor@ +Abstract: The Java @RELEASE@ Platform Documentation contains API specifications, + feature descriptions, developer guides, reference pages for JDK tools + and utilities, demos, and links to related information. +Section: Programming + +Format: HTML +Index: /usr/share/doc/@basename@-jre/api/index.html +Files: /usr/share/doc/@basename@-jre/api/*/*.html --- icedtea-java7-7~b24-1.5.orig/debian/JB-fonts.defoma-hints.in +++ icedtea-java7-7~b24-1.5/debian/JB-fonts.defoma-hints.in @@ -0,0 +1,187 @@ +category truetype + +# Sans + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaSansRegular.ttf + Family = LucidaSans + FontName = LucidaSans + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = SansSerif + Weight = Book + Width = Variable + Shape = NoSerif Upright + Foundry = Lucida + Priority = 15 +end + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaSansDemiBold.ttf + Family = LucidaSans + FontName = LucidaSans-Demibold + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = SansSerif + Weight = Bold + Width = Variable + Shape = NoSerif Upright + Foundry = Lucida + Priority = 15 +end + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaSansOblique.ttf + Family = LucidaSans + FontName = LucidaSans-Oblique + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = SansSerif + Weight = Thin + Width = Variable + Shape = NoSerif Oblique + Foundry = Lucida + Priority = 15 +end + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaSansDemiOblique.ttf + Family = LucidaSans + FontName = LucidaSans-Demibold-Oblique + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = SansSerif + Weight = Bold + Width = Variable + Shape = NoSerif Oblique + Foundry = Lucida + Priority = 15 +end + +# Serif + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaBrightRegular.ttf + Family = LucidaBright + FontName = LucidaBright-Regular + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = Roman + Weight = Book + Width = Variable + Shape = NoSerif Upright + Foundry = Lucida + Priority = 15 +end + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaBrightItalic.ttf + Family = LucidaBright + FontName = LucidaBright-Italic + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = Roman + Weight = Book + Width = Variable + Shape = NoSerif Oblique + Foundry = Lucida + Priority = 15 +end + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaBrightDemiBold.ttf + Family = Lucida-Bright + FontName = Lucida-Bright-Demi + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = NoSerif Upright + Foundry = Lucida + Priority = 15 +end + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaBrightDemiItalic.ttf + Family = Lucida-Bright + FontName = Lucida-Bright-DemiItalic + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = Roman + Weight = Demi + Width = Variable + Shape = NoSerif Oblique + Foundry = Lucida + Priority = 15 +end + +# Mono + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaTypewriterRegular.ttf + Family = LucidaSans-Typewriter + FontName = LucidaSans-Typewriter + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = Typewriter + Weight = Book + Width = Fixed + Shape = NoSerif Upright + Foundry = Lucida + Priority = 15 +end + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaTypewriterOblique.ttf + Family = LucidaSans-Typewriter + FontName = LucidaSans-Typewriter-Oblique + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = Typewriter + Weight = Book + Width = Fixed + Shape = NoSerif Oblique + Foundry = Lucida + Priority = 15 +end + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaTypewriterBold.ttf + Family = LucidaSans-Typewriter + FontName = LucidaSans-Typewriter-Bold + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = Typewriter + Weight = Bold + Width = Fixed + Shape = NoSerif Upright + Foundry = Lucida + Priority = 15 +end + +begin /usr/share/fonts/truetype/ttf-lucida/LucidaTypewriterBoldOblique.ttf + Family = LucidaSans-Typewriter + FontName = LucidaSans-Typewriter-Bold-Oblique + Encoding = Unicode + Location = English + Charset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 ISO10646-1 + UniCharset = ISO8859-1 ISO8859-2 ISO8859-7 ISO8859-9 ISO8859-15 + GeneralFamily = Typewriter + Weight = Bold + Width = Fixed + Shape = NoSerif Oblique + Foundry = Lucida + Priority = 15 +end --- icedtea-java7-7~b24-1.5.orig/debian/JB-java.desktop.in +++ icedtea-java7-7~b24-1.5/debian/JB-java.desktop.in @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=@vendor@ Java @RELEASE@ Runtime +Comment=@vendor@ Java @RELEASE@ Runtime +Exec=/@basedir@/bin/java -jar +Terminal=false +Type=Application +Icon=/usr/share/icons/@basename@.xpm +MimeType=application/x-java-archive;application/java-archive;application/x-jar; +NoDisplay=true --- icedtea-java7-7~b24-1.5.orig/debian/JB-javaws.desktop.in +++ icedtea-java7-7~b24-1.5/debian/JB-javaws.desktop.in @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=@vendor@ Java @RELEASE@ Web Start +Comment=@vendor@ Java @RELEASE@ Web Start +Exec=/@basedir@/bin/javaws -viewer +Terminal=false +Type=Application +Icon=/usr/share/icons/@basename@.xpm +Categories=Application;Network; +MimeType=application/x-java-jnlp-file; --- icedtea-java7-7~b24-1.5.orig/debian/JB-jconsole.desktop.in +++ icedtea-java7-7~b24-1.5/debian/JB-jconsole.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=@vendor@ Java @RELEASE@ Console +Comment=@vendor@ Java @RELEASE@ Monitoring & Management Console +Exec=/@basedir@/bin/jconsole +Terminal=false +Type=Application +Icon=/usr/share/icons/@basename@.xpm +Categories=Application;System; --- icedtea-java7-7~b24-1.5.orig/debian/JB-jdk.menu.in +++ icedtea-java7-7~b24-1.5/debian/JB-jdk.menu.in @@ -0,0 +1,7 @@ +?package(@basename@-jdk):\ + needs="x11"\ + section="Apps/System"\ + title="@vendor@ Java @RELEASE@ Console"\ + command="/@basedir@/bin/jconsole"\ + icon="/usr/share/icons/@basename@.xpm"\ + hints="Java2" --- icedtea-java7-7~b24-1.5.orig/debian/JB-jdk.overrides.in +++ icedtea-java7-7~b24-1.5/debian/JB-jdk.overrides.in @@ -0,0 +1,5 @@ +@basename@-jdk: copyright-should-refer-to-common-license-file-for-gpl +@basename@-jdk: shlib-without-PT_GNU_STACK-section +@basename@-jdk: unstripped-binary-or-object +@basename@-jdk: binary-or-shlib-defines-rpath +@basename@-jdk: menu-icon-missing /usr/share/icons/@basename@.xpm --- icedtea-java7-7~b24-1.5.orig/debian/JB-jdk.postinst.in +++ icedtea-java7-7~b24-1.5/debian/JB-jdk.postinst.in @@ -0,0 +1,55 @@ +#!/bin/sh + +set -e + +priority=@priority@ +basedir=/@basedir@ +basediralias=/@basediralias@ +mandir=/@basediralias@/man +jdiralias=@jdiralias@ +srcext=1.gz +dstext=1.gz +jdk_tools='@jdk_tools@' + +case "$1" in +configure) + for i in $jdk_tools; do + unset slave1 slave2 || true + if [ -e $mandir/man1/$i.$srcext ]; then + slave1="--slave \ + /usr/share/man/man1/$i.$dstext \ + $i.$dstext \ + $mandir/man1/$i.$srcext" + fi + if false && [ -e $mandir/ja/man1/$i.$srcext ]; then + slave2="--slave \ + /usr/share/man/ja/man1/$i.$dstext \ + ${i}_ja.$dstext \ + $mandir/ja/man1/$i.$srcext" + fi + update-alternatives \ + --install \ + /usr/bin/$i \ + $i \ + $basediralias/bin/$i \ + $priority \ + $slave1 $slave2 + done + + # fix slave links for man page alternatives + if [ -n "$2" ] && dpkg --compare-versions "$2" lt 6-00-2ubuntu2; then + for i in $jdk_tools; do + current=$(LANG=C update-alternatives --display $i 2>&1 \ + | awk '/link currently points to/ { print $NF}') + case "$current" in /@basediralias@*) + update-alternatives --quiet --set $i $basediralias/bin/$i + esac + done + fi + + ;; +esac + +#DEBHELPER# + +exit 0 --- icedtea-java7-7~b24-1.5.orig/debian/JB-jdk.prerm.in +++ icedtea-java7-7~b24-1.5/debian/JB-jdk.prerm.in @@ -0,0 +1,12 @@ +#!/bin/sh -e + +jdk_tools='@jdk_tools@' +basedir=/@basedir@ +basediralias=/@basediralias@ + + +for i in $jdk_tools; do + update-alternatives --remove $i $basediralias/bin/$i +done + +#DEBHELPER# --- icedtea-java7-7~b24-1.5.orig/debian/JB-jre.overrides.in +++ icedtea-java7-7~b24-1.5/debian/JB-jre.overrides.in @@ -0,0 +1,3 @@ +@basename@-jre: postinst-does-not-load-confmodule +@basename@-jre: extra-license-file +@basename@-jre: copyright-should-refer-to-common-license-file-for-gpl --- icedtea-java7-7~b24-1.5.orig/debian/JB-plugin.postinst.in +++ icedtea-java7-7~b24-1.5/debian/JB-plugin.postinst.in @@ -0,0 +1,20 @@ +#!/bin/sh -e + +PATH=/sbin:/bin:/usr/sbin:/usr/bin + +priority=@priority@ +browser_dirs="@browser_dirs@" +PLUGIN=gcjwebplugin.so +PLUGINPTH=/@basediralias@/jre/lib/@archdir@/$PLUGIN + +for browser in $browser_dirs; do + update-alternatives --quiet --install \ + /usr/lib/$browser/plugins/libjavaplugin.so \ + $browser-javaplugin.so \ + $PLUGINPTH \ + $priority +done + +#DEBHELPER# + +exit 0 --- icedtea-java7-7~b24-1.5.orig/debian/JB-plugin.prerm.in +++ icedtea-java7-7~b24-1.5/debian/JB-plugin.prerm.in @@ -0,0 +1,13 @@ +#!/bin/sh -e + +browser_dirs="@browser_dirs@" +PLUGIN=gcjwebplugin.so +PLUGINPTH=/@basediralias@/jre/lib/@archdir@/$PLUGIN + +for browser in $browser_dirs; do + update-alternatives --quiet --remove \ + $browser-javaplugin.so \ + $PLUGINPTH +done + +#DEBHELPER# --- icedtea-java7-7~b24-1.5.orig/debian/JB-policytool.desktop.in +++ icedtea-java7-7~b24-1.5/debian/JB-policytool.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=@vendor@ Java @RELEASE@ Policy Tool +Comment=@vendor@ Java @RELEASE@ Policy Tool +Exec=/@basedir@/bin/policytool +Terminal=false +Type=Application +Icon=/usr/share/icons/@basename@.xpm +Categories=Application;Settings;AdvancedSettings; --- icedtea-java7-7~b24-1.5.orig/debian/JB-web-start.applications.in +++ icedtea-java7-7~b24-1.5/debian/JB-web-start.applications.in @@ -0,0 +1,6 @@ +java-web-start + command="/@basedir@/bin/javaws -viewer" + name=java-web-start + can_open_multiple_files=false + requires_terminal=false + mime_types=application/x-java-jnlp-file --- icedtea-java7-7~b24-1.5.orig/debian/JB-web-start.keys.in +++ icedtea-java7-7~b24-1.5/debian/JB-web-start.keys.in @@ -0,0 +1,6 @@ +application/x-java-jnlp-file + description=Java Web Start Application + icon_filename=sun-java + default_action_type=application + default_application_id=java-web-start + short_list_application_user_additions=java-web-start --- icedtea-java7-7~b24-1.5.orig/debian/JB-web-start.mime.in +++ icedtea-java7-7~b24-1.5/debian/JB-web-start.mime.in @@ -0,0 +1,2 @@ +application/x-java-jnlp-file + ext: jnlp --- icedtea-java7-7~b24-1.5.orig/debian/README.Debian +++ icedtea-java7-7~b24-1.5/debian/README.Debian @@ -0,0 +1,6 @@ +icedtea for Debian +------------------ + + + + -- Matthias Klose Wed, 08 Aug 2007 15:55:39 +0200 --- icedtea-java7-7~b24-1.5.orig/debian/README.alternatives.in +++ icedtea-java7-7~b24-1.5/debian/README.alternatives.in @@ -0,0 +1,23 @@ + +Packages providing a runtime or a development environment for the Java +language all use symlinks in the /etc/alternatives directory to enable +the system administrator to choose which programs to use for java, +javac, javah, etc. + +Starting with java-common 0.23ubuntu1, the update-java-alternatives +script can be used to set a bunch of jre/jdk alternatives: + +- Set all runtime tools to point to the @basename@ alternatives: + + update-java-alternatives --set --jre icedtea-java7 + + +- Set all runtime and development tools to point to the @basename@ + alternatives: + + update-java-alternatives --set icedtea + + +- Set all runtime and development tools to auto mode: + + update-java-alternatives --auto --- icedtea-java7-7~b24-1.5.orig/debian/TODO +++ icedtea-java7-7~b24-1.5/debian/TODO @@ -0,0 +1,51 @@ +- -march for lpia ? + openjdk/hotspot/build/linux/makefiles/gcc.make + +- reduce dependencies: +
  • build-essential
  • +
      +
    • dpkg-dev
    • +
    • g++
    • +
    • g++-4.1
    • +
    • libc6-dev
    • +
    • libstdc++6.4.1-dev
    • +
    • linux-libc-dev
    • +
    +
  • gawk
  • +
  • m4
  • +
  • libasound2-dev
  • +
  • libmotif3-dev
  • +
      +
    • libmotif3
    • +
    +
  • libcupsys2-dev
  • +
      +
    • libgcrypt11-dev
    • +
    • lgnutls-dev
    • +
    • libgpg-error-dev
    • +
    • liblzo-dev
    • +
    • libopencdk8-dev
    • +
    • libpopt-dev
    • +
    • libtasn1-3-dev
    • +
    • zlib1g-dev
    • +
    +
  • sun-java6-jdk
  • +
      +
    • java-common
    • +
    • libltdl3
    • +
    • odbcinst1debian1
    • +
    • sun-java6-bin
    • +
    • sun-java6-jre
    • +
    • unixodbc
    • +
    +
  • xlibs-dev
  • +
      +
    • (many)
    • +
    +
  • x11proto-print-dev
  • +
  • libxaw7-dev
  • +
      +
    • libxaw-headers
    • +
    +
  • libxp-dev
  • +
  • libfreetype6-dev
  • --- icedtea-java7-7~b24-1.5.orig/debian/compat +++ icedtea-java7-7~b24-1.5/debian/compat @@ -0,0 +1 @@ +5 --- icedtea-java7-7~b24-1.5.orig/debian/copyright +++ icedtea-java7-7~b24-1.5/debian/copyright @@ -0,0 +1,1899 @@ +This package was debianized by Matthias Klose on +Wed, 08 Aug 2007 15:55:39 +0200. + +It was downloaded from + http://icedtea.classpath.org + http://download.java.net/openjdk/jdk7/promoted/ + http://ftp.gnome.org/pub/GNOME/sources/java-access-bridge/ + +------------------------------------------------------------------------------ +Upstream Authors: + +IcedTea (see AUTHORS for a current list): + Lillian Angel + Gary Benson + Tania Bento + Thomas Fitzsimmons + Kyle Galloway + Andrew Haley + Matthias Klose + Francis Kung + Casey Marshall + Raif Naffah + Joshua Sumali + Christian Thalinger + Mark Wielaard + +OpenJDK: + Sun Microsystems, Inc. + +Java Access Bridge: + Bill Haneman + Louise Miller + Gergõ Érdi + Laszlo (Laca) Peter + Jeff Cai + George Kraft IV + Padraig O'Briain + Darren Kenny + +Packaging: + Matthias Klose + +------------------------------------------------------------------------------ +Copyright: + +IcedTea: + Portions Copyright © 2007 Lillian Angel + Portions Copyright © 2007 Gary Benson + Portions Copyright © 2007 Tania Bento + Portions Copyright © 2007 Thomas Fitzsimmons + Portions Copyright © 2007 Kyle Galloway + Portions Copyright © 2007 Andrew Haley + Portions Copyright © 2007 Matthias Klose + Portions Copyright © 2007 Francis Kung + Portions Copyright © 2007 Casey Marshall + Portions Copyright © 2007 Raif Naffah + Portions Copyright © 2007 Joshua Sumali + Portions Copyright © 2007 Christian Thalinger + Portions Copyright © 2007 Mark Wielaard + +OpenJDK: + Copyright © 2007 Sun Microsystems, Inc. + +Java Access Bridge: + Portions Copyright © 2002-2007 Bill Haneman + Portions Copyright © 2002-2007 Louise Miller + Portions Copyright © 2002-2007 Gergõ Érdi + Portions Copyright © 2002-2007 Laszlo (Laca) Peter + Portions Copyright © 2002-2007 Jeff Cai + Portions Copyright © 2002-2007 George Kraft IV + Portions Copyright © 2002-2007 Padraig O'Briain + Portions Copyright © 2002-2007 Darren Kenny + +Packaging: + Copyright © 2007 Canonical Ltd. + +------------------------------------------------------------------------------ +License: + +NOTE: the combined work which includes the upstream components below +carries forward the OpenJDK Assembly Exception (text included below). + +Packaging: + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +IcedTea: + IcedTea is licensed under the GPL v2. See `/usr/share/common-licenses/GPL-2'. + +OpenJDK: + OpenJDK is licensed under the GPL v2 with exceptions, + see `/usr/share/common-licenses/GPL-2'. + The exceptions are: + - "CLASSPATH" EXCEPTION TO THE GPL + - OPENJDK ASSEMBLY EXCEPTION + Various third party code in OpenJDK is licensed under different licenses. + See below (THIRD_PARTY_README). + +Java Access Bridge: + Java Access Bridge is licensed under the LGPL v2. + See `/usr/share/common-licenses/LGPL-2'. + +A Note About License Headers +---------------------------- + +Some sources downloaded from openjdk.java.net do not display the GPL +license header. Instances are: + + - The files in openjdk/j2se/src/share/classes/javax/xml/stream/ seem to + comprise the BEA-StAX source code + + http://ftpna2.bea.com/pub/downloads/jsr173.jar + + with some Sun-specific modifications. We're assuming that Sun is + bundling BEA-StAX under the terms of the Apache License 2.0 and + that the modifications are owned by Sun. + + - We are assuming that these files are owned by Sun: + openjdk/j2se/src/share/classes/**/resources/*.properties + +The downloaded sources include a script that inserts proprietary +license headers into the source files it generates. The script +itself is GPL'd so we patched them to emit the GPL header. The +file is: + openjdk/j2se/make/java/nio/genExceptions.sh + +------------------------------------------------------------------------------ +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Sun Microsystems, Inc. are subject to +the following clarification and special exception to the GPL, but only where +Sun has expressly included in the particular source file's header the words +"Sun designates this particular file as subject to the "Classpath" exception +as provided by Sun in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. + +------------------------------------------------------------------------------ +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Sun at openjdk.java.net and +openjdk.dev.java.net ("OpenJDK Code") is distributed under the terms of the +GNU General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Sun gives you permission to link this + OpenJDK Code with certain code licensed by Sun as indicated at + http://openjdk.java.net/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Sun. + +As such, it allows licensees and sublicensees of Sun's GPL2 OpenJDK Code to +build an executable that includes those portions of necessary code that Sun +could not provide under GPL2 (or that Sun has provided under GPL2 with the +Classpath exception). If you modify or add to the OpenJDK code, that new +GPL2 code may still be combined with Designated Exception Modules if the +new code is made subject to this exception by its copyright holder. + +------------------------------------------------------------------------------ +the follwing licenses for third party code are taken from +openjdk/THIRD_PARTY_README +------------------------------------------------------------------------------ + +DO NOT TRANSLATE OR LOCALIZE. + +%% This notice is provided with respect to Thai dictionary for text breaking, which may be included with this software: + +--- begin of LICENSE file --- + +Copyright (C) 1982 The Royal Institute, Thai Royal Government. + +Copyright (C) 1998 National Electronics and Computer Technology Center, + National Science and Technology Development Agency, + Ministry of Science Technology and Environment, + Thai Royal Government. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without +limitation the rights to use, copy, modify, merge, publish, distribute, +sublicense, and/or sell copies of the Software, and to permit persons to +whom the Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. + +--- end of LICENSE file --- +%% This notice is provided with respect to ASM, which may be included with this software: +Copyright (c) 2000-2005 INRIA, France Telecom +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF +THE POSSIBILITY OF SUCH DAMAGE. +%% This notice is provided with respect to zlib 1.1.3, which may be included with this software: + +Acknowledgments: + + The deflate format used by zlib was defined by Phil Katz. The deflate + and zlib specifications were written by L. Peter Deutsch. Thanks to all the + people who reported problems and suggested various improvements in zlib; + they are too numerous to cite here. + +Copyright notice: + + (C) 1995-1998 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + +If you use the zlib library in a product, we would appreciate *not* +receiving lengthy legal documents to sign. The sources are provided +for free but without warranty of any kind. The library has been +entirely written by Jean-loup Gailly and Mark Adler; it does not +include third-party code. + +If you redistribute modified sources, we would appreciate that you include +in the file ChangeLog history information documenting your changes. + +%% This notice is provided with respect to W3C (DTD for XML Signatures), which may be included with this software: +W3C® SOFTWARE NOTICE AND LICENSE +Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +This W3C work (including software, documents, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions: +Permission to use, copy, modify, and distribute this software and its documentation, with or without modification,  for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications, that you make: +1.The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. +2.Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, a short notice of the following form (hypertext is preferred, text is permitted) should be used within the body of any redistributed or derivative code: "Copyright © [$date-of-software] World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/" +3.Notice of any changes or modifications to the W3C files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.) +THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. +COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. +The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders. +____________________________________ +This formulation of W3C's notice and license became active on August 14 1998 so as to improve compatibility with GPL. This version ensures that W3C software licensing terms are no more restrictive than GPL and consequently W3C software may be distributed in GPL packages. See the older formulation for the policy prior to this date. Please see our Copyright FAQ for common questions about using materials from our site, including specific terms and conditions for packages like libwww, Amaya, and Jigsaw. Other questions about this notice can be directed to site-policy@w3.org. +  +%% This notice is provided with respect to jscheme.jar, which may be included with this software: +Software License Agreement +Copyright © 1998-2002 by Peter Norvig. +Permission is granted to anyone to use this software, in source or object code form, on any computer system, and to modify, compile, decompile, run, and redistribute it to anyone else, subject to the following restrictions: +1.The author makes no warranty of any kind, either expressed or implied, about the suitability of this software for any purpose. +2.The author accepts no liability of any kind for damages or other consequences of the use of this software, even if they arise from defects in the software. +3.The origin of this software must not be misrepresented, either by explicit claim or by omission. +4.Altered versions must be plainly marked as such, and must not be misrepresented as being the original software. Altered versions may be distributed in packages under other licenses (such as the GNU license). +If you find this software useful, it would be nice if you let me (peter@norvig.com) know about it, and nicer still if you send me modifications that you are willing to share. However, you are not required to do so. + + +%% This notice is provided with respect to PC/SC Lite for Suse Linux v. 1.1.1, which may be included with this software: + +Copyright (c) 1999-2004 David Corcoran +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +Changes to this license can be made only by the copyright author with +explicit written consent. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +%% This notice is provided with respect to IAIK PKCS Wrapper, which may be included with this software: + +Copyright (c) 2002 Graz University of Technology. All rights reserved. +Redistribution and use in source and binary forms, with or without modification,are permitted provided that the following conditions are met: + + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: + + "This product includes software developed by IAIK of Graz University of Technology." + + Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. + +4. The names "Graz University of Technology" and "IAIK of Graz University of Technology" must not be used to endorse or promote products derived from this software without prior written permission. + +5. Products derived from this software may not be called "IAIK PKCS Wrapper", nor may "IAIK" appear in their name, without prior written permission of Graz University of Technology. + +THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE LICENSOR BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, +OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, +OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +%% This notice is provided with respect to Document Object Model (DOM) v. Level 3, which may be included with this software: + +W3Cýý SOFTWARE NOTICE AND LICENSE + +http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 + +This work (and included software, documentation such as READMEs, or other related items) is being +provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you +(the licensee) agree that you have read, understood, and will comply with the following terms and conditions. + +Permission to copy, modify, and distribute this software and its documentation, with or without modification, for +any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies +of the software and documentation or portions thereof, including modifications: + 1.The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. + 2.Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the + W3C Software Short Notice should be included (hypertext is preferred, text is permitted) within the body + of any redistributed or derivative code. + 3.Notice of any changes or modifications to the files, including the date changes were made. (We + recommend you provide URIs to the location from which the code is derived.) +THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKENO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, +WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THEUSE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS,COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. + +COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL ORCONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. +The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the +software without specific, written prior permission. Title to copyright in this software and any associated +documentation will at all times remain with copyright holders. + +____________________________________ + +This formulation of W3C's notice and license became active on December 31 2002. This version removes the +copyright ownership notice such that this license can be used with materials other than those owned by the +W3C, reflects that ERCIM is now a host of the W3C, includes references to this specific dated version of the +license, and removes the ambiguous grant of "use". Otherwise, this version is the same as the previous +version and is written so as to preserve the Free Software Foundation's assessment of GPL compatibility and +OSI's certification under the Open Source Definition. Please see our Copyright FAQ for common questions +about using materials from our site, including specific terms and conditions for packages like libwww, Amaya, +and Jigsaw. Other questions about this notice can be directed to +site-policy@w3.org. + +%% This notice is provided with respect to Xalan, Xerces, which may be included with this software: + +/* + * The Apache Software License, Version 1.1 + * + * + * Copyright (c) 1999-2003 The Apache Software Foundation. All rights * reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. * + * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. The end-user documentation included with the redistribution, + * if any, must include the following acknowledgment: + * "This product includes software developed by the + * Apache Software Foundation (http://www.apache.org/)." + * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * + * 4. The names "Xerces" and "Apache Software Foundation" must + * not be used to endorse or promote products derived from this + * software without prior written permission. For written + * permission, please contact apache@apache.org. + * + * 5. Products derived from this software may not be called "Apache", + * nor may "Apache" appear in their name, without prior written + * permission of the Apache Software Foundation. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * ==================================================================== * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation and was + * originally based on software copyright (c) 1999, International + * Business Machines, Inc., http://www.ibm.com. For more + * information on the Apache Software Foundation, please see + * + +%% This notice is provided with respect to JavaScript, which may be included with this software: + +AMENDMENTS +The Netscape Public License Version 1.1 ("NPL") consists of the Mozilla Public License Version 1.1 with the following Amendments, including Exhibit A-Netscape Public License.  Files identified with "Exhibit A-Netscape Public License" are governed by the Netscape Public License Version 1.1. +Additional Terms applicable to the Netscape Public License. +I. Effect. +These additional terms described in this Netscape Public License -- Amendments shall apply to the Mozilla Communicator client code and to all Covered Code under this License. +II. ''Netscape's Branded Code'' means Covered Code that Netscape distributes and/or permits others to distribute under one or more trademark(s) which are controlled by Netscape but which are not licensed for use under this License. +III. Netscape and logo. +This License does not grant any rights to use the trademarks "Netscape'', the "Netscape N and horizon'' logo or the "Netscape lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript", "Smart Browsing" even if such marks are included in the Original Code or Modifications. +IV. Inability to Comply Due to Contractual Obligation. +Prior to licensing the Original Code under this License, Netscape has licensed third party code for use in Netscape's Branded Code. To the extent that Netscape is limited contractually from making such third party code available under this License, Netscape may choose to reintegrate such code into Covered Code without being required to distribute such code in Source Code form, even if such code would otherwise be considered ''Modifications'' under this License. +V. Use of Modifications and Covered Code by Initial Developer. +V.1. In General. +The obligations of Section 3 apply to Netscape, except to the extent specified in this Amendment, Section V.2 and V.3. +V.2. Other Products. +Netscape may include Covered Code in products other than the Netscape's Branded Code which are released by Netscape during the two (2) years following the release date of the Original Code, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License. +V.3. Alternative Licensing. +Netscape may license the Source Code of Netscape's Branded Code, including Modifications incorporated therein, without such Netscape Branded Code becoming subject to the terms of this License, and may license such Netscape Branded Code on different terms from those contained in this License. +  +VI. Litigation. +Notwithstanding the limitations of Section 11 above, the provisions regarding litigation in Section 11(a), (b) and (c) of the License shall apply to all disputes relating to this License. + +EXHIBIT A-Netscape Public License. +  +''The contents of this file are subject to the Netscape Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. +The Original Code is Mozilla Communicator client code, released March 31, 1998. +The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1998-1999 Netscape Communications Corporation. All Rights Reserved. +Contributor(s): ______________________________________. +  +Alternatively, the contents of this file may be used under the terms of the _____ license (the  "[___] License"), in which case the provisions of [______] License are applicable  instead of those above.  If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the NPL, indicate your decision by deleting  the provisions above and replace  them with the notice and other provisions required by the [___] License.  If you do not delete the provisions above, a recipient may use your version of this file under either the NPL or the [___] License." + +MOZILLA PUBLIC LICENSE +Version 1.1 + +1. Definitions. +1.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party. +1.1. ''Contributor'' means each entity that creates or contributes to the creation of Modifications. +1.2. ''Contributor Version'' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor. +1.3. ''Covered Code'' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof. +1.4. ''Electronic Distribution Mechanism'' means a mechanism generally accepted in the software development community for the electronic transfer of data. +1.5. ''Executable'' means Covered Code in any form other than Source Code. +1.6. ''Initial Developer'' means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A. +1.7. ''Larger Work'' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. +1.8. ''License'' means this document. +1.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein. +1.9. ''Modifications'' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is: +A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. +B. Any new file that contains any part of the Original Code or previous Modifications. +  +1.10. ''Original Code'' means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License. +1.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation,  method, process, and apparatus claims, in any patent Licensable by grantor. +1.11. ''Source Code'' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge. +1.12. "You'' (or "Your")  means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You'' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control'' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. +2. Source Code License. +2.1. The Initial Developer Grant. +The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: +(a)  under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and +(b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof). +  +(c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License. +(d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code;  or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices. +  +2.2. Contributor Grant. +Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license +  +(a)  under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and +(b) under Patent Claims infringed by the making, using, or selling of  Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of  Modifications made by that Contributor with its Contributor Version (or portions of such combination). +(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code. +(d)    Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2)  separate from the Contributor Version;  3)  for infringements caused by: i) third party modifications of Contributor Version or ii)  the combination of Modifications made by that Contributor with other software  (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor. + +3. Distribution Obligations. +3.1. Application of License. +The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5. +3.2. Availability of Source Code. +Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party. +3.3. Description of Modifications. +You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code. +3.4. Intellectual Property Matters +(a) Third Party Claims. +If Contributor has knowledge that a license under a third party's intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL'' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained. +(b) Contributor APIs. +If Contributor's Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file. +  +          (c)    Representations. +Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor's Modifications are Contributor's original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License. + +3.5. Required Notices. +You must duplicate the notice in Exhibit A in each file of the Source Code.  If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice.  If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A.  You must also duplicate this License in any documentation for the Source Code where You describe recipients' rights or ownership rights relating to Covered Code.  You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. +3.6. Distribution of Executable Versions. +You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. +3.7. Larger Works. +You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code. +4. Inability to Comply Due to Statute or Regulation. +If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. +5. Application of this License. +This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code. +6. Versions of the License. +6.1. New Versions. +Netscape Communications Corporation (''Netscape'') may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number. +6.2. Effect of New Versions. +Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License. +6.3. Derivative Works. +If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases ''Mozilla'', ''MOZILLAPL'', ''MOZPL'', ''Netscape'', "MPL", ''NPL'' or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.) +7. DISCLAIMER OF WARRANTY. +COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS'' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. +8. TERMINATION. +8.1.  This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. +8.2.  If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant")  alleging that: +(a)  such Participant's Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i)  agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant.  If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above. +(b)  any software, hardware, or device, other than such Participant's Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant. +8.3.  If You assert a patent infringement claim against Participant alleging that such Participant's Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license. +8.4.  In the event of termination under Sections 8.1 or 8.2 above,  all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination. +9. LIMITATION OF LIABILITY. +UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. +10. U.S. GOVERNMENT END USERS. +The Covered Code is a ''commercial item,'' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ''commercial computer software'' and ''commercial computer software documentation,'' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. +11. MISCELLANEOUS. +This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. +12. RESPONSIBILITY FOR CLAIMS. +As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability. +13. MULTIPLE-LICENSED CODE. +Initial Developer may designate portions of the Covered Code as "Multiple-Licensed".  "Multiple-Licensed" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the NPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. +``The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at +http://www.mozilla.org/MPL/ +Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF +ANY KIND, either express or implied. See the License for the specific language governing rights and +limitations under the License. +The Original Code is ______________________________________. +The Initial Developer of the Original Code is ________________________. Portions created by + ______________________ are Copyright (C) ______ _______________________. All Rights +Reserved. +Contributor(s): ______________________________________. +Alternatively, the contents of this file may be used under the terms of the _____ license (the  "[___] License"), in which case the provisions of [______] License are applicable  instead of those above.  If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the MPL, indicate your decision by deleting  the provisions above and replace  them with the notice and other provisions required by the [___] License.  If you do not delete the provisions above, a recipient may use your version of this file under either the MPL or the [___] License." +[NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.] + +%% This notice is provided with respect to Mesa 3-D graphics library v. 5, which may be included with this software: + +Copyright (c) 2007 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. + +%% This notice is provided with respect to Byte Code Engineering Library (BCEL), which may be included with this software: + + Apache Software License + + /* +==================================================================== * The Apache Software License, Version 1.1 + * + * Copyright (c) 2001 The Apache Software Foundation. Allrights + * reserved. + * + * Redistribution and use in source and binary forms, withor without + * modification, are permitted provided that the followingconditions + * are met: + * + * 1. Redistributions of source code must retain the abovecopyright + * notice, this list of conditions and the followingdisclaimer. + * + * 2. Redistributions in binary form must reproduce theabove copyright + * notice, this list of conditions and the followingdisclaimer in + * the documentation and/or other materials providedwith the + * distribution. + * + * 3. The end-user documentation included with theredistribution, + * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation +(http://www.apache.org/)." + * Alternately, this acknowledgment may appear in thesoftware itself, + * if and wherever such third-party acknowledgmentsnormally appear. + * + * 4. The names "Apache" and "Apache Software Foundation"and + * "Apache BCEL" must not be used to endorse or promoteproducts + * derived from this software without prior writtenpermission. For + * written permission, please contact apache@apache.org. * + * 5. Products derived from this software may not be called"Apache", + * "Apache BCEL", nor may "Apache" appear in their name,without + * prior written permission of the Apache SoftwareFoundation. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED ORIMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIEDWARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSEARE + * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWAREFOUNDATION OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;LOSS OF + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVERCAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICTLIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING INANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF + * SUCH DAMAGE. + * +==================================================================== * + * This software consists of voluntary contributions madeby many + * individuals on behalf of the Apache Software +Foundation. For more + * information on the Apache Software Foundation, pleasesee + * . + */ + +%% This notice is provided with respect to Regexp, Regular Expression Package, which may be included with this software: + +The Apache Software License, Version 1.1 +Copyright (c) 2001 The Apache Software Foundation. All rights +reserved. +Redistribution and use in source and binary forms, with or without modification,are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in +the documentation and/or other materials provided with the +distribution. + +3. The end-user documentation included with the redistribution, +if any, must include the following acknowledgment: +"This product includes software developed by the +Apache Software Foundation (http://www.apache.org/)." +Alternately, this acknowledgment may appear in the software itself, +if and wherever such third-party acknowledgments normally appear. + +4. The names "Apache" and "Apache Software Foundation" and +"Apache Turbine" must not be used to endorse or promote products +derived from this software without prior written permission. For +written permission, please contact apache@apache.org. + +5. Products derived from this software may not be called "Apache", +"Apache Turbine", nor may "Apache" appear in their name, without +prior written permission of the Apache Software Foundation. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +==================================================================== +This software consists of voluntary contributions made by many +individuals on behalf of the Apache Software Foundation. For more +information on the Apache Software Foundation, please see + +http://www.apache.org. + +%% This notice is provided with respect to CUP Parser Generator for Java, which may be included with this software: + +CUP Parser Generator Copyright Notice, License, and Disclaimer + +Copyright 1996-1999 by Scott Hudson, Frank Flannery, C. Scott Ananian +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided thatthe above copyright notice appear in all copies and that both the copyrightnotice and this permission notice and warranty disclaimer appear in +supporting documentation, and that the names of the authors or their employersnot be used in advertising or publicity pertaining to distribution of +the software without specific, written prior permission. + +The authors and their employers disclaim all warranties with regard to thissoftware, including all implied warranties of merchantability and +fitness. In no event shall the authors or their employers be liable for anyspecial, indirect or consequential damages or any damages whatsoever +resulting from loss of use, data or profits, whether in an action of contract,negligence or other tortious action, arising out of or in connection withthe use or performance of this software. + +%% This notice is provided with respect to SAX v. 2.0.1, which may be included with this software: + +Copyright Status + + SAX is free! + + In fact, it's not possible to own a license to SAX, since it's been placed in the public + domain. + + No Warranty + + Because SAX is released to the public domain, there is no warranty for the design or for + the software implementation, to the extent permitted by applicable law. Except when + otherwise stated in writing the copyright holders and/or other parties provide SAX "as is" + without warranty of any kind, either expressed or implied, including, but not limited to, the + implied warranties of merchantability and fitness for a particular purpose. The entire risk as + to the quality and performance of SAX is with you. Should SAX prove defective, you + assume the cost of all necessary servicing, repair or correction. + + In no event unless required by applicable law or agreed to in writing will any copyright + holder, or any other party who may modify and/or redistribute SAX, be liable to you for + damages, including any general, special, incidental or consequential damages arising out of + the use or inability to use SAX (including but not limited to loss of data or data being + rendered inaccurate or losses sustained by you or third parties or a failure of the SAX to + operate with any other programs), even if such holder or other party has been advised of + the possibility of such damages. + + Copyright Disclaimers + + This page includes statements to that effect by David Megginson, who would have been + able to claim copyright for the original work. + SAX 1.0 + + Version 1.0 of the Simple API for XML (SAX), created collectively by the membership of + the XML-DEV mailing list, is hereby released into the public domain. + + No one owns SAX: you may use it freely in both commercial and non-commercial + applications, bundle it with your software distribution, include it on a CD-ROM, list the + source code in a book, mirror the documentation at your own web site, or use it in any + other way you see fit. + + David Megginson, sax@megginson.com + 1998-05-11 + + SAX 2.0 + + I hereby abandon any property rights to SAX 2.0 (the Simple API for XML), and release + all of the SAX 2.0 source code, compiled code, and documentation contained in this + distribution into the Public Domain. SAX comes with NO WARRANTY or guarantee of + fitness for any purpose. + + David Megginson, david@megginson.com + 2000-05-05 + +%% This notice is provided with respect to Cryptix, which may be included with this software: + +Cryptix General License + +Copyright © 1995-2003 The Cryptix Foundation Limited. All rights reserved. +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions aremet: + + 1.Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. 2.Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +THIS SOFTWARE IS PROVIDED BY THE CRYPTIX FOUNDATION LIMITED AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS ORIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FORA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CRYPTIX FOUNDATION LIMITED OR CONTRIBUTORS BELIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOTLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESSINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OFTHE POSSIBILITY OF SUCH DAMAGE. + +%% This notice is provided with respect to X Window System, which may be included with this software: + +Copyright The Open Group + +Permission to use, copy, modify, distribute, and sell this software and itsdocumentation for any purpose is hereby granted without fee, provided that theabove copyright notice appear in all copies and that both that copyright noticeand this permission notice appear in supporting documentation. + +The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESSFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE OPEN GROUPBE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OFCONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THESOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. + +Portions also covered by other licenses as noted in the above URL. + +%% This notice is provided with respect to Retroweaver, which may be included with this software: + +Copyright (c) February 2004, Toby Reyelts +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +Neither the name of Toby Reyelts nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICTLIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +%% This notice is provided with respect to stripper, which may be included with this software: + +Stripper : debug information stripper + Copyright (c) 2003 Kohsuke Kawaguchi + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +%% This notice is provided with respect to libpng official PNG reference library, which may be included with this software: + +This copy of the libpng notices is provided for your convenience. In case ofany discrepancy between this copy and the notices in the file png.h that isincluded in the libpng distribution, the latter shall prevail. + +COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: + +If you modify libpng you may insert additional notices immediately followingthis sentence. + +libpng version 1.2.6, December 3, 2004, is +Copyright (c) 2004 Glenn Randers-Pehrson, and is +distributed according to the same disclaimer and license as libpng-1.2.5with the following individual added to the list of Contributing Authors + Cosmin Truta + +libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, areCopyright (c) 2000-2002 Glenn Randers-Pehrson, and are +distributed according to the same disclaimer and license as libpng-1.0.6with the following individuals added to the list of Contributing Authors + Simon-Pierre Cadieux + Eric S. Raymond + Gilles Vollant + +and with the following additions to the disclaimer: + + There is no warranty against interference with your enjoyment of the library or against infringement. There is no warranty that our + efforts or the library will fulfill any of your particular purposes or needs. This library is provided with all faults, and the entire risk of satisfactory quality, performance, accuracy, and effort is with the user. + +libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, areCopyright (c) 1998, 1999 Glenn Randers-Pehrson, and are +distributed according to the same disclaimer and license as libpng-0.96,with the following individuals added to the list of Contributing Authors: + Tom Lane + Glenn Randers-Pehrson + Willem van Schaik + +libpng versions 0.89, June 1996, through 0.96, May 1997, are +Copyright (c) 1996, 1997 Andreas Dilger +Distributed according to the same disclaimer and license as libpng-0.88,with the following individuals added to the list of Contributing Authors: + John Bowler + Kevin Bracey + Sam Bushell + Magnus Holmgren + Greg Roelofs + Tom Tanner + +libpng versions 0.5, May 1995, through 0.88, January 1996, are +Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. + +For the purposes of this copyright and license, "Contributing Authors"is defined as the following set of individuals: + + Andreas Dilger + Dave Martindale + Guy Eric Schalnat + Paul Schmidt + Tim Wegner + +The PNG Reference Library is supplied "AS IS". The Contributing Authorsand Group 42, Inc. disclaim all warranties, expressed or implied, +including, without limitation, the warranties of merchantability and offitness for any purpose. The Contributing Authors and Group 42, Inc. +assume no liability for direct, indirect, incidental, special, exemplary,or consequential damages, which may result from the use of the PNG +Reference Library, even if advised of the possibility of such damage. + +Permission is hereby granted to use, copy, modify, and distribute thissource code, or portions hereof, for any purpose, without fee, subjectto the following restrictions: + +1. The origin of this source code must not be misrepresented. + +2. Altered versions must be plainly marked as such and must not + be misrepresented as being the original source. + +3. This Copyright notice may not be removed or altered from any + source or altered source distribution. + +The Contributing Authors and Group 42, Inc. specifically permit, withoutfee, and encourage the use of this source code as a component to +supporting the PNG file format in commercial products. If you use thissource code in a product, acknowledgment is not required but would be +appreciated. + + +A "png_get_copyright" function is available, for convenient use in "about"boxes and the like: + + printf("%s",png_get_copyright(NULL)); + +Also, the PNG logo (in PNG format, of course) is supplied in the +files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). + +Libpng is OSI Certified Open Source Software. OSI Certified Open Source is acertification mark of the Open Source Initiative. + +Glenn Randers-Pehrson +glennrp at users.sourceforge.net +December 3, 2004 + +%% This notice is provided with respect to Libungif - An uncompressed GIF library, which may be included with this software: + +The GIFLIB distribution is Copyright (c) 1997 Eric S. Raymond + +Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE. + +%% This notice is provided with respect to XML Resolver library, Xalan J2, and StAX API, which may be included with this software: + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +%% Some Portions licensed from IBM are available at: +http://www.ibm.com/software/globalization/icu/ + +%% This notice is provided with respect to ICU4J, ICU 1.8.1 and later, which may be included with this software: + +ICU License - ICU 1.8.1 and later COPYRIGHT AND PERMISSION NOTICE Cop +yright (c) +1995-2003 International Business Machines Corporation and others All rightsreserved. Permission is hereby granted, free of charge, to any person obtaininga copy of this software and associated documentation files (the "Software"), todeal in the Software without restriction, including without limitation therights to use, copy, modify, merge, publish, distribute, and/or sell copies ofthe Software, and to permit persons to whom the Software is furnished to do so,provided that the above copyright notice(s) and this permission notice appear inall copies of the Software and that both the above copyright notice(s) and thispermission notice appear in supporting documentation. THE SOFTWARE IS PROVIDED"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOTLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSEAND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHTHOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY C + LAIM, OR ANYSPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTINGFROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCEOR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE ORPERFORMANCE OF THIS SOFTWARE. Except as contained in this notice, the name of acopyright holder shall not be used in advertising or otherwise to promote thesale, use or other dealings in this Software without prior written authorizationof the copyright holder. + +%% This notice is provided with respect to Jing, which may be included with this software: + +Jing Copying Conditions + +Copyright (c) 2001-2003 Thai Open Source Software Center Ltd +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification,are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice,this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice,this list of conditions and the following disclaimer in the documentation and/orother materials provided with the distribution. + * Neither the name of the Thai Open Source Software Center Ltd nor the namesof its contributors may be used to endorse or promote products derived from thissoftware without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" ANDANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIEDWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AREDISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANYDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ONANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +%% This notice is provided with respect to RELAX NG Object Model/Parser, which may be included with this software: + + +The MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy ofthis software and associated documentation files (the "Software"), to deal inthe Software without restriction, including without limitation the rights touse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies ofthe Software, and to permit persons to whom the Software is furnished to do so,subject to the following conditions: + +The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESSFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS ORCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHERIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR INCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +%% This notice is provided with respect to XFree86-VidMode Extension, which may be included with this software: + +Version 1.1 of XFree86 ProjectLicence. + + Copyright (C) 1994-2004 The XFree86 Project, Inc. All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to deal inthe Software without restriction, including without limitation the rights touse, copy, modify, merge, publish, distribute, sublicence, and/or sell copies ofthe Software, and to permit persons to whom the Software is furnished to do so,subject to the following conditions: + + 1. Redistributions of source code must retain the above copyright notice,this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyrightnotice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution, and in thesame place and form as other copyright, license and disclaimer information. 3. The end-user documentation included with the redistribution, if any,must include the following acknowledgment: "This product includes softwaredeveloped by The XFree86 Project, Inc (http://www.xfree86.org/) and itscontributors", in the same place and form as other third-party acknowledgments.Alternately, this acknowledgment may appear in the software itself, in the sameform and location as other such third-party acknowledgments. + 4. Except as contained in this notice, the name of The XFree86 Project,Inc shall not be used in advertising or otherwise to promote the sale, use orother dealings in this Software without prior written authorization from TheXFree86 Project, Inc. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY ANDFITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE XFREE86PROJECT, INC OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; ORBUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER INCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISINGIN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITYOF SUCH DAMAGE. + +%% This notice is provided with respect to XML Security, which may be included with this software: + + The Apache Software License, + Version 1.1 + + + PDF + + + Copyright (C) 2002 The Apache SoftwareFoundation. + All rights reserved. Redistribution anduse in + source and binary forms, with or withoutmodifica- + tion, are permitted provided that thefollowing + conditions are met: 1. Redistributions ofsource + code must retain the above copyrightnotice, this + list of conditions and the followingdisclaimer. + 2. Redistributions in binary form mustreproduce + the above copyright notice, this list of conditions and the following disclaimerin the + documentation and/or other materialsprovided with + the distribution. 3. The end-userdocumentation + included with the redistribution, if any,must + include the following acknowledgment:"This + product includes software developed bythe Apache + Software Foundation +(http://www.apache.org/)." + Alternately, this acknowledgment mayappear in the + software itself, if and wherever suchthird-party + acknowledgments normally appear. 4. Thenames + "Apache Forrest" and "Apache SoftwareFoundation" + must not be used to endorse or promoteproducts + derived from this software without priorwritten + permission. For written permission,please contact + apache@apache.org. 5. Products derivedfrom this + software may not be called "Apache", normay + "Apache" appear in their name, withoutprior + written permission of the Apache Software Foundation. THIS SOFTWARE IS PROVIDED``AS IS'' + AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THEIMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESSFOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NOEVENT + SHALL THE APACHE SOFTWARE FOUNDATION ORITS + CONTRIBUTORS BE LIABLE FOR ANY DIRECT,INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, ORCONSEQUENTIAL + DAMAGES (INCLU- DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANYTHEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICTLIABILITY, + OR TORT (INCLUDING NEGLIGENCE OROTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF + SUCH DAMAGE. This software consists ofvoluntary + contributions made by many individuals onbehalf + of the Apache Software Foundation. Formore + information on the Apache SoftwareFoundation, + please see . + +%% This notice is provided with respect to Independent JPEG Group's software (libjpeg), which may be included with this software: + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a program, you must acknowledge somewhere in your documentation that you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, with respect to this software, its quality, accuracy, merchantability, or fitness for a particular purpose. This software is provided "AS IS", and you, its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-1998, Thomas G. Lane. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: + +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. + +(2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". + +(3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, not just to the unmodified library. If you use our work, you ought to acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name in advertising or publicity relating to this software or products derived from it. This software may be referred to only as "the Independent JPEG Group's software". + +We specifically permit and encourage the use of this software as the basis of commercial products, provided that all warranty or liability claims are assumed by the product vendor. + +ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. ansi2knr.c is NOT covered by the above copyright and conditions, but instead by the usual distribution terms of the Free Software Foundation; principally, that you must include source code if you redistribute it. (See the file ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part of any program generated from the IJG code, this does not limit you more than the foregoing paragraphs do. + +The Unix configuration script "configure" was produced with GNU Autoconf. It is copyright by the Free Software Foundation but is freely distributable. The same holds for its supporting scripts (config.guess, config.sub, ltconfig, ltmain.sh). Another support script, install-sh, is copyright by M.I.T. but is also freely distributable. + +It appears that the arithmetic coding option of the JPEG spec is covered by patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot legally be used without obtaining one or more licenses. For this reason, support for arithmetic coding has been removed from the free JPEG software. (Since arithmetic coding provides only a marginal gain over the unpatented Huffman mode, it is unlikely that very many implementations will support it.) So far as we are aware, there are no patent restrictions on the remaining code. + +The IJG distribution formerly included code to read and write GIF files. To avoid entanglement with the Unisys LZW patent, GIF reading support has been removed altogether, and the GIF writer has been simplified to produce "uncompressed GIFs". This technique does not use the LZW algorithm; the resulting GIF files are larger than usual, but are readable by all standard GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + +%% This notice is provided with respect to X Resize and Rotate (Xrandr) Extension, which may be included with this software: +2. XFree86 License + +XFree86 code without an explicit copyright is covered by the following +copyright/license: + +Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE XFREE86 +PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of the XFree86 Project shall not be +used in advertising or otherwise to promote the sale, use or other dealings in +this Software without prior written authorization from the XFree86 Project. + +%% This notice is provided with respect to fontconfig, which may be included with this software: +Id: COPYING,v 1.3 2003/04/04 20:17:40 keithp Exp $ +Copyright 2001,2003 Keith Packard + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +%% This notice is provided with respect to XFree86, which may be included with this software: +Copyright (C) 1994-2002 The XFree86 Project, Inc. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated +documentation files (the "Software"), to deal in the Software without +restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT +NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of the XFree86 Project shall not be +used in advertising or otherwise +to promote the sale, use or other dealings in this Software without prior +written authorization from the XFree86 +Project. +%% This notice is provided with respect to Fast Infoset, which may be included with this software: +* Fast Infoset ver. 0.1 software ("Software") +* +* Copyright, 2004-2005 Sun Microsystems, Inc. All Rights Reserved. +* +* Software is licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. You may +* obtain a copy of the License at: + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations. +* +* Sun supports and benefits from the global community of open source +* developers, and thanks the community for its important contributions and +* open standards-based technology, which Sun has adopted into many of its +* products. +* +* Please note that portions of Software may be provided with notices and +* open source licenses from such communities and third parties that govern the +* use of those portions, and any licenses granted hereunder do not alter any +* rights and obligations you may have under such open source licenses, +* however, the disclaimer of warranty and limitation of liability provisions +* in this License will apply to all Software in this distribution. +* +* You acknowledge that the Software is not designed, licensed or intended +* for use in the design, construction, operation or maintenance of any nuclear +* facility. +* +* Apache License +* Version 2.0, January 2004 +* http://www.apache.org/licenses/ +* +*/ +/* +* ==================================================================== +* +* This code is subject to the freebxml License, Version 1.1 +* +* Copyright (c) 2001 - 2005 freebxml.org. All rights reserved. +* +* $Header: /cvs/fi/FastInfoset/src/com/sun/xml/internal/fastinfoset/AbstractResourceBundle.java,v 1.2 +*  ==================================================================== +*/ +%% This notice is provided with respect to Kerberos, which may be included with this software: + +/* + * Copyright (C) 1998 by the FundsXpress, INC. + * + * All rights reserved. + * + * Export of this software from the United States of America may require + * a specific license from the United States Government.  It is the + * responsibility of any person or organization contemplating export to + * obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of FundsXpress. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. FundsXpress makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED + * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ + +%% This notice is provided with respect to Unicode's CLDR data repository, which may be included with this software: + + Unicode Copyright + + For the general privacy policy governing access to this site, see the +Unicode Privacy Policy. For trademark usage, see the the Unicode Consortium +Trademarks and Logo Policy. + Notice to End User: Terms of Use + Carefully read the following legal agreement ("Agreement"). Use or copying +of the software and/or codes provided with this agreement (The "Software") +constitutes your acceptance of these terms + + 1. Unicode Copyright. + 1. Copyright © 1991-2005 Unicode, Inc. All rights reserved. + 2. Certain documents and files on this website contain a legend +indicating that "Modification is permitted." Any person is hereby authorized, +without fee, to modify such documents and files to create derivative works +conforming to the Unicode® Standard, subject to Terms and Conditions herein. + 3. Any person is hereby authorized, without fee, to view, use, +reproduce, and distribute all documents and files solely for informational +purposes in the creation of products supporting the Unicode Standard, subject to +the Terms and Conditions herein. + 4. Further specifications of rights and restrictions pertaining to +the use of the particular set of data files known as the "Unicode Character +Database" can be found in Exhibit 1. + 5. Further specifications of rights and restrictions pertaining to +the use of the particular set of files that constitute the online edition of The +Unicode Standard, Version 4.0, may be found in V4.0 online edition. + 6. No license is granted to "mirror" the Unicode website where a +fee is charged for access to the "mirror" site. + 7. Modification is not permitted with respect to this document. All +copies of this document must be verbatim. + 2. Restricted Rights Legend. Any technical data or software which is +licensed to the United States of America, its agencies and/or instrumentalities +under this Agreement is commercial technical data or commercial computer +software developed exclusively at private expense as defined in FAR 2.101, or +DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, +duplication, or disclosure by the Government is subject to restrictions as set +forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and +this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, +as applicable, use, duplication or disclosure by the Government is subject to +the restrictions set forth in this Agreement. + 3. Warranties and Disclaimers. + 1. This publication and/or website may include technical or +typographical errors or other inaccuracies . Changes are periodically added to +the information herein; these changes will be incorporated in new editions of +the publication and/or website. Unicode may make improvements and/or changes in +the product(s) and/or program(s) described in this publication and/or website at +any time. + 2. If this file has been purchased on magnetic or optical media +from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange +of the defective media within ninety (90) days of original purchase. + 3. EXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND/OR +SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, +IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE +AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS +PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED +TO THIS PUBLICATION OR THE UNICODE WEBSITE. + 4. Waiver of Damages. In no event shall Unicode or its licensors be +liable for any special, incidental, indirect or consequential damages of any +kind, or any damages whatsoever, whether or not Unicode was advised of the +possibility of the damage, including, without limitation, those resulting from +the following: loss of use, data or profits, in connection with the use, +modification or distribution of this information or its derivatives. + 5. Trademarks. + 1. Unicode and the Unicode logo are registered trademarks of +Unicode, Inc. + 2. This site contains product names and corporate names of other +companies. All product names and company names and logos mentioned herein are +the trademarks or registered trademarks of their respective owners. Other +products and corporate names mentioned herein which are trademarks of a third +party are used only for explanation and for the owners' benefit and with no +intent to infringe. + 3. Use of third party products or information referred to herein is +at the user's risk. + 6. Miscellaneous. + 1. Jurisdiction and Venue. This server is operated from a location +in the State of California, United States of America. Unicode makes no +representation that the materials are appropriate for use in other locations. If +you access this server from other locations, you are responsible for compliance +with local laws. This Agreement, all use of this site and any claims and damages +resulting from use of this site are governed solely by the laws of the State of +California without regard to any principles which would apply the laws of a +different jurisdiction. The user agrees that any disputes regarding this site +shall be resolved solely in the courts located in Santa Clara County, +California. The user agrees said courts have personal jurisdiction and agree to +waive any right to transfer the dispute to any other forum. + 2. Modification by Unicode Unicode shall have the right to modify +this Agreement at any time by posting it to this site. The user may not assign +any part of this Agreement without Unicode's prior written consent. + 3. Taxes. The user agrees to pay any taxes arising from access to +this website or use of the information herein, except for those based on +Unicode's net income. + 4. Severability. If any provision of this Agreement is declared +invalid or unenforceable, the remaining provisions of this Agreement shall +remain in effect. + 5. Entire Agreement. This Agreement constitutes the entire +agreement between the parties. + +EXHIBIT 1 +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + + Unicode Data Files include all data files under the directories +http://www.unicode.org/Public/ and http://www.unicode.org/reports/. Unicode +Software includes any source code under the directories +http://www.unicode.org/Public/ and http://www.unicode.org/reports/. + + NOTICE TO USER: Carefully read the following legal agreement. BY +DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES +("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND +AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU +DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES +OR SOFTWARE. + + COPYRIGHT AND PERMISSION NOTICE + + Copyright Ã?Â,Ã,© 1991-2004 Unicode, Inc. All rights reserved. Distributed under +the Terms of Use in http://www.unicode.org/copyright.html. + + Permission is hereby granted, free of charge, to any person obtaining a copy +of the Unicode data files and associated documentation (the "Data Files") or +Unicode software and associated documentation (the "Software") to deal in the +Data Files or Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files or +Software are furnished to do so, provided that (a) the above copyright notice(s) +and this permission notice appear with all copies of the Data Files or Software, +(b) both the above copyright notice(s) and this permission notice appear in +associated documentation, and (c) there is clear notice in each modified Data +File or in the Software as well as in the documentation associated with the Data +File(s) or Software that the data or software has been modified. + + THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD +PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING +OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE. + + Except as contained in this notice, the name of a copyright holder shall not +be used in advertising or otherwise to promote the sale, use or other dealings +in these Data Files or Software without prior written authorization of the +copyright holder. + + Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be +registered in some jurisdictions. All other trademarks and registered trademarks +mentioned herein are the property of their respective owners. +%% This notice is provided with respect to RSA PKCS#11 Header Files & Specification, which may be included with this software: + +/* + * Copyright (C) 1998 by the FundsXpress, INC. + * + * All rights reserved. + * + * Export of this software from the United States of America may require + * a specific license from the United States Government.  It is the + * responsibility of any person or organization contemplating export to + * obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of FundsXpress. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission.  FundsXpress makes no representations about the suitability of + * this software for any purpose.  It is provided "as is" without express + * or implied warranty. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED + * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + */ + +%% This notice is provided with respect to certain files/code which may included in the implementation of AWT within the software: + +****************************************************** +BEGIN  src/solaris/native/sun/awt/HPkeysym.h +Copyright 1987, 1998  The Open Group + +All Rights Reserved. + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall +not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization +from The Open Group. + +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts, + +All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the names of Hewlett Packard +or Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + +HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD +TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE.  Hewlett-Packard shall not be liable for errors +contained herein or direct, indirect, special, incidental or +consequential damages in connection with the furnishing, +performance, or use of this material. + +END  src/solaris/native/sun/awt/HPkeysym.h +****************************************************** +BEGIN  src/solaris/native/sun/awt/Xinerama.c +/***************************************************************** +Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL +DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, +BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Digital Equipment Corporation +shall not be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization from Digital +Equipment Corporation. +******************************************************************/ +END  src/solaris/native/sun/awt/Xinerama.c +****************************************************** +BEGIN src/solaris/native/sun/awt/Xinerama.h +/* +Copyright (C) 1994-2001 The XFree86 Project, Inc. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Soft- +ware"), to deal in the Software without restriction, including without +limitation the rights to use, copy, modify, merge, publish, distribute, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, provided that the above copyright +notice(s) and this permission notice appear in all copies of the Soft- +ware and that both the above copyright notice(s) and this permission +notice appear in supporting documentation. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- +ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY +RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN +THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE- +QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR- +MANCE OF THIS SOFTWARE. + +Except as contained in this notice, the name of a copyright holder shall +not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization of +the copyright holder. +*/ +END src/solaris/native/sun/awt/Xinerama.h +****************************************************** +BEGIN src/solaris/native/sun/awt/Xrandr.h +/* + * $XFree86: xc/lib/Xrandr/Xrandr.h,v 1.9 2002/09/29 23:39:44 keithp Exp $ + * + * Copyright © 2000 Compaq Computer Corporation, Inc. + * Copyright © 2002 Hewlett-Packard Company, Inc. + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Compaq not be used in advertising or + * publicity pertaining to distribution of the software without specific, + * written prior permission.  HP makes no representations about the + * suitability of this software for any purpose.  It is provided "as is" + * without express or implied warranty. + * + * HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL COMPAQ + * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * + * Author:  Jim Gettys, HP Labs, HP. + */ + + +END src/solaris/native/sun/awt/Xrandr.h +****************************************************** +BEGIN src/solaris/native/sun/awt/extutil.h +/* + * $Xorg: extutil.h,v 1.3 2000/08/18 04:05:45 coskrey Exp $ + * +Copyright 1989, 1998  The Open Group + +All Rights Reserved. + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + * + * Author:  Jim Fulton, MIT The Open Group + * + *                     Xlib Extension-Writing Utilities + * + * This package contains utilities for writing the client API for various + * protocol extensions.  THESE INTERFACES ARE NOT PART OF THE X STANDARD AND + * ARE SUBJECT TO CHANGE! + */ +/* $XFree86: xc/include/extensions/extutil.h,v 1.5 2001/01/17 17:53:20 dawes Exp $ */ + +END src/solaris/native/sun/awt/extutil.h +****************************************************** +BEGIN   src/solaris/native/sun/awt/fontconfig.h +/* + * $RCSId: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.30 2002/09/26 00:17:27 +keithp Exp $ + * + * Copyright © 2001 Keith Packard + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Keith Packard not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission.  Keith Packard makes no + * representations about the suitability of this software for any purpose.  It + * is provided "as is" without express or implied warranty. + * + * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + +END   src/solaris/native/sun/awt/fontconfig.h +****************************************************** +BEGIN src/solaris/native/sun/awt/list.c +AND  src/solaris/native/sun/awt/list.h +AND src/solaris/native/sun/awt/multiVis.c +AND  src/solaris/native/sun/awt/multiVis.h +AND  src/solaris/native/sun/awt/wsutils.h + +Copyright (c) 1994 Hewlett-Packard Co. +Copyright (c) 1996  X Consortium + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of the X Consortium shall +not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization +from the X Consortium. + +END src/solaris/native/sun/awt/list.c +AND  src/solaris/native/sun/awt/list.h +AND src/solaris/native/sun/awt/multiVis.c +AND  src/solaris/native/sun/awt/multiVis.h +AND  src/solaris/native/sun/awt/wsutils.h + +***************************************************************** +BEGIN src/solaris/native/sun/awt/panoramiXext.h +Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL +DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, +BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Digital Equipment Corporation +shall not be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization from Digital +Equipment Corporation. + +END src/solaris/native/sun/awt/panoramiXext.h +****************************************************** + +BEGIN src/solaris/native/sun/awt/randr.h + + * + * Copyright © 2000, Compaq Computer Corporation, + * Copyright © 2002, Hewlett Packard, Inc. + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of Compaq or HP not be used in advertising + * or publicity pertaining to distribution of the software without specific, + * written prior permission.  HP makes no representations about the + * suitability of this software for any purpose.  It is provided "as is" + * without express or implied warranty. + * + * HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP + * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * + * Author:  Jim Gettys, HP Labs, Hewlett-Packard, Inc. + +END src/solaris/native/sun/awt/randr.h +***************************************************** + +BEGIN src/solaris/native/sun/java2d/opengl/J2D_GL/glx.h + * Mesa 3-D graphics library + * Version:  4.1 + * + * Copyright (C) 1999-2002  Brian Paul   All Rights Reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL + * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +END src/solaris/native/sun/java2d/opengl/J2D_GL/glx.h --- icedtea-java7-7~b24-1.5.orig/debian/font.properties.ja +++ icedtea-java7-7~b24-1.5/debian/font.properties.ja @@ -0,0 +1,244 @@ +# @(#)font.properties.ja.linux 1.7 02/03/07 +# +# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# + +# Component Font Mappings +# +serif.0=-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 +serif.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +serif.italic.0=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 +serif.italic.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.italic.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +serif.bold.0=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 +serif.bold.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.bold.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +serif.bolditalic.0=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 +serif.bolditalic.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.bolditalic.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +sansserif.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 +sansserif.1=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.2=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +sansserif.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 +sansserif.italic.1=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.italic.2=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +sansserif.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 +sansserif.bold.1=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.bold.2=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +sansserif.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 +sansserif.bolditalic.1=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.bolditalic.2=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +monospaced.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +monospaced.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +monospaced.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +monospaced.italic.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.italic.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +monospaced.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +monospaced.bold.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.bold.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +monospaced.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +monospaced.bolditalic.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.bolditalic.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialog.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 +dialog.1=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.2=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialog.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 +dialog.italic.1=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.italic.2=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialog.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 +dialog.bold.1=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.bold.2=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialog.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 +dialog.bolditalic.1=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.bolditalic.2=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialoginput.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +dialoginput.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialoginput.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +dialoginput.italic.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.italic.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialoginput.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +dialoginput.bold.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.bold.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +dialoginput.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +dialoginput.bolditalic.1=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.bolditalic.2=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +# Missing Glyph Character +# +default.char=274f + +# Component Font Character Encodings +# +fontcharset.serif.0=sun.io.CharToByteISO8859_1 +fontcharset.serif.1=sun.awt.motif.CharToByteX11JIS0208 +fontcharset.serif.2=sun.awt.motif.CharToByteX11JIS0208 + +fontcharset.sansserif.0=sun.io.CharToByteISO8859_1 +fontcharset.sansserif.1=sun.awt.motif.CharToByteX11JIS0208 +fontcharset.sansserif.2=sun.awt.motif.CharToByteX11JIS0208 + +fontcharset.monospaced.0=sun.io.CharToByteISO8859_1 +fontcharset.monospaced.1=sun.awt.motif.CharToByteX11JIS0208 +fontcharset.monospaced.2=sun.awt.motif.CharToByteX11JIS0208 + +fontcharset.dialog.0=sun.io.CharToByteISO8859_1 +fontcharset.dialog.1=sun.awt.motif.CharToByteX11JIS0208 +fontcharset.dialog.2=sun.awt.motif.CharToByteX11JIS0208 + +fontcharset.dialoginput.0=sun.io.CharToByteISO8859_1 +fontcharset.dialoginput.1=sun.awt.motif.CharToByteX11JIS0208 +fontcharset.dialoginput.2=sun.awt.motif.CharToByteX11JIS0208 + +# Exclusion Ranges +# + +# XFontSet Information +# +fontset.serif.plain=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.serif.italic=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.serif.bold=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.serif.bolditalic=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.sansserif.plain=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucida-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ +-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.sansserif.italic=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucida-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ +-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.sansserif.bold=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucida-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ +-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.sansserif.bolditalic=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucida-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ +-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.monospaced.plain=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.monospaced.italic=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.monospaced.bold=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.monospaced.bolditalic=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.dialog.italic=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucida-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ +-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.dialog.bold=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucida-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ +-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.dialog.bolditalic=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucida-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1,\ +-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.dialog.plain=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucida-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ +-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.dialoginput.italic=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.dialoginput.bold=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.dialoginput.bolditalic=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.dialoginput.plain=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + +fontset.default=\ +-sony-fixed-medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0,\ +-b&h-lucida-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1,\ +-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0,\ +-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 + --- icedtea-java7-7~b24-1.5.orig/debian/fontconfig.properties.src +++ icedtea-java7-7~b24-1.5/debian/fontconfig.properties.src @@ -0,0 +1,248 @@ +# +# fontconfig.properties for Debian/Ubuntu, derived from linux.fontconfig.RedHat.9.0.properties +# + +# @(#)linux.fontconfig.RedHat.9.0.properties 1.6 03/11/14 +# +# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# + +# Version + +version=1 + +# Component Font Mappings + +allfonts.chinese-arphic1=-arphic-ar pl shanheisun uni-medium-r-normal--*-*-*-*-p-*-iso10646-1 +allfonts.chinese-arphic1.motif=-arphic-ar pl shanheisun uni-medium-r-normal--*-*-*-*-p-*-iso10646-1 +allfonts.chinese-arphic2=-arphic-ar pl uming uni-medium-r-normal--*-*-*-*-p-*-iso10646-1 +allfonts.chinese-arphic2.motif=-arphic-ar pl uming uni-medium-r-normal--*-*-*-*-p-*-iso10646-1 +allfonts.lucida=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 + +serif.plain.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.plain.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.plain.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +serif.plain.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +serif.plain.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +serif.plain.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +serif.plain.latin-1=-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 +serif.plain.latin-1.motif=-b&h-luxi serif-medium-r-normal--*-%d-*-*-p-*-iso8859-1 + +serif.bold.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.bold.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.bold.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +serif.bold.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +serif.bold.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +serif.bold.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +serif.bold.latin-1=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 +serif.bold.latin-1.motif=-b&h-luxi serif-bold-r-normal--*-%d-*-*-p-*-iso8859-1 + +serif.italic.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.italic.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.italic.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +serif.italic.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +serif.italic.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +serif.italic.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +serif.italic.latin-1=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 +serif.italic.latin-1.motif=-b&h-luxi serif-medium-i-normal--*-%d-*-*-p-*-iso8859-1 + +serif.bolditalic.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.bolditalic.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +serif.bolditalic.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +serif.bolditalic.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +serif.bolditalic.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +serif.bolditalic.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +serif.bolditalic.latin-1=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 +serif.bolditalic.latin-1.motif=-b&h-luxi serif-bold-i-normal--*-%d-*-*-p-*-iso8859-1 + +sansserif.plain.japanese-kochi=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.plain.japanese-sazanami=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.plain.korean-baekmuk=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +sansserif.plain.korean-baekmuk.motif=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +sansserif.plain.korean-un=-un-dotum-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +sansserif.plain.korean-un.motif=-un-dotum-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +sansserif.plain.latin-1=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 +sansserif.plain.latin-1.motif=-b&h-luxi sans-medium-r-normal--*-%d-*-*-p-*-iso8859-1 + +sansserif.bold.japanese-kochi=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.bold.japanese-sazanami=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.bold.korean-baekmuk=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +sansserif.bold.korean-baekmuk.motif=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +sansserif.bold.korean-un=-un-dotum-bold-r-normal--*-%d-*-*-c-*-iso10646-1 +sansserif.bold.korean-un.motif=-un-dotum-bold-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +sansserif.bold.latin-1=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 +sansserif.bold.latin-1.motif=-b&h-luxi sans-bold-r-normal--*-%d-*-*-p-*-iso8859-1 + +sansserif.italic.japanese-kochi=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.italic.japanese-sazanami=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.italic.korean-baekmuk=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +sansserif.italic.korean-baekmuk.motif=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +sansserif.italic.korean-un=-un-dotum-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +sansserif.italic.korean-un.motif=-un-dotum-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +sansserif.italic.latin-1=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 +sansserif.italic.latin-1.motif=-b&h-luxi sans-medium-i-normal--*-%d-*-*-p-*-iso8859-1 + +sansserif.bolditalic.japanese-kochi=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.bolditalic.japanese-sazanami=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +sansserif.bolditalic.korean-baekmuk=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +sansserif.bolditalic.korean-baekmuk.motif=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +sansserif.bolditalic.korean-un=-un-dotum-bold-r-normal--*-%d-*-*-c-*-iso10646-1 +sansserif.bolditalic.korean-un.motif=-un-dotum-bold-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +sansserif.bolditalic.latin-1=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 +sansserif.bolditalic.latin-1.motif=-b&h-luxi sans-bold-i-normal--*-%d-*-*-p-*-iso8859-1 + +monospaced.plain.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.plain.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.plain.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +monospaced.plain.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +monospaced.plain.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +monospaced.plain.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +monospaced.plain.latin-1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +monospaced.plain.latin-1.motif=-b&h-luxi mono-medium-r-normal--*-%d-*-*-m-*-iso8859-1 + +monospaced.bold.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.bold.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.bold.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +monospaced.bold.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +monospaced.bold.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +monospaced.bold.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +monospaced.bold.latin-1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +monospaced.bold.latin-1.motif=-b&h-luxi mono-bold-r-normal--*-%d-*-*-m-*-iso8859-1 + +monospaced.italic.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.italic.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.italic.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +monospaced.italic.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +monospaced.italic.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +monospaced.italic.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +monospaced.italic.latin-1=-b&h-lucidatypewriter-medium-i-normal-sans-*-%d-*-*-m-*-iso8859-1 +monospaced.italic.latin-1.motif=-b&h-luxi mono-medium-i-normal--*-%d-*-*-m-*-iso8859-1 + +monospaced.bolditalic.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.bolditalic.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +monospaced.bolditalic.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +monospaced.bolditalic.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +monospaced.bolditalic.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +monospaced.bolditalic.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +monospaced.bolditalic.latin-1=-b&h-lucidatypewriter-bold-i-normal-sans-*-%d-*-*-m-*-iso8859-1 +monospaced.bolditalic.latin-1.motif=-b&h-luxi mono-bold-i-normal--*-%d-*-*-m-*-iso8859-1 + +dialog.plain.japanese-kochi=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.plain.japanese-sazanami=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.plain.korean-baekmuk=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialog.plain.korean-baekmuk.motif=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialog.plain.korean-un=-un-dotum-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialog.plain.korean-un.motif=-un-dotum-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialog.plain.latin-1=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 +dialog.plain.latin-1.motif=-b&h-luxi sans-medium-r-normal--*-%d-*-*-p-*-iso8859-1 + +dialog.bold.japanese-kochi=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.bold.japanese-sazanami=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.bold.korean-baekmuk=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialog.bold.korean-baekmuk.motif=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialog.bold.korean-un=-un-dotum-bold-r-normal--*-%d-*-*-c-*-iso10646-1 +dialog.bold.korean-un.motif=-un-dotum-bold-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialog.bold.latin-1=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 +dialog.bold.latin-1.motif=-b&h-luxi sans-bold-r-normal--*-%d-*-*-p-*-iso8859-1 + +dialog.italic.japanese-kochi=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.italic.japanese-sazanami=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.italic.korean-baekmuk=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialog.italic.korean-baekmuk.motif=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialog.italic.korean-un=-un-dotum-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialog.italic.korean-un.motif=-un-dotum-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialog.italic.latin-1=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 +dialog.italic.latin-1.motif=-b&h-luxi sans-medium-i-normal--*-%d-*-*-p-*-iso8859-1 + +dialog.bolditalic.japanese-kochi=-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.bolditalic.japanese-sazanami=-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialog.bolditalic.korean-baekmuk=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialog.bolditalic.korean-baekmuk.motif=-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialog.bolditalic.korean-un=-un-dotum-bold-r-normal--*-%d-*-*-c-*-iso10646-1 +dialog.bolditalic.korean-un.motif=-un-dotum-bold-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialog.bolditalic.latin-1=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 +dialog.bolditalic.latin-1.motif=-b&h-luxi sans-bold-i-normal--*-%d-*-*-p-*-iso8859-1 + +dialoginput.plain.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.plain.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.plain.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialoginput.plain.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialoginput.plain.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialoginput.plain.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialoginput.plain.latin-1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +dialoginput.plain.latin-1.motif=-b&h-luxi mono-medium-r-normal--*-%d-*-*-m-*-iso8859-1 + +dialoginput.bold.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.bold.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.bold.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialoginput.bold.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialoginput.bold.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialoginput.bold.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialoginput.bold.latin-1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +dialoginput.bold.latin-1.motif=-b&h-luxi mono-bold-r-normal--*-%d-*-*-m-*-iso8859-1 + +dialoginput.italic.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.italic.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.italic.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialoginput.italic.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialoginput.italic.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialoginput.italic.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialoginput.italic.latin-1=-b&h-lucidatypewriter-medium-i-normal-sans-*-%d-*-*-m-*-iso8859-1 +dialoginput.italic.latin-1.motif=-b&h-luxi mono-medium-i-normal--*-%d-*-*-m-*-iso8859-1 + +dialoginput.bolditalic.japanese-kochi=-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.bolditalic.japanese-sazanami=-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0 +dialoginput.bolditalic.korean-baekmuk=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialoginput.bolditalic.korean-baekmuk.motif=-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialoginput.bolditalic.korean-un=-un-batang-medium-r-normal--*-%d-*-*-c-*-iso10646-1 +dialoginput.bolditalic.korean-un.motif=-un-batang-medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0 +dialoginput.bolditalic.latin-1=-b&h-lucidatypewriter-bold-i-normal-sans-*-%d-*-*-m-*-iso8859-1 +dialoginput.bolditalic.latin-1.motif=-b&h-luxi mono-bold-i-normal--*-%d-*-*-m-*-iso8859-1 + +# Search Sequences + +sequence.allfonts=latin-1 +sequence.allfonts.UTF-8.ko=latin-1,korean-baekmuk,korean-un +sequence.allfonts.UTF-8=latin-1,chinese-arphic1,chinese-arphic2,japanese-kochi,japanese-sazanami,korean-baekmuk,korean-un +sequence.allfonts.UTF-8.ja=latin-1,japanese-kochi,japanese-sazanami +sequence.allfonts.UTF-8.zh.CN=latin-1,chinese-arphic1,chinese-arphic2 +sequence.allfonts.UTF-8.zh.TW=latin-1,chinese-arphic1,chinese-arphic2 +sequence.allfonts.UTF-8.zh.HK=latin-1,chinese-arphic1,chinese-arphic2 +sequence.allfonts.UTF-8.zh.SG=latin-1,chinese-arphic1,chinese-arphic2 +sequence.allfonts.GB18030=latin-1,chinese-arphic1,chinese-arphic2 +sequence.allfonts.GB2312=latin-1,chinese-arphic1,chinese-arphic2 +sequence.allfonts.GBK=latin-1,chinese-arphic1,chinese-arphic2 +sequence.allfonts.x-euc-jp-linux=latin-1,japanese-kochi,japanese-sazanami +sequence.allfonts.EUC-KR=latin-1,korean-baekmuk,korean-un +sequence.allfonts.Big5=latin-1,chinese-arphic1,chinese-arphic2 +sequence.allfonts.Big5-HKSCS=latin-1,chinese-arphic1,chinese-arphic2 +sequence.fallback=lucida,chinese-arphic1,chinese-arphic2,japanese-kochi,japanese-sazanami,korean-baekmuk,korean-un + +# Exclusion Ranges + +exclusion.japanese-kochi=0390-03d6,2200-22ef,2701-27be +exclusion.japanese-sazanami=0390-03d6,2200-22ef,2701-27be + +# Font File Names + +filename.-arphic-ar_pl_shanheisun_uni-medium-r-normal--*-*-*-*-p-*-iso10646-1=/usr/share/fonts/truetype/arphic/uming.ttf +filename.-arphic-ar_pl_uming_uni-medium-r-normal--*-*-*-*-p-*-iso10646-1=/usr/share/fonts/truetype/arphic/uming.ttf +filename.-baekmuk-batang-medium-r-normal--*-%d-*-*-c-*-*-*=/usr/share/fonts/truetype/baekmuk/batang.ttf +filename.-un-batang-medium-r-normal--*-%d-*-*-c-*-*-*=/usr/share/fonts/truetype/unfonts/UnBatang.ttf +filename.-un-batang-bold-r-normal--*-%d-*-*-c-*-*-*=/usr/share/fonts/truetype/unfonts/UnBatangBold.ttf +filename.-baekmuk-gulim-medium-r-normal--*-%d-*-*-c-*-*-*=/usr/share/fonts/truetype/baekmuk/gulim.ttf +filename.-un-dotum-medium-r-normal--*-%d-*-*-c-*-*-*=/usr/share/fonts/truetype/unfonts/UnDotum.ttf +filename.-un-dotum-bold-r-normal--*-%d-*-*-c-*-*-*=/usr/share/fonts/truetype/unfonts/UnDotumBold.ttf +filename.-kochi-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0=/usr/share/fonts/truetype/kochi/kochi-gothic.ttf +filename.-sazanami-gothic-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0=/usr/share/fonts/truetype/sazanami/sazanami-gothic.ttf +filename.-kochi-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0=/usr/share/fonts/truetype/kochi/kochi-mincho.ttf +filename.-sazanami-mincho-medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0=/usr/share/fonts/truetype/sazanami/sazanami-mincho.ttf + +# AWT X11 font paths +awtfontpath.latin-1=/usr/lib/X11/fonts/Type1 +awtfontpath.chinese-arphic1=/usr/share/fonts/truetype/arphic +awtfontpath.chinese-arphic2=/usr/share/fonts/truetype/arphic +awtfontpath.japanese-kochi=/usr/share/fonts/truetype/kochi +awtfontpath.japanese-sazanami=/usr/share/fonts/truetype/sazanami +awtfontpath.korean-baekmuk=/usr/share/fonts/truetype/baekmuk +awtfontpath.korean-un=/usr/share/fonts/truetype/unfonts --- icedtea-java7-7~b24-1.5.orig/debian/generate-cacerts.pl +++ icedtea-java7-7~b24-1.5/debian/generate-cacerts.pl @@ -0,0 +1,107 @@ +#!/usr/bin/perl + +# Copyright (C) 2007 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# generate-cacerts.pl generates a gkeytool keystore named 'cacerts' +# from OpenSSL's certificate bundle. + +# First extract each of OpenSSL's bundled certificates into its own +# aliased filename. +$file = "/etc/pki/tls/cert.pem"; +$file = "build-cacerts/cert.pem"; +open(CERTS, $file); +@certs = ; +close(CERTS); + +$pem_file_number = 0; +$writing_cert = 0; +foreach $cert (@certs) +{ + if ($cert eq "-----BEGIN CERTIFICATE-----\n") + { + if ($writing_cert != 0) + { + die "$file is malformed."; + } + $pem_file_number++; + # Numbering each file guarantees that cert aliases will be + # unique. + $pem_file_name = "$pem_file_number$cert_alias.pem"; + $writing_cert = 1; + open(PEM, ">$pem_file_name"); + print PEM $cert; + } + elsif ($cert eq "-----END CERTIFICATE-----\n") + { + $writing_cert = 0; + print PEM $cert; + close(PEM); + } + elsif ($cert =~ /Issuer: /) + { + # Generate an alias using the OU and CN attributes of the + # Issuer field if both are present, otherwise use only the CN + # attribute. The Issuer field must have either the OU or the + # CN attribute. + $_ = $cert; + if ($cert =~ /OU=/) + { + s/Issuer:.*?OU=//; + # Remove other occurrences of OU=. + s/OU=.*CN=//; + # Remove CN= if there were not other occurrences of OU=. + s/CN=//; + } + elsif ($cert =~ /CN=/) + { + s/Issuer:.*CN=//; + } + s/\W//g; + tr/A-Z/a-z/; + $cert_alias = $_ + } + else + { + if ($writing_cert == 1) + { + print PEM $cert; + } + } +} + +# Check that the correct number of .pem files were produced. +@pem_files = <*.pem>; +if (@pem_files != $pem_file_number) +{ + die "Number of .pem files produced does not match". + " number of certs read from $file."; +} + +# Now store each cert in the 'cacerts' file using keytool command +# passed in as command-line argument. +$certs_written_count = 0; +foreach $pem_file (@pem_files) +{ + system "yes | $ARGV[0] -import -alias `basename $pem_file .pem`". + " -keystore cacerts -storepass changeit -file $pem_file". + " 2>&1 >/dev/null"; + unlink($pem_file); + $certs_written_count++; +} + +# Check that the correct number of certs were added to the keystore. +if ($certs_written_count != $pem_file_number) +{ + die "Number of certs added to keystore does not match". + " number of certs read from $file."; +} --- icedtea-java7-7~b24-1.5.orig/debian/patches/arguments.patch +++ icedtea-java7-7~b24-1.5/debian/patches/arguments.patch @@ -0,0 +1,23 @@ +--- openjdk.orig/hotspot/src/share/vm/runtime/arguments.hpp 2007-10-30 08:46:34.000000000 +0000 ++++ openjdk/hotspot/src/share/vm/runtime/arguments.hpp 2007-11-16 15:36:00.000000000 +0000 +@@ -471,7 +471,7 @@ + + // Proptery List manipulation + static void PropertyList_add(SystemProperty** plist, SystemProperty *element); +- static void PropertyList_add(SystemProperty** plist, const char* k, char* v); ++ static void PropertyList_add(SystemProperty** plist, const char* k, const char* v); + static void PropertyList_unique_add(SystemProperty** plist, const char* k, char* v); + static const char* PropertyList_get_value(SystemProperty* plist, const char* key); + static int PropertyList_count(SystemProperty* pl); + +--- openjdk.orig/hotspot/src/share/vm/runtime/arguments.cpp 2007-10-30 08:46:34.000000000 +0000 ++++ openjdk/hotspot/src/share/vm/runtime/arguments.cpp 2007-11-16 15:36:17.000000000 +0000 +@@ -2544,7 +2544,7 @@ + } + } + +-void Arguments::PropertyList_add(SystemProperty** plist, const char* k, char* v) { ++void Arguments::PropertyList_add(SystemProperty** plist, const char* k, const char* v) { + if (plist == NULL) + return; + --- icedtea-java7-7~b24-1.5.orig/debian/patches/const_strings.patch +++ icedtea-java7-7~b24-1.5/debian/patches/const_strings.patch @@ -0,0 +1,49 @@ +diff -r 629529e53455 src/os/linux/vm/jvm_linux.cpp +--- openjdk.orig/hotspot/src/os/linux/vm/jvm_linux.cpp Thu Nov 01 13:44:23 2007 +0300 ++++ openjdk/hotspot/src/os/linux/vm/jvm_linux.cpp Thu Nov 01 14:08:45 2007 +0300 +@@ -132,7 +132,7 @@ JVM_END + */ + + struct siglabel { +- char *name; ++ const char *name; + int number; + }; + +diff -r 629529e53455 src/os/linux/vm/os_linux.cpp +--- openjdk.orig/hotspot/src/os/linux/vm/os_linux.cpp Thu Nov 01 13:44:23 2007 +0300 ++++ openjdk/hotspot/src/os/linux/vm/os_linux.cpp Thu Nov 01 14:08:45 2007 +0300 +@@ -199,7 +199,7 @@ pid_t os::Linux::gettid() { + // the system call returns 1. This causes the VM to act as if it is + // a single processor and elide locking (see is_MP() call). + static bool unsafe_chroot_detected = false; +-static char *unstable_chroot_error = "/proc file system not found.\n" ++static const char *unstable_chroot_error = "/proc file system not found.\n" + "Java may be unstable running multithreaded in a chroot " + "environment on Linux when /proc filesystem is not mounted."; + +@@ -543,13 +543,13 @@ void os::Linux::libpthread_init() { + // NPTL: + if (sysconf(_SC_THREAD_THREADS_MAX) > 0) { + free(str); +- str = "linuxthreads"; ++ str = const_cast("linuxthreads"); + } + } + os::Linux::set_libpthread_version(str); + } else { + // glibc before 2.3.2 only has LinuxThreads. +- os::Linux::set_libpthread_version("linuxthreads"); ++ os::Linux::set_libpthread_version(const_cast("linuxthreads")); + } + + if (strstr(libpthread_version(), "NPTL")) { +@@ -4526,7 +4526,7 @@ extern char** environ; + // Unlike system(), this function can be called from signal handler. It + // doesn't block SIGINT et al. + int os::fork_and_exec(char* cmd) { +- char * argv[4]; ++ const char * argv[4]; + argv[0] = "sh"; + argv[1] = "-c"; + argv[2] = cmd; --- icedtea-java7-7~b24-1.5.orig/debian/patches/gcc-4.3.diff +++ icedtea-java7-7~b24-1.5/debian/patches/gcc-4.3.diff @@ -0,0 +1,73 @@ +--- openjdk/hotspot/src/share/vm/adlc/adlc.hpp~ 2007-10-30 09:46:24.000000000 +0100 ++++ openjdk/hotspot/src/share/vm/adlc/adlc.hpp 2007-11-29 16:51:43.067635169 +0100 +@@ -29,7 +29,7 @@ + // standard library constants + #include "stdio.h" + #include "stdlib.h" +-#if _MSC_VER >= 1300 // Visual C++ 7.0 or later ++#if _MSC_VER >= 1300 || (__GNUC__ * 10 + __GNUC_MINOR__ >= 43) // Visual C++ 7.0 or later, GCC-4.3 or later + #include + #else + #include +--- openjdk/hotspot/src/share/vm/adlc/filebuff.hpp~ 2007-10-30 09:46:25.000000000 +0100 ++++ openjdk/hotspot/src/share/vm/adlc/filebuff.hpp 2007-11-29 17:03:31.668324249 +0100 +@@ -24,7 +24,7 @@ + + // FILEBUFF.HPP - Definitions for parser file buffering routines + +-#if _MSC_VER >= 1300 // Visual C++ 7.0 or later ++#if _MSC_VER >= 1300 || (__GNUC__ * 10 + __GNUC_MINOR__ >= 43) // Visual C++ 7.0 or later, GCC-4.3 or later + #include + #else + #include +@@ -98,6 +98,6 @@ + + // void print(std::ostream&); + // friend std::ostream& operator<< (std::ostream&, FileBuffRegion&); +- void print(ostream&); +- friend ostream& operator<< (ostream&, FileBuffRegion&); ++ void print(std::ostream&); ++ friend std::ostream& operator<< (std::ostream&, FileBuffRegion&); + }; +--- openjdk/hotspot/src/share/vm/adlc/filebuff.cpp~ 2007-10-30 09:46:24.000000000 +0100 ++++ openjdk/hotspot/src/share/vm/adlc/filebuff.cpp 2007-11-29 17:36:28.248140506 +0100 +@@ -155,7 +155,7 @@ + } + + //------------------------------expandtab-------------------------------------- +-static int expandtab( ostream &os, int off, char c, char fill1, char fill2 ) { ++static int expandtab( std::ostream &os, int off, char c, char fill1, char fill2 ) { + if( c == '\t' ) { // Tab? + do os << fill1; // Expand the tab; Output space + while( (++off) & 7 ); // Expand to tab stop +@@ -169,7 +169,7 @@ + //------------------------------printline-------------------------------------- + // Print and highlite a region of a line. Return the amount of highliting left + // to do (i.e. highlite length minus length of line). +-static int printline( ostream& os, const char *fname, int line, ++static int printline( std::ostream& os, const char *fname, int line, + const char *_sol, int skip, int len ) { + + // Display the entire tab-expanded line +@@ -219,8 +219,8 @@ + } + + //------------------------------print------------------------------------------ +-//std::ostream& operator<< ( std::ostream& os, FileBuffRegion &br ) { +-ostream& operator<< ( ostream& os, FileBuffRegion &br ) { ++std::ostream& operator<< ( std::ostream& os, FileBuffRegion &br ) { ++//ostream& operator<< ( ostream& os, FileBuffRegion &br ) { + if( &br == NULL ) return os; // The empty buffer region + FileBuffRegion *brp = &br; // Pointer to region + while( brp ) { // While have chained regions +@@ -235,8 +235,8 @@ + // filename and line number to the left, and complete text lines to the right. + // Selected portions (portions of a line actually in the FileBuffRegion are + // underlined. Ellipses are used for long multi-line regions. +-//void FileBuffRegion::print( std::ostream& os ) { +-void FileBuffRegion::print( ostream& os ) { ++void FileBuffRegion::print( std::ostream& os ) { ++//void FileBuffRegion::print( ostream& os ) { + if( !this ) return; // Nothing to print + char *s = _bfr->get_line(); + int skip = (int)(_offset - _sol); // Amount to skip to start of data --- icedtea-java7-7~b24-1.5.orig/debian/patches/gcc-hotspot-opt-O2.diff +++ icedtea-java7-7~b24-1.5/debian/patches/gcc-hotspot-opt-O2.diff @@ -0,0 +1,11 @@ +--- openjdk/hotspot/build/linux/makefiles/gcc.make~ 2007-11-29 12:38:22.578339247 +0100 ++++ openjdk/hotspot/build/linux/makefiles/gcc.make 2007-11-29 12:42:28.742052571 +0100 +@@ -103,7 +103,7 @@ + CFLAGS_WARN/BYFILE = $(CFLAGS_WARN/$@)$(CFLAGS_WARN/DEFAULT$(CFLAGS_WARN/$@)) + + # The flags to use for an Optimized g++ build +-OPT_CFLAGS += -O3 ++OPT_CFLAGS += -O2 + + # Hotspot uses very unstrict aliasing turn this optimization off + OPT_CFLAGS += -fno-strict-aliasing --- icedtea-java7-7~b24-1.5.orig/debian/patches/gcc-jdk-opt-O2.diff +++ icedtea-java7-7~b24-1.5/debian/patches/gcc-jdk-opt-O2.diff @@ -0,0 +1,13 @@ +--- openjdk/jdk/make/common/Defs-linux.gmk~ 2007-11-29 12:38:22.578339247 +0100 ++++ openjdk/jdk/make/common/Defs-linux.gmk 2007-11-29 12:43:13.992735167 +0100 +@@ -86,8 +86,8 @@ + # + # Default optimization + # +-CC_HIGHEST_OPT = -O3 +-CC_HIGHER_OPT = -O3 ++CC_HIGHEST_OPT = -O2 ++CC_HIGHER_OPT = -O2 + CC_LOWER_OPT = -O2 + CC_NO_OPT = + --- icedtea-java7-7~b24-1.5.orig/debian/patches/gcc-mtune-generic.diff +++ icedtea-java7-7~b24-1.5/debian/patches/gcc-mtune-generic.diff @@ -0,0 +1,11 @@ +--- openjdk/hotspot/build/linux/makefiles/gcc.make~ 2007-11-24 16:52:59.077912783 +0100 ++++ openjdk/hotspot/build/linux/makefiles/gcc.make 2007-11-24 17:10:26.373711002 +0100 +@@ -69,7 +69,7 @@ + CFLAGS += -g + + ARCHFLAG = $(ARCHFLAG/$(BUILDARCH)) +-ARCHFLAG/i486 = -m32 -march=i586 ++ARCHFLAG/i486 = -m32 -march=i686 -mtune=generic + ARCHFLAG/amd64 = -m64 + ARCHFLAG/ia64 = + ARCHFLAG/sparc = -m32 -mcpu=v9 --- icedtea-java7-7~b24-1.5.orig/debian/patches/gcc-no-stack-protector.diff +++ icedtea-java7-7~b24-1.5/debian/patches/gcc-no-stack-protector.diff @@ -0,0 +1,32 @@ +--- openjdk/corba/make/common/Defs-linux.gmk~ 2007-11-24 14:24:21.833398179 +0100 ++++ openjdk/corba/make/common/Defs-linux.gmk 2007-11-24 14:33:01.911243435 +0100 +@@ -106,6 +106,8 @@ + CFLAGS_REQUIRED = $(CFLAGS_REQUIRED_$(ARCH)) + LDFLAGS_COMMON += $(LDFLAGS_COMMON_$(ARCH)) + ++CFLAGS_REQUIRED += -fno-stack-protector ++ + # Add in platform specific optimizations for all opt levels + CC_HIGHEST_OPT += $(_OPT_$(ARCH)) + CC_HIGHER_OPT += $(_OPT_$(ARCH)) +--- openjdk/jdk/make/common/Defs-linux.gmk~ 2007-11-24 14:24:21.823398028 +0100 ++++ openjdk/jdk/make/common/Defs-linux.gmk 2007-11-24 14:33:54.452036001 +0100 +@@ -116,6 +116,8 @@ + CFLAGS_REQUIRED = $(CFLAGS_REQUIRED_$(ARCH)) + LDFLAGS_COMMON += $(LDFLAGS_COMMON_$(ARCH)) + ++CFLAGS_REQUIRED += -fno-stack-protector ++ + # Add in platform specific optimizations for all opt levels + CC_HIGHEST_OPT += $(_OPT_$(ARCH)) + CC_HIGHER_OPT += $(_OPT_$(ARCH)) +--- openjdk/hotspot/build/linux/makefiles/gcc.make~ 2007-11-24 14:49:38.366274732 +0100 ++++ openjdk/hotspot/build/linux/makefiles/gcc.make 2007-11-24 15:00:51.616430558 +0100 +@@ -62,6 +62,7 @@ + CFLAGS += -fno-exceptions + CFLAGS += -D_REENTRANT + CFLAGS += -fcheck-new ++CFLAGS += -fno-stack-protector + + # Always generate full debuginfo on Linux. It'll be in a separate + # debuginfo package when building RPMs. --- icedtea-java7-7~b24-1.5.orig/debian/patches/gcc-no-werror.diff +++ icedtea-java7-7~b24-1.5/debian/patches/gcc-no-werror.diff @@ -0,0 +1,22 @@ +--- openjdk/jdk/make/java/nio/Makefile.orig 2007-09-05 19:51:57.260466422 +0200 ++++ openjdk/jdk/make/java/nio/Makefile 2007-09-05 19:53:42.142048537 +0200 +@@ -134,7 +134,7 @@ + $(OBJDIR)/../../../java.lang/java/$(OBJDIRNAME)/FileDescriptor_md.obj + endif + ifeq ($(PLATFORM), linux) +-COMPILER_WARNINGS_FATAL=true ++#COMPILER_WARNINGS_FATAL=true # commented out for gcc-4.2 + OTHER_LDLIBS += -L$(LIBDIR)/$(LIBARCH) -ljava -lnet -lpthread -ldl + endif + ifeq ($(PLATFORM), solaris) +--- openjdk/hotspot/build/linux/makefiles/gcc.make~ 2007-09-05 19:56:46.634831568 +0200 ++++ openjdk/hotspot/build/linux/makefiles/gcc.make 2007-09-05 20:31:35.956348508 +0200 +@@ -88,7 +88,7 @@ + endif + + # Compiler warnings are treated as errors +-WARNINGS_ARE_ERRORS = -Werror ++WARNINGS_ARE_ERRORS = # -Werror # not with gcc-4.2 + # Except for a few acceptable ones + ACCEPTABLE_WARNINGS = -Wpointer-arith -Wconversion -Wsign-compare + CFLAGS_WARN/DEFAULT = $(WARNINGS_ARE_ERRORS) $(ACCEPTABLE_WARNINGS) --- icedtea-java7-7~b24-1.5.orig/debian/patches/gcc-opt-O2.diff +++ icedtea-java7-7~b24-1.5/debian/patches/gcc-opt-O2.diff @@ -0,0 +1,37 @@ +--- openjdk/hotspot/build/linux/makefiles/gcc.make~ 2007-11-29 12:38:22.578339247 +0100 ++++ openjdk/hotspot/build/linux/makefiles/gcc.make 2007-11-29 12:42:28.742052571 +0100 +@@ -103,7 +103,7 @@ + CFLAGS_WARN/BYFILE = $(CFLAGS_WARN/$@)$(CFLAGS_WARN/DEFAULT$(CFLAGS_WARN/$@)) + + # The flags to use for an Optimized g++ build +-OPT_CFLAGS += -O3 ++OPT_CFLAGS += -O2 + + # Hotspot uses very unstrict aliasing turn this optimization off + OPT_CFLAGS += -fno-strict-aliasing +--- openjdk/corba/make/common/Defs-linux.gmk~ 2007-11-29 12:38:22.578339247 +0100 ++++ openjdk/corba/make/common/Defs-linux.gmk 2007-11-29 12:42:52.452410236 +0100 +@@ -76,8 +76,8 @@ + # + # Default optimization + # +-CC_HIGHEST_OPT = -O3 +-CC_HIGHER_OPT = -O3 ++CC_HIGHEST_OPT = -O2 ++CC_HIGHER_OPT = -O2 + CC_LOWER_OPT = -O2 + CC_NO_OPT = + +--- openjdk/jdk/make/common/Defs-linux.gmk~ 2007-11-29 12:38:22.578339247 +0100 ++++ openjdk/jdk/make/common/Defs-linux.gmk 2007-11-29 12:43:13.992735167 +0100 +@@ -86,8 +86,8 @@ + # + # Default optimization + # +-CC_HIGHEST_OPT = -O3 +-CC_HIGHER_OPT = -O3 ++CC_HIGHEST_OPT = -O2 ++CC_HIGHER_OPT = -O2 + CC_LOWER_OPT = -O2 + CC_NO_OPT = + --- icedtea-java7-7~b24-1.5.orig/debian/patches/ld-symbolic-functions.diff +++ icedtea-java7-7~b24-1.5/debian/patches/ld-symbolic-functions.diff @@ -0,0 +1,43 @@ +--- openjdk/hotspot/agent/src/os/linux/Makefile~ 2007-11-29 17:26:06.408760201 +0100 ++++ openjdk/hotspot/agent/src/os/linux/Makefile 2007-11-29 18:20:39.358131897 +0100 +@@ -62,7 +62,7 @@ + + $(LIBSA): $(OBJS) mapfile + if [ ! -d $(ARCH) ] ; then mkdir $(ARCH) ; fi +- $(GCC) -shared $(LFLAGS_LIBSA) -o $(LIBSA) $(OBJS) $(LIBS) ++ $(GCC) -shared -Wl,-Bsymbolic-functions $(LFLAGS_LIBSA) -o $(LIBSA) $(OBJS) $(LIBS) + + test.o: test.c + $(GCC) -c -o test.o -g -D_GNU_SOURCE -D$(ARCH) $(INCLUDES) test.c +--- openjdk/hotspot/build/linux/makefiles/gcc.make~ 2007-11-29 17:26:06.698764575 +0100 ++++ openjdk/hotspot/build/linux/makefiles/gcc.make 2007-11-29 18:19:24.176997807 +0100 +@@ -133,6 +133,7 @@ + + # Enable linker optimization + LFLAGS += -Xlinker -O1 ++LFLAGS += -Wl,-Bsymbolic-functions + + # Use $(MAPFLAG:FILENAME=real_file_name) to specify a map file. + MAPFLAG = -Xlinker --version-script=FILENAME +--- openjdk/corba/make/common/Defs-linux.gmk~ 2007-11-29 17:26:06.698764575 +0100 ++++ openjdk/corba/make/common/Defs-linux.gmk 2007-11-29 18:18:49.746478430 +0100 +@@ -202,7 +202,7 @@ + + EXTRA_LIBS += -lc + +-LDFLAGS_DEFS_OPTION = -Xlinker -z -Xlinker defs ++LDFLAGS_DEFS_OPTION = -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions + LDFLAGS_COMMON += $(LDFLAGS_DEFS_OPTION) + + # +--- openjdk/jdk/make/common/Defs-linux.gmk~ 2007-11-29 17:26:06.708764726 +0100 ++++ openjdk/jdk/make/common/Defs-linux.gmk 2007-11-29 18:18:59.276622190 +0100 +@@ -210,7 +210,7 @@ + + EXTRA_LIBS += -lc + +-LDFLAGS_DEFS_OPTION = -Xlinker -z -Xlinker defs ++LDFLAGS_DEFS_OPTION = -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions + LDFLAGS_COMMON += $(LDFLAGS_DEFS_OPTION) + + # --- icedtea-java7-7~b24-1.5.orig/debian/patches/ssp-interpreter.diff +++ icedtea-java7-7~b24-1.5/debian/patches/ssp-interpreter.diff @@ -0,0 +1,11 @@ +--- openjdk/jdk/make/java/nio/Makefile~ 2008-01-04 12:33:11.469154568 +0100 ++++ openjdk/jdk/make/java/nio/Makefile 2008-01-04 12:47:05.441734854 +0100 +@@ -167,7 +167,7 @@ + # + + SPP = spp.sh +-SPP_CMD = $(SH) $(SPP) ++SPP_CMD = /bin/bash $(SPP) + + FILES_genout = $(FILES_gen:%.java=$(GENSRCDIR)/%.java) + --- icedtea-java7-7~b24-1.5.orig/debian/sharedmimeinfo +++ icedtea-java7-7~b24-1.5/debian/sharedmimeinfo @@ -0,0 +1,12 @@ + + + + Java Archive + + + + + Java Web Start application + + + --- icedtea-java7-7~b24-1.5.orig/debian/sun_java.xpm +++ icedtea-java7-7~b24-1.5/debian/sun_java.xpm @@ -0,0 +1,194 @@ +/* XPM */ +static char *sun_java[] = { +/* columns rows colors chars-per-pixel */ +"32 32 156 2", +" c #34479E", +". c #4152A3", +"X c #4153A2", +"o c #4153A3", +"O c #4D5EA8", +"+ c #4D5EA9", +"@ c #4E5EA9", +"# c #5A69AD", +"$ c #5A69AE", +"% c #5A69AF", +"& c #5A6AAD", +"* c #6675B3", +"= c #6775B2", +"- c #6775B3", +"; c #6776B3", +": c #6775B5", +"> c #6776B4", +", c #7480B7", +"< c #7380B8", +"1 c #7381B8", +"2 c #7380BA", +"3 c #7481B8", +"4 c #D12124", +"5 c #D42F31", +"6 c #D73D3E", +"7 c #D94A4A", +"8 c #D94A4B", +"9 c #DA4A4A", +"0 c #DA4B4B", +"q c #DC5957", +"w c #DC5858", +"e c #DD5859", +"r c #DD5959", +"t c #DF6664", +"y c #E06664", +"u c #E27471", +"i c #E27570", +"p c #E27472", +"a c #E37472", +"s c #E27574", +"d c #E37474", +"f c #E5827E", +"g c #E5837F", +"h c #818BBD", +"j c #818CBC", +"k c #808CBE", +"l c #818DC0", +"z c #8D97C2", +"x c #8D97C3", +"c c #8D97C5", +"v c #8E98C5", +"b c #99A2C7", +"n c #99A3C7", +"m c #99A2C8", +"M c #99A3C8", +"N c #99A2CA", +"B c #99A2CB", +"V c #A6AECD", +"C c #A5AED2", +"Z c #A6AED0", +"A c #B3B9D3", +"S c #B2B9D4", +"D c #B3B9D5", +"F c #B2B9D6", +"G c #B3BAD5", +"H c #BFC4D6", +"J c #BFC5D7", +"K c #BFC5D8", +"L c #BFC5D9", +"P c #BFC5DA", +"I c #BFC5DB", +"U c #BFC5DC", +"Y c #BFC5DD", +"T c #E58381", +"R c #E68380", +"E c #E88F89", +"W c #E88F8B", +"Q c #E8908A", +"! c #EB9D99", +"~ c #EB9D9A", +"^ c #EB9D9D", +"/ c #EDABA2", +"( c #EEABA6", +") c #EDACA6", +"_ c #F0B9B1", +"` c #F1B9B1", +"' c #F0B9B6", +"] c #F3C7BD", +"[ c #CCD0DA", +"{ c #CCD1DA", +"} c #CDD0DA", +"| c #CCD0DC", +" . c #CCD0DD", +".. c #CCD1DD", +"X. c #CCD0DE", +"o. c #CCD1DE", +"O. c #CCD1DF", +"+. c #D8DBDF", +"@. c #CCD0E0", +"#. c #D8DCE1", +"$. c #D9DCE1", +"%. c #D9DCE3", +"&. c #D9DCE4", +"*. c #D9DCE5", +"=. c #D9DCE6", +"-. c #D9DCE7", +";. c #D9DCE8", +":. c #F6D5CB", +">. c #F6D5CD", +",. c #F6D5D3", +"<. c #F9E3D7", +"1. c #F9E3DA", +"2. c #F9E3DB", +"3. c #E6E7E7", +"4. c #E5E7E9", +"5. c #E5E7EC", +"6. c #E5E8E8", +"7. c #E6E8E9", +"8. c #E6E8EA", +"9. c #E6E8EB", +"0. c #E5E8EC", +"q. c #E6E8EC", +"w. c #F9E3E1", +"e. c #F2F3EC", +"r. c #FCF0E1", +"t. c #FCF0E3", +"y. c #FCF1E5", +"u. c #FCF0E7", +"i. c #FCF1E6", +"p. c #FCF1E7", +"a. c #FCF1E8", +"s. c #FFFEED", +"d. c #FFFEEE", +"f. c #FFFEEF", +"g. c #F2F3F0", +"h. c #F2F3F1", +"j. c #F2F3F2", +"k. c #F2F3F4", +"l. c #FFFEF0", +"z. c #FFFEF1", +"x. c #FFFEF2", +"c. c #FFFEF3", +"v. c #FFFFF3", +"b. c #FFFFF4", +"n. c #FFFFF5", +"m. c #FFFFF6", +"M. c #FFFFF7", +"N. c #FFFFF8", +"B. c #FFFFF9", +"V. c #FFFFFA", +"C. c #FFFFFB", +"Z. c #FFFFFC", +"A. c #FFFFFD", +"S. c #FFFFFE", +"D. c gray100", +"F. c None", +/* pixels */ +"F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.w.~ F.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.r F.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.' q F.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.M.q u F.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.F.F.F.M.M.! 4 1.F.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.F.F.M.M.f 4 E M.M.F.w.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.F.M.i.t 4 i x.1.g u ,.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.M.>.7 4 f r.f 5 ! C.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.1.5 4 / r.7 5 >.M.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.M.q 4 E d.i 4 >.M.F.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.M.4 5 d.d.4 6 x.x.F.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.7 7 d.d.4 4 :.M.F.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.M./ 4 <.x.q 4 7 i.F.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.M.u t x.] 4 4 ) M.F.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.F.u.7 _ x.E 4 ! M.M.F.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.h.@.4.M.i.u i._ 5 i.M.F.-.N : c @.M.F.F.F.F.F.", +"F.F.F.F.F.F.k.B O h P x.x.M.x.i.a :.x.M.9.L @.L O c M.F.F.F.F.", +"F.F.F.F.F.F.> X c n b n n n n h = & X v M.M.M.8. M.F.F.F.F.", +"F.F.F.F.F.F.F.+...N n n n N N n J ..4.M.M.M.x.M.M. M.F.F.F.F.", +"F.F.F.F.F.F.F.M.+.O ..x.d.x.d.x.x.3.L 8.M.M.M.x. . X M.F.F.F.F.", +"F.F.F.F.F.F.F.M.F X = = = = O 8.M.M.h.& S M.F.F.F.F.", +"F.F.F.F.F.F.F.M.M...z = = = = = j V %.x.F.M.9.% S M.F.F.F.F.F.", +"F.F.F.F.F.F.F.M.M.4.n d.d.d.d.x.d.x.M.M.M.S X l 5.F.M.F.F.F.F.F.", +"F.F.F.F.F.F.M.M.x.= O = = = = o = -.-.S h.M.F.M.F.F.F.F.F.F.", +"F.F.F.F.F.M.-.{ { %., , A x.M.M.M.M.M.F.F.F.F.F.F.F.", +"F.F.F.F.F O , J e.x.d.d.{ { { +.x.x.x.M.M.M.M.M.=.Y F.F.F.F.F.F.", +"F.F.F.F. O z H %.d.x.x.d.d.d.d.x.x.x.x...K N O C C.F.F.F.F.F.", +"F.F.F.F.N O # = = = = = O O L C.F.F.F.F.F.F.", +"F.F.F.F.M.M.%.V > & O = N =.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.M.M.M.M.x.x.M.M.M.M.M.M.M.M.M.F.F.F.F.F.F.F.F.F.F.", +"F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F." +}; --- icedtea-java7-7~b24-1.5.orig/debian/sun_java_app.xpm +++ icedtea-java7-7~b24-1.5/debian/sun_java_app.xpm @@ -0,0 +1,257 @@ +/* XPM */ +static char *sun_java_app[] = { +/* columns rows colors chars-per-pixel */ +"39 48 203 2", +" c #070204", +". c #0C0404", +"X c #080806", +"o c #0E0A0A", +"O c #110608", +"+ c #120B0C", +"@ c #140E11", +"# c #1A0E10", +"$ c #13120F", +"% c #18100F", +"& c #161112", +"* c #1A1314", +"= c #1E171A", +"- c #181D17", +"; c #1E1A19", +": c #221719", +"> c #221B1A", +", c #291B1D", +"< c #2B1029", +"1 c #21201F", +"2 c #262020", +"3 c #2B2325", +"4 c #2F2C29", +"5 c #332B30", +"6 c #392F32", +"7 c #363132", +"8 c #393334", +"9 c #3D3A39", +"0 c #41242A", +"q c #4E232B", +"w c #432E3D", +"e c #423637", +"r c #403C37", +"t c #433F3A", +"y c #483A3F", +"u c #5D2737", +"i c #58353B", +"p c #602431", +"a c #453D41", +"s c #752B45", +"d c #793550", +"f c #474B4C", +"g c #4A4443", +"h c #49474A", +"j c #4E4B4E", +"k c #4C4C54", +"l c #534B4B", +"z c #5F4C4F", +"x c #554E51", +"c c #5A4F56", +"v c #57555B", +"b c #5A5655", +"n c #5E5C5A", +"m c #5D6058", +"M c #665658", +"N c #625C55", +"B c #635B5E", +"V c #794B53", +"C c #615E61", +"Z c #666564", +"A c #676868", +"S c #6A6462", +"D c #6A6A64", +"F c #6A6B6B", +"G c #706765", +"H c #706863", +"J c #726D6C", +"K c #776D7A", +"L c #74716F", +"P c #787469", +"I c #767273", +"U c #7A7677", +"Y c #7D7A7A", +"T c #78827B", +"R c #7B8582", +"E c #80283E", +"W c #90293F", +"Q c #9D203B", +"! c #BC1A23", +"~ c #B0223F", +"^ c #8B2646", +"/ c #922D4B", +"( c #B51E40", +") c #B4254A", +"_ c #894855", +"` c #817E78", +"' c #CD202F", +"] c #CF2137", +"[ c #EC233E", +"{ c #DC2944", +"} c #D1366D", +"| c #ED2E50", +" . c #E23350", +".. c #F12A5C", +"X. c #F43258", +"o. c #F4366C", +"O. c #FF3D76", +"+. c #FD3A79", +"@. c #FF4476", +"#. c #807C80", +"$. c #EE5981", +"%. c #F64D80", +"&. c #FC4D80", +"*. c #F25A8C", +"=. c #F35D96", +"-. c #FF5E95", +";. c #F96195", +":. c #FC639C", +">. c #83827C", +",. c #88857D", +"<. c #8A887C", +"1. c #838282", +"2. c #868881", +"3. c #8C8587", +"4. c #89868C", +"5. c #8B8985", +"6. c #8C8A8A", +"7. c #8F8C92", +"8. c #90878A", +"9. c #918889", +"0. c #94938D", +"q. c #9A968D", +"w. c #949293", +"e. c #999394", +"r. c #9A9599", +"t. c #999893", +"y. c #9C9B9B", +"u. c #9DA0A0", +"i. c #A29B94", +"p. c #A59D9F", +"a. c #A89E94", +"s. c #A89C99", +"d. c #B09AAA", +"f. c #A5A49B", +"g. c #A9A49C", +"h. c #A6A5A5", +"j. c #AAA6A5", +"k. c #A9A7A8", +"l. c #ACABA3", +"z. c #ADACAD", +"x. c #AFADB0", +"c. c #B1AFAF", +"v. c #BCACAB", +"b. c #B2B3A5", +"n. c #B2B3AE", +"m. c #B3B3B3", +"M. c #B6B6B8", +"N. c #B9B7B6", +"B. c #B9B6B9", +"V. c #BCBBB3", +"C. c #BEBEBE", +"Z. c #BFBFC0", +"A. c #BFC1C1", +"S. c #D584B9", +"D. c #C0BFBF", +"F. c #EA9DBF", +"G. c #C0BFC0", +"H. c #C3C3BC", +"J. c #CBC3BD", +"K. c #D0CCBF", +"L. c #C0C0C0", +"P. c #C7C7C8", +"I. c #C7C8C7", +"U. c #C7C8C8", +"Y. c #CECBC4", +"T. c #CACBCB", +"R. c #CECFD0", +"E. c #CED2CB", +"W. c #CFD0D1", +"Q. c #D7C9C4", +"!. c #D0CFCF", +"~. c #DDCEC9", +"^. c #D7D6CD", +"/. c #DCDACD", +"(. c #D2D2D3", +"). c #DDDFD2", +"_. c #DBE0D4", +"`. c #E1D2CE", +"'. c #E5E4D7", +"]. c #E7E4D8", +"[. c #E6E9DC", +"{. c #EDE4DB", +"}. c #EBEBDE", +"|. c #F2F0DF", +" X c #EEECE2", +".X c #EFF2E5", +"XX c #EFF4E9", +"oX c #F0EEE0", +"OX c #F8EDE3", +"+X c #F0EAF0", +"@X c #F3F3E5", +"#X c #F6F6EC", +"$X c #F7F8E7", +"%X c #F7F8EC", +"&X c #F8F6E7", +"*X c #F8F7ED", +"=X c #F8F8E7", +"-X c #F8F9ED", +";X c #F7F7F2", +":X c #F7F8F0", +">X c #F8F7F0", +",X c #FBFBF2", +" O b C.2 X f L.L.L.L.C.", +"L.L.C.L.C.L.L.L.L.C.L.L.C.P.C.C.L.L.L.L.L.C.U.e.y.U.k.= + 3.9 : p.P.C.L.L.L.", +"L.C.L.L.L.L.L.C.L.L.C.U.r.J E.C.C.L.C.L.C.P.y.> = e.#.+ * a & & #.W.U.L.C.L.L.", +"L.C.L.L.L.L.L.L.L.L.C.P.h.% J T.C.C.L.L.C.L.k.3 X l U + & # + k (.w.U n.L.L.L.", +"L.L.C.L.C.L.C.L.C.L.L.L.b.3 O Y T.C.C.C.L.C.P.1.# = > = & = + Y g ; o N I.C.C.", +"L.L.L.L.L.L.L.L.L.L.C.L.C.9 O * Y T.C.C.L.L.C.P.l & = * @ # ; * & = . C P.C.L.", +"C.L.C.L.L.C.L.C.L.L.L.L.C.t O : * 4.T.C.C.L.C.P.y.@ * & & & = * * a #.M.L.L.L.", +"L.L.L.L.C.L.L.L.L.L.C.C.P.x O = = > t.P.C.C.C.P.j.& = % * & = & 6.P.P.L.C.L.L.", +"C.L.L.L.L.L.L.C.L.C.L.C.L.v X = * % 3 k.P.C.C.P.n.4 $ = & = O K E.L.C.C.L.C.L.", +"L.C.L.C.C.L.C.L.L.L.C.C.P.C o = & > # 9 L.L.C.C.U.B . * * & < V.L.C.L.L.L.L.L.", +"L.L.L.L.L.L.L.L.L.C.L.C.P.Z o = * & & X l C.C.C.P.u.1 * & $ 1.I.C.L.C.L.C.L.C.", +"L.L.L.L.C.L.C.L.L.L.C.C.I.F + & , s / u o U T.C.C.T.m @ 5 4.L.C.C.L.L.C.L.L.A.", +"C.L.C.L.L.L.L.L.L.C.C.C.T.Y o < } -.:.;.d ; h.P.C.I.y.7 m.U.C.L.L.L.L.L.C.L.L.", +"L.L.L.C.L.L.C.L.C.L.L.C.T.1.- d.F.*.=.:.%.q B L.C.P.y.I T.C.L.L.L.C.C.L.L.C.L.", +"C.L.L.L.L.C.L.L.L.L.C.C.T.>.w +XS.=.;.*.@._ Y ` I.D.4.N.L.C.L.L.L.L.L.L.L.L.L.", +"L.C.L.L.C.L.L.L.C.L.C.C.T.T ^ ;.@.$. .{ ..V ).S x.T.6.C.L.L.L.L.C.L.L.L.C.L.L.", +"L.L.C.L.L.L.L.C.L.L.C.C.T.R ^ O.o.] ! [ Q F ,Xg.>.L.z.C.L.L.L.C.L.L.L.C.L.L.L.", +"L.L.L.L.L.L.L.C.L.C.C.C.T.5.0 +.X.' | { i J.&X Xn l k.I.C.L.L.L.C.L.C.L.L.L.C.", +"L.L.C.L.C.L.L.L.L.L.C.C.U.9.B p ) ) p a j.OXoX*Xg.* k.P.C.L.C.L.L.L.L.L.L.C.L.", +"C.L.L.L.C.L.C.L.L.L.L.C.T.6.J.q.z M J v.{.&X@X.X].6 7.T.C.L.C.L.L.L.L.L.L.C.L.", +"L.L.L.C.L.L.L.L.C.L.C.L.N.Z /.,X`.Q.~.{.&X-X=X X-XP I U.C.C.L.L.C.L.C.L.L.L.L.", +"C.L.C.L.L.C.L.C.L.L.C.T.w.e |.-X#X@X&X-X=X-X@X}.&Xz.5.I.L.L.C.L.L.L.L.L.L.L.L.", +"L.L.L.L.L.L.L.L.L.L.C.T.A j -X#X#X-X-X#X#X-X@X}. X).` B.L.C.L.L.L.C.L.C.C.L.C.", +"C.L.C.L.L.L.L.C.C.C.P.m.b L ,X#X#X>X-X-X=X-X&X.X}.|.>.C.L.L.L.L.L.L.C.L.L.L.A.", +"L.L.L.L.C.L.L.L.C.L.m.e.r.t.,X&X=X&X&X&X&X-X=XoX[..Xl.9.U.C.C.L.L.C.L.L.L.L.C.", +"L.L.L.L.L.C.L.C.C.T.>.r.h.i.X>X-X#X-X=X@X@X.X'.Y C.L.C.L.L.C.L.C.L.L.L.", +"L.C.L.L.L.L.C.L.C.W.#.I w.M.X>X>X-X>X>X#X=X&X.X#X0.y.I.C.C.L.L.L.L.C.L.L.", +"L.A.C.L.L.C.L.L.C.L.z.g n }.,X#X;X>X>X>X>X>X-X-X@X@X>Xl.4.T.C.C.L.C.L.C.L.L.L.", +"L.L.L.L.L.L.L.L.L.C.W.j g X>X;X;X>X>X-X=XXX,Xn.t.T.C.L.C.L.L.L.C.L.L.", +"L.C.L.L.L.C.L.C.L.C.W.g S X>X>X>X-X=XXX-XJ.e.P.C.L.L.L.L.C.L.L.L.", +"C.L.L.L.C.L.L.L.C.C.L.8 s.X%X-X-X=XXX#X(.6.C.L.L.L.L.L.C.L.L.C.", +"L.L.L.C.L.L.L.L.C.T.t.+ E.,X>X;X>X;X>X#X;X#X>X>X-XXX&X_.5.N.L.C.C.L.L.L.C.L.L.", +"C.L.C.L.L.L.L.L.C.T.I , oX,X>X;X-X>X#X,XX-X-X#X}.,.m.L.C.L.C.L.C.L.C.L.", +"L.L.L.L.C.L.C.C.L.M.> b -X;X>X>X-X,X-X^.V.).X>X-X#X.X` x.P.C.L.L.L.L.L.L.L.", +"L.L.C.L.C.L.L.C.I.M.+ Y -X=X>X=X,XD.H n J l t.,X;X%X-X-X5.z.P.C.L.C.L.C.L.C.L.", +"C.L.L.L.L.L.L.C.L.L.F 0.,X-X-X-X0.b u.H.C.C.N f..` T.C.C.L.L.L.C.C.P.D Y. +Uploaders: Michael Koch +Build-Depends: debhelper (>= 5), autotools-dev, unzip, zip, bzip2, m4, lsb-release, wget, procps, automake, autoconf, ant, g++-4.2 [amd64 powerpc], g++-4.1 [i386 lpia], gcj (>= 4:4.2.1), ecj, java-gcj-compat-dev (>= 1.0.76-2ubuntu3), libxtst-dev, libxi-dev, libxt-dev, libxp-dev, libxaw7-dev, libcupsys2-dev, lesstif2-dev, libasound2-dev, libfreetype6-dev, libxalan2-java, liblcms1-dev, libxinerama-dev, libjpeg62-dev, libpng12-dev, libgif-dev | libungif4-dev, zlib1g-dev, gawk, pkg-config, libbonobo2-dev, libatspi-dev, at-spi, x11-utils | xprop, libgtk2.0-dev, libxul-dev, openssl, ca-certificates, +Standards-Version: 3.7.2 +Homepage: http://icedtea.classpath.org/ +XS-Vcs-Bzr: bzr+ssh://@bazaar.launchpad.net/~ubuntu-java/uj/icedtea7 +XS-Vcs-Browser: https://code.launchpad.net/~ubuntu-java/uj/icedtea7 + +Package: icedtea-java7-jdk +Architecture: any +Depends: icedtea-java7-jre (>= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Suggests: icedtea-java7-demo, icedtea-java7-source +Provides: java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk +Description: Java runtime based on OpenJDK + Icedtea is a temporary fork of OpenJDK + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-jre +Architecture: all +Section: interpreters +Depends: icedtea-java7-bin (>= ${base:Version}), java-common, ${shlibs:Depends}, ${misc:Depends} +Suggests: icedtea-java7-plugin, sun-java6-fonts, ttf-baekmuk | ttf-unfonts | ttf-unfonts-core, ttf-kochi-gothic | ttf-sazanami-gothic , ttf-kochi-mincho | ttf-sazanami-mincho, ttf-arphic-uming +Provides: java-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime +Description: Java runtime based on OpenJDK + Icedtea is a temporary fork of OpenJDK + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-bin +Architecture: any +Section: interpreters +Depends: icedtea-java7-jre (>= ${binary:Version}), ${shlibs:Depends}, ${dlopen:Depends}, ${misc:Depends} +Conflicts: binfmt-support (<< 1.1.2) +Recommends: ${dlopen:Recommends} +Suggests: binfmt-support +Description: Java runtime based on OpenJDK + Icedtea is a temporary fork of OpenJDK + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-demo +Architecture: any +Depends: icedtea-java7-jre (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: Java runtime based on OpenJDK + Icedtea is a temporary fork of OpenJDK + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-plugin +Architecture: any +Depends: icedtea-java7-jre (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Xb-Npp-Applications: ec8030f7-c20a-464f-9b0e-13a3a9e97384, 92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a, aa5ca914-c309-495d-91cf-3141bbb04115 +Xb-Npp-Name: The GCJ Web Browser Plugin (using IcedTea) +Xb-Npp-MimeType: application/x-java-vm, application/x-java-applet, application/x-java-applet;version=1.1, application/x-java-applet;version=1.1.1, application/x-java-applet;version=1.1.2, application/x-java-applet;version=1.1.3, application/x-java-applet;version=1.2, application/x-java-applet;version=1.2.1, application/x-java-applet;version=1.2.2, application/x-java-applet;version=1.3, application/x-java-applet;version=1.3.1, application/x-java-applet;version=1.4, application/x-java-applet;version=1.4.1, application/x-java-applet;version=1.4.2, application/x-java-applet;version=1.5, application/x-java-applet;version=1.6, application/x-java-applet;version=1.7, application/x-java-applet;jpi-version=1.7.0_00, application/x-java-bean, application/x-java-bean;version=1.1, application/x-java-bean;version=1.1.1, application/x-java-bean;version=1.1.2, application/x-java-bean;version=1.1.3, application/x-java-bean;version=1.2, application/x-java-bean;version=1.2.1, application/x-java-bean;version=1.2.2, application/x-java-bean;version=1.3, application/x-java-bean;version=1.3.1, application/x-java-bean;version=1.4, application/x-java-bean;version=1.4.1, application/x-java-bean;version=1.4.2, application/x-java-bean;version=1.5, application/x-java-bean;version=1.6, application/x-java-bean;version=1.7, application/x-java-bean;jpi-version=1.7.0_00 +Description: Java plugin based on OpenJDK and gcjwebplugin + Icedtea is a temporary fork of OpenJDK + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-source +Architecture: all +Depends: icedtea-java7-jdk (>= ${binary:Version}) +Description: Icedtea Development Kit (JDK) source files + Icedtea is a development environment for building applications, + applets, and components using the Java programming language. + . + This package contains the Java programming language source files + (src.zip) for all classes that make up the Java core API. + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-doc +Architecture: all +Suggests: icedtea-java7-jdk +Description: Icedtea Development Kit (JDK) documentation + Icedtea is a development environment for building applications, + applets, and components using the Java programming language. + . + This package contains the API documentation. --- icedtea-java7-7~b24-1.5.orig/debian/control.in +++ icedtea-java7-7~b24-1.5/debian/control.in @@ -0,0 +1,83 @@ +Source: icedtea-java7 +Section: universe/devel +Priority: extra +Maintainer: Matthias Klose +Uploaders: Michael Koch +Build-Depends: debhelper (>= 5), autotools-dev, unzip, zip, bzip2, m4, lsb-release, wget, procps, automake, autoconf, ant, @bd_gcc@ @bd_bootstrap@ @bd_openjdk@ @bd_syslibs@ @bd_accessbridge@ @bd_plugin@ @bd_certificates@ +Standards-Version: 3.7.2 +Homepage: http://icedtea.classpath.org/ +XS-Vcs-Bzr: bzr+ssh://@bazaar.launchpad.net/~ubuntu-java/uj/icedtea7 +XS-Vcs-Browser: https://code.launchpad.net/~ubuntu-java/uj/icedtea7 + +Package: icedtea-java7-jdk +Architecture: any +Depends: icedtea-java7-jre (>= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Suggests: icedtea-java7-demo, icedtea-java7-source +Provides: java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk +Description: Java runtime based on OpenJDK + Icedtea is a temporary fork of OpenJDK + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-jre +Architecture: all +Section: interpreters +Depends: icedtea-java7-bin (>= ${base:Version}), java-common, ${shlibs:Depends}, ${misc:Depends} +Suggests: icedtea-java7-plugin, sun-java6-fonts, ttf-baekmuk | ttf-unfonts | ttf-unfonts-core, ttf-kochi-gothic | ttf-sazanami-gothic , ttf-kochi-mincho | ttf-sazanami-mincho, ttf-arphic-uming +Provides: java-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime +Description: Java runtime based on OpenJDK + Icedtea is a temporary fork of OpenJDK + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-bin +Architecture: any +Section: interpreters +Depends: icedtea-java7-jre (>= ${binary:Version}), ${shlibs:Depends}, ${dlopen:Depends}, ${misc:Depends} +Conflicts: binfmt-support (<< 1.1.2) +Recommends: ${dlopen:Recommends} +Suggests: binfmt-support +Description: Java runtime based on OpenJDK + Icedtea is a temporary fork of OpenJDK + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-demo +Architecture: any +Depends: icedtea-java7-jre (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: Java runtime based on OpenJDK + Icedtea is a temporary fork of OpenJDK + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-plugin +Architecture: any +Depends: icedtea-java7-jre (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Xb-Npp-Applications: ec8030f7-c20a-464f-9b0e-13a3a9e97384, 92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a, aa5ca914-c309-495d-91cf-3141bbb04115 +Xb-Npp-Name: The GCJ Web Browser Plugin (using IcedTea) +Xb-Npp-MimeType: application/x-java-vm, application/x-java-applet, application/x-java-applet;version=1.1, application/x-java-applet;version=1.1.1, application/x-java-applet;version=1.1.2, application/x-java-applet;version=1.1.3, application/x-java-applet;version=1.2, application/x-java-applet;version=1.2.1, application/x-java-applet;version=1.2.2, application/x-java-applet;version=1.3, application/x-java-applet;version=1.3.1, application/x-java-applet;version=1.4, application/x-java-applet;version=1.4.1, application/x-java-applet;version=1.4.2, application/x-java-applet;version=1.5, application/x-java-applet;version=1.6, application/x-java-applet;version=1.7, application/x-java-applet;jpi-version=1.7.0_00, application/x-java-bean, application/x-java-bean;version=1.1, application/x-java-bean;version=1.1.1, application/x-java-bean;version=1.1.2, application/x-java-bean;version=1.1.3, application/x-java-bean;version=1.2, application/x-java-bean;version=1.2.1, application/x-java-bean;version=1.2.2, application/x-java-bean;version=1.3, application/x-java-bean;version=1.3.1, application/x-java-bean;version=1.4, application/x-java-bean;version=1.4.1, application/x-java-bean;version=1.4.2, application/x-java-bean;version=1.5, application/x-java-bean;version=1.6, application/x-java-bean;version=1.7, application/x-java-bean;jpi-version=1.7.0_00 +Description: Java plugin based on OpenJDK and gcjwebplugin + Icedtea is a temporary fork of OpenJDK + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-source +Architecture: all +Depends: icedtea-java7-jdk (>= ${binary:Version}) +Description: Icedtea Development Kit (JDK) source files + Icedtea is a development environment for building applications, + applets, and components using the Java programming language. + . + This package contains the Java programming language source files + (src.zip) for all classes that make up the Java core API. + . + Homepage: http://icedtea.classpath.org/ + +Package: icedtea-java7-doc +Architecture: all +Suggests: icedtea-java7-jdk +Description: Icedtea Development Kit (JDK) documentation + Icedtea is a development environment for building applications, + applets, and components using the Java programming language. + . + This package contains the API documentation. --- icedtea-java7-7~b24-1.5.orig/debian/buildwatch.sh +++ icedtea-java7-7~b24-1.5/debian/buildwatch.sh @@ -0,0 +1,15 @@ +#! /bin/sh + +# powerpc build takes up to 10h (600min) +wait=$(expr 600 \* 60) +ival=$(expr 15 \* 60) +#wait=5 +#ival=1 + +while [ $wait -gt 0 ]; do + sleep $ival + if ps x | grep -v grep | egrep -qs '/cc1|jar|java'; then + echo "compiler/java/jar running ..." + fi + wait=$(expr $wait - $ival) +done --- icedtea-java7-7~b24-1.5.orig/debian/changelog +++ icedtea-java7-7~b24-1.5/debian/changelog @@ -0,0 +1,174 @@ +icedtea-java7 (7~b24-1.5-1) hardy; urgency=low + + * Update to IcedTea-1.5. + * debian/patches/ssp-interpreter.diff: Use bash to call the ssp script, + backslash handling differs betweend dash and bash. + + -- Matthias Klose Fri, 04 Jan 2008 09:58:27 +0100 + +icedtea-java7 (7~b24-1.5~20071214-1) hardy; urgency=low + + * New upstream snapshot (b24). + * Update java-access-bridge to 1.21.1. + * On powerpc keep the build alive using buildwatch script. + * Do not install menu entries for javaws, ControlPanel. LP: #155553, #156673. + * README.alternatives: Fix example. LP: #157063. + + -- Matthias Klose Fri, 14 Dec 2007 11:09:22 +0100 + +icedtea-java7 (7~b23-1.5~20071124-4) hardy; urgency=low + + * Allow libungif4-dev as alternative build dependency. + * On powerpc keep the build alive using buildwatch script. + * Always build the plugin using libxul-dev. + + -- Matthias Klose Mon, 10 Dec 2007 15:20:16 +0100 + +icedtea-java7 (7~b23-1.5~20071124-3) hardy; urgency=low + + * Lower optimization to -O2 for building the jdk on amd64. + * Reenable parallel build. + * Link using -Bsymbolic-functions. + * debian/patches/arguments.patch, debian/patches/const_strings.patch: + New patches (Arnaud Vandyck). + + -- Matthias Klose Thu, 29 Nov 2007 18:50:41 +0100 + +icedtea-java7 (7~b23-1.5~20071124-2) hardy; urgency=low + + * Bootstrap using ecj/gcj. + * Build using g++-4.1 on i386, lpia, powerpc. + + -- Matthias Klose Wed, 28 Nov 2007 14:46:48 +0000 + +icedtea-java7 (7~b23-1.5~20071124-1) hardy; urgency=low + + * New upstream snapshot (b23). + + -- Matthias Klose Tue, 27 Nov 2007 15:48:08 +0100 + +icedtea-java7 (7~b22-1.5~20071018-0ubuntu3) hardy; urgency=low + + * Revert the previous change, require 7~b22 versions again. + + -- Matthias Klose Sat, 20 Oct 2007 14:33:26 +0000 + +icedtea-java7 (7~b22-1.5~20071018-0ubuntu2) hardy; urgency=low + + * Loosen dependencies to 7~b21, until package is built on all archs. + + -- Matthias Klose Sat, 20 Oct 2007 07:48:36 +0000 + +icedtea-java7 (7~b22-1.5~20071018-0ubuntu1) hardy; urgency=low + + * New upstream snapshot (b22). + * Don't use parallel builds to make the build log better comparable. + + -- Matthias Klose Fri, 19 Oct 2007 19:49:51 +0200 + +icedtea-java7 (7~b21-1.4+20071007-0ubuntu5) gutsy; urgency=low + + * Update icedtea to vcs 20071012 (1.4 release), checked that the plugin + works on amd64. + * debian/copyright: Update "License Headers" section. + + -- Matthias Klose Sun, 14 Oct 2007 19:55:12 +0200 + +icedtea-java7 (7~b21-1.4+20071007-0ubuntu4) gutsy; urgency=low + + * Bootstrapping trigger upload for final step of bootstrapping i386, amd64, + lpia. + + -- LaMont Jones Wed, 10 Oct 2007 22:04:25 -0600 + +icedtea-java7 (7~b21-1.4+20071007-0ubuntu3) gutsy; urgency=low + + * Add build dependency on bzip2. + + -- Matthias Klose Wed, 10 Oct 2007 09:00:40 +0000 + +icedtea-java7 (7~b21-1.4+20071007-0ubuntu2) gutsy; urgency=low + + * Add build dependency on ant. + + -- Matthias Klose Wed, 10 Oct 2007 06:33:14 +0000 + +icedtea-java7 (7~b21-1.4+20071007-0ubuntu1) gutsy; urgency=low + + * Update icedtea to vcs 20071007. + * Update java-access-bridge to 1.20.0. + * Add build-dependency on libxinerama-dev. + * Add Xb-Npp-xxx tags for the -plugin package. + * Name the plugin "GCJ Web Browser Plugin (using IcedTea)", GCJ now + "Great Cool Java" (according to Michael Koch). + * Compress binary-indep packages using bzip2. + + -- Matthias Klose Sun, 7 Oct 2007 23:43:28 +0200 + +icedtea-java7 (7~b21-1.4+20071002-0ubuntu2) gutsy; urgency=low + + * Rebuild using icedtea 7~b21. + + -- Matthias Klose Tue, 02 Oct 2007 19:45:21 +0200 + +icedtea-java7 (7~b21-1.4+20071002-0ubuntu1) gutsy; urgency=low + + * New upstream snapshot (b21). + * Correctly unregister the executable binary format in the -bin package. + * Assemble the debian/copyright file. + + -- Matthias Klose Tue, 2 Oct 2007 09:59:37 +0200 + +icedtea-java7 (7~b19-1.3+20070905-0ubuntu1) gutsy; urgency=low + + * New upstream snapshot (b19). + * Build using g++-4.2 on amd64, using g++-4.1 on i386 and lpia. + * Build without -Werror, upstream source is not yet warning clean. + * Support DEB_BUILD_OPTIONS=parallel=. + * Add build dependency on wget. + * Add font suggestions. + * Changed font configuration to fix CJK font support (Arne Goetje). + * Fix location of the plugin, when registering the plugin alternatives. + + -- Matthias Klose Thu, 6 Sep 2007 00:46:40 +0200 + +icedtea-java7 (7~b18-1.2+20070822-0ubuntu2) gutsy; urgency=low + + * Create browser plugin directories. + * Build-depend on liblcms1-dev. + * Recommend packages with dlopened libraries: liblcms1, lesstif2, libcupsys2, + libgtk2.0-0, libgnome2-0, libgnomevfs2-0, libgconf2-4, libxrandr2, + libgl1-mesa-glx. + + -- Matthias Klose Tue, 21 Aug 2007 17:21:00 +0200 + +icedtea-java7 (7~b18-1.2+20070822-0ubuntu1) gutsy; urgency=low + + * New upstream version. + * Include java-access-bridge. + * Build -doc, -plugin packages. + * Register alternatives, priority 1060. + + -- Matthias Klose Tue, 21 Aug 2007 17:21:00 +0200 + +icedtea-java7 (7~b17-1.2+20070808-1) gutsy; urgency=low + + * Initial release, discard the initial packaging based on cdbs. + * Base the packaging on the sun-javaX packages. + + -- Matthias Klose Wed, 08 Aug 2007 15:55:39 +0200 + +icedtea (7~b16-20070724-1) UNRELEASED; urgency=low + + * Update upstream tarball to 7~b16, update icedtea to 20070724. + * debian/control: Build-depend on libfreetype6-dev. + * debian/rules: Configure --with-jar=/usr/bin/fastjar. + * Build using gcj-4.2. + + -- Matthias Klose Tue, 24 Jul 2007 11:24:55 +0200 + +icedtea (7~b14-20070704-1) unstable; urgency=low + + * Initial version. + + -- Michael Koch Wed, 04 Jul 2007 08:25:31 -0100 --- icedtea-java7-7~b24-1.5.orig/debian/rules +++ icedtea-java7-7~b24-1.5/debian/rules @@ -0,0 +1,665 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +unexport LANG LC_ALL + +SHELL = /bin/bash + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) + +# Support parallel= in DEB_BUILD_OPTIONS (see #209008) +COMMA=, +ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS)))) + PARALLEL_COMPILE_JOBS = $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS)))) + export PARALLEL_COMPILE_JOBS +endif + +arch_map := amd64=amd64 i386=i586 lpia=i586 powerpc=ppc sparc=sparc ia64=ia64 +archdir_map := amd64=amd64 i386=i386 lpia=i386 powerpc=ppc sparc=sparc ia64=ia64 + +jvmarch := $(strip $(patsubst $(DEB_HOST_ARCH)=%, %, \ + $(filter $(DEB_HOST_ARCH)=%, $(arch_map)))) +archdir := $(strip $(patsubst $(DEB_HOST_ARCH)=%, %, \ + $(filter $(DEB_HOST_ARCH)=%, $(archdir_map)))) + +# STAGE1_JAVA is either gcj or icedtea, the latter not yet supported +STAGE1_JAVA = gcj +#STAGE1_JAVA = icedtea +OPENJDK_VERSION = b24 +OPENJDK_SRC_ZIP = openjdk-$(OPENJDK_VERSION).zip + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +ifneq (,$(filter $(DEB_HOST_ARCH), i386 lpia)) + export GCC_SUFFIX = -4.1 + GCJ_SUFFIX = -4.2 +endif +ifneq (,$(filter $(DEB_HOST_ARCH), amd64 powerpc)) + export GCC_SUFFIX = -4.2 +endif +#ifneq (,$(filter $(DEB_HOST_ARCH), amd64)) +# export GCC_SUFFIX = -4.3 +#endif + +DISTRIBUTION_PATCHES = \ + debian/patches/gcc-no-werror.diff \ + debian/patches/gcc-no-stack-protector.diff \ + debian/patches/gcc-mtune-generic.diff \ + debian/patches/gcc-4.3.diff \ + debian/patches/ld-symbolic-functions.diff \ + $(if $(filter $(DEB_HOST_ARCH), amd64), debian/patches/gcc-jdk-opt-O2.diff) \ + $(if $(filter $(DEB_HOST_ARCH), powerpc), debian/patches/gcc-opt-O2.diff) \ + debian/patches/arguments.patch \ + debian/patches/const_strings.patch \ + debian/patches/ssp-interpreter.diff \ + +export DISTRIBUTION_PATCHES + +ifeq ($(STAGE1_JAVA),gcj) + CONFIGURE_ARGS = \ + --with-gcj-home=/usr/lib/jvm/java-gcj \ + --with-ecj=/usr/bin/ecj \ + --with-java=/usr/lib/jvm/java-gcj/bin/java \ + --with-javah=/usr/bin/gjavah$(GCJ_SUFFIX) \ + --with-rmic=/usr/bin/grmic$(GCJ_SUFFIX) \ + --with-jar=/usr/bin/gjar$(GCJ_SUFFIX) \ + --with-libgcj-jar=/usr/share/java/libgcj$(GCJ_SUFFIX).jar \ + --with-xalan2-jar=/usr/share/java/xalan2.jar \ + --with-xalan2-serializer-jar=/usr/share/java/serializer.jar \ + --with-openjdk-src-zip=$(OPENJDK_SRC_ZIP) +else ifeq ($(STAGE1_JAVA),icedtea) + CONFIGURE_ARGS = \ + --with-icedtea \ + --with-icedtea-home=/usr/lib/jvm/java-7-icedtea \ + --with-java=/usr/lib/jvm/java-7-icedtea/bin/java \ + --with-javah=/usr/lib/jvm/java-7-icedtea/bin/javah \ + --with-rmic=/usr/lib/jvm/java-7-icedtea/bin/rmic \ + --with-jar=/usr/lib/jvm/java-7-icedtea/bin/jar \ + --with-xalan2-jar=/usr/share/java/xalan2.jar \ + --with-xalan2-serializer-jar=/usr/share/java/serializer.jar \ + --with-openjdk-src-zip=$(OPENJDK_SRC_ZIP) +endif + +# --with-ecj=$(CURDIR)/ecj/ecj \ +# --with-ecj-jar=$(CURDIR)/ecj/eclipse-ecj.jar \ + +# --with-ecj=/usr/bin/ecj \ +# --with-javac=/usr/lib/jvm/java-gcj/bin/javac \ + + +# make the build log comparable +#export HOTSPOT_BUILD_JOBS = 1 +#export ALT_PARALLEL_COMPILE_JOBS = 1 + +build_target = icedtea-against-icedtea +#build_target = icedtea-against-ecj.stamp + +VENDOR := icedtea +Vendor := IcedTea + +TOP = usr/lib/jvm +basedir = usr/lib/jvm/$(jdirname) +origin = icedtea +basename = icedtea-java$(shortver) +jvmver = 1.7.0 +shortver = 7 +# priority is higher than java-gcj-compat +priority = 1060 +jdiralias = java-$(shortver)-$(origin) +basedir = usr/lib/jvm/$(jdiralias) +jreimg = openjdk/build/linux-$(jvmarch)/j2re-image +sdkimg = openjdk/build/linux-$(jvmarch)/j2sdk-image +security = etc/$(jdiralias)/security +browser_plugin_dirs = firefox iceape iceweasel mozilla midbrowser xulrunner + +# (most) jre and jdk tools handled by the alternatives system. +# dups in heimdal-clients, krb5-user: kinit, klist, ktab, no alternatives +all_jre_tools = $(notdir $(wildcard $(jreimg)/bin/*)) +corba_tools = orbd servertool tnameserv +jre_tools = $(filter-out $(corba_tools), $(all_jre_tools)) +jre_tools_alt = $(filter-out kinit klist ktab, $(jre_tools)) $(corba_tools) + +all_jdk_tools = $(notdir $(wildcard $(sdkimg)/bin/*)) +jdk_tools = $(filter-out $(all_jre_tools), $(all_jdk_tools)) +jdk_tools_alt = $(jdk_tools) + +jre_manpages_re:= $(shell echo $(jre_tools) $(corba_tools) | tr -s ' ' '|') + +distribution = $(shell lsb_release --id --short) + +# build dependencies +ifeq ($(STAGE1_JAVA),gcj) +bd_bootstrap = \ + gcj (>= 4:4.2.1), ecj, java-gcj-compat-dev (>= 1.0.76-2ubuntu3), +else +bd_bootstrap = \ + icedtea-java7-jdk, +endif + +bd_gcc = \ + g++-4.2 [amd64 powerpc], g++-4.1 [i386 lpia], +#bd_gcc = +bd_syslibs = \ + libjpeg62-dev, libpng12-dev, libgif-dev | libungif4-dev, zlib1g-dev, +bd_openjdk = \ + libxtst-dev, libxi-dev, libxt-dev, libxp-dev, libxaw7-dev, \ + libcupsys2-dev, lesstif2-dev, libasound2-dev, libfreetype6-dev, \ + libxalan2-java, liblcms1-dev, libxinerama-dev, +bd_accessbridge = \ + gawk, pkg-config, libbonobo2-dev, libatspi-dev, at-spi, \ + x11-utils | $(if $(filter $(distribution),Debian),xbase-clients,xprop), +bd_plugin = \ + libgtk2.0-dev, $(if $(filter $(distribution),Debian),libxul-dev,xulrunner-1.9-dev), +bd_plugin = \ + libgtk2.0-dev, libxul-dev, +bd_certificates = openssl, ca-certificates, + +dlopen_depends = +dlopen_recommends = \ + liblcms1, \ + lesstif2, \ + libcupsys2, \ + libgtk2.0-0, libgnome2-0, libgnomevfs2-0, libgconf2-4, \ + libxrandr2, libgl1-mesa-glx + +p_bin = $(basename)-bin +p_jre = $(basename)-jre +p_jdk = $(basename)-jdk +p_demo = $(basename)-demo +p_src = $(basename)-source +p_doc = $(basename)-doc +p_plug = $(basename)-plugin + +d = debian/tmp +d_bin = debian/$(p_bin) +d_jre = debian/$(p_jre) +d_jdk = debian/$(p_jdk) +d_demo = debian/$(p_demo) +d_src = debian/$(p_src) +d_doc = debian/$(p_doc) +d_plug = debian/$(p_plug) + +bd_options = -- -Zbzip2 +control_vars = \ + '-Vbase:Version=7~b21' \ + '-Vdlopen:Depends=$(dlopen_depends)' \ + '-Vdlopen:Recommends=$(dlopen_recommends)' \ + +debian/control: debian/control.in debian/rules + @cp -p debian/control debian/control.old + sed \ + -e 's/@bd_bootstrap@/$(bd_bootstrap)/g' \ + -e 's/@bd_openjdk@/$(bd_openjdk)/g' \ + -e 's/@bd_gcc@/$(bd_gcc)/g' \ + -e 's/@bd_syslibs@/$(bd_syslibs)/g' \ + -e 's/@bd_accessbridge@/$(bd_accessbridge)/g' \ + -e 's/@bd_plugin@/$(bd_plugin)/g' \ + -e 's/@bd_certificates@/$(bd_certificates)/g' \ + debian/control.in > debian/control + @if cmp -s debian/control debian/control.old; then \ + rm -f debian/control.old; \ + else \ + diff -u debian/control.old debian/control; \ + echo "debian/control did change, please restart the build"; \ + rm -f debian/control.old; \ + exit 1; \ + fi + +packaging-files: + for f in debian/*.in; do \ + case "$$f" in debian/control.in) continue; esac; \ + f2=$$(echo $$f | sed 's/JB/$(basename)/;s/\.in$$//'); \ + sed -e 's/@JRE@/$(p_jre)/g' \ + -e 's/@JDK@/$(p_jdk)/g' \ + -e 's/@vendor@/$(Vendor)/g' \ + -e 's/@RELEASE@/$(relstring)/g' \ + -e 's/@basename@/$(basename)/g' \ + -e 's,@TOP@,$(TOP),g' \ + -e 's,@basedir@,$(basedir),g' \ + -e 's,@basediralias@,$(TOP)/$(jdiralias),g' \ + -e 's,@jdiralias@,$(jdiralias),g' \ + -e 's,@jdirname@,$(jdirname),g' \ + -e 's/@srcname@/$(srcname)/g' \ + -e 's/@jvmarch@/$(jvmarch)/g' \ + -e 's/@archdir@/$(archdir)/g' \ + -e 's/@tag@/$(tag)/g' \ + -e 's/@priority@/$(priority)/g' \ + -e 's/@mantag@/$(mantag)/g' \ + -e 's/@jre_tools@/$(jre_tools_alt)/g' \ + -e 's/@jdk_tools@/$(jdk_tools_alt)/g' \ + -e 's/@corba_tools@/$(corba_tools)/g' \ + -e 's,@j2se_lib@,$(j2se_lib),g' \ + -e 's,@j2se_share@,$(j2se_share),g' \ + -e 's,@browser_dirs@,$(browser_plugin_dirs),g' \ + $$f > $$f2; \ + done +ifneq (,$(filter $(DEB_HOST_ARCH), i386 lpia)) +# not yet in OpenJDK +# cat debian/$(p_bin)-i586.menu >> $(d_bin).menu + rm -f debian/$(p_bin)-i586.menu +endif + +icedtea-configure: stamps/icedtea-configure +stamps/icedtea-configure: + mkdir -p stamps + ./configure $(CONFIGURE_ARGS) + touch $@ + +unpack: dist-openjdk dist-bridge stamps/unpack +stamps/unpack: stamps/icedtea-configure +ifeq ($(STAGE1_JAVA),gcj) + $(MAKE) stamps/clone-ecj.stamp +endif + $(MAKE) stamps/clone.stamp + touch $@ + +dist-openjdk: $(OPENJDK_SRC_ZIP) + @echo "downloading openjdk source from hg to create zipfile: $(OPENJDK_SRC_ZIP)" + $(MAKE) $@ + +dist-bridge: $(bridge_src) + +patch: stamps/patch +stamps/patch: stamps/unpack +ifeq ($(STAGE1_JAVA),gcj) + $(MAKE) stamps/patch-ecj.stamp +endif + $(MAKE) stamps/patch.stamp + touch $@ + +build: stamps/build stamps/build-bridge stamps/cacerts +stamps/build: stamps/patch +ifneq (,$(filter $(DEB_HOST_ARCH), powerpc)) + sh -c 'sh debian/buildwatch.sh &' +endif + $(MAKE) $(build_target) + touch $@ + +bridge_dir = java-access-bridge-1.21.1 +bridge_src = $(bridge_dir).tar.bz2 + +stamps/build-bridge: stamps/build stamps/configure-bridge + JAVA_HOME=$(CURDIR)/$(sdkimg) \ + PATH=$(CURDIR)/$(sdkimg)/bin:$$PATH \ + $(MAKE) -C $(bridge_dir) + touch $@ + +stamps/configure-bridge: + rm -rf $(bridge_dir) + tar jxf $(bridge_src) + cd $(bridge_dir) && \ + JAVA_HOME=$(CURDIR)/$(sdkimg) \ + PATH=$(CURDIR)/$(sdkimg)/bin:$$PATH \ + $(CURDIR)/$(bridge_dir)/configure + touch $@ + +stamps/cacerts: stamps/build + rm -rf build-cacerts + mkdir build-cacerts + cat /etc/ssl/certs/ca-certificates.crt > build-cacerts/cert.pem + perl debian/generate-cacerts.pl $(sdkimg)/bin/keytool + touch $@ + +clean: + dh_testdir + dh_testroot + rm -rf stamps + -$(MAKE) distclean + rm -rf openjdk openjdk-ecj + + for f in debian/*.in; do \ + f2=$$(echo $$f | sed 's/JB/$(basename)/;s/\.in$$//'); \ + case "$$f2" in debian/control) continue; esac; \ + rm -f $$f2; \ + done + rm -f debian/*.install debian/*.links + rm -rf $(bridge_dir) + rm -rf cacerts build-cacerts + rm -f generated/sun/awt/X11/generator/sizer.{32,64} + rm -rf autom4te.cache + dh_clean + +install: packaging-files + dh_testdir + dh_testroot + dh_clean -k + rm -f debian/*.install debian/*.links + dh_installdirs + + : # install into temporary location + mkdir -p $(d)/$(basedir) + cp -a $(sdkimg)/* $(d)/$(basedir)/ + cp -a $(jreimg)/man $(d)/$(basedir)/jre/ + chmod -R u+w $(d) + + cp -a $(bridge_dir)/bridge/accessibility.properties \ + $(d)/$(basedir)/jre/lib/ + cp -a $(bridge_dir)/gnome-java-bridge.jar $(d)/$(basedir)/jre/lib/ext/ + cp -a cacerts $(d)/$(basedir)/jre/lib/security/ + + : # remove files, which are not installed at all + rm -f $(d)/$(basedir)/bin/java-rmi.cgi +ifneq ($(with_javaws),yes) + rm -f $(d)/$(basedir)/man/man1/javaws.1 +endif + + : # replace common files in jdk and jre by symlinks + @cd $(d)/$(basedir); \ + for i in `find jre -type f`; do \ + i2=$${i#jre/*}; \ + [ -f $$i2 ] && cmp -s $$i $$i2 || continue; \ + d=$$(echo ./$$i2 | sed -r 's,[^/]+/,../,g;s,/[^/]+$$,,;s,\.\.$$,,'); \ + echo " symlink $$i2 -> $$d$$i"; \ + ln -sf $$d$$i $$i2; \ + done + + mkdir -p $(d)/etc/$(jdiralias)/security + mkdir -p $(d)/etc/$(jdiralias)/management + + : # rename templates (comments only) to config files, + : # and move to /etc/$(jdiralias) + for i in \ + management/jmxremote.password \ + management/snmp.acl; \ + do \ + mv $(d)/$(basedir)/jre/lib/$$i.template $(d)/etc/$(jdiralias)/$$i; \ + done + + : # move config files to etc/$(jdiralias) and symlink them. + for i in \ + accessibility.properties \ + calendars.properties \ + content-types.properties \ + logging.properties \ + sound.properties \ + flavormap.properties \ + net.properties \ + psfontj2d.properties \ + psfont.properties.ja \ + management/jmxremote.access \ + management/management.properties \ + security/cacerts \ + security/java.policy \ + security/java.security; \ + do \ + mv $(d)/$(basedir)/jre/lib/$$i $(d)/etc/$(jdiralias)/$$i; \ + done + mv $(d)/$(basedir)/jre/lib/$(archdir)/jvm.cfg \ + $(d)/etc/$(jdiralias)/ + + cp debian/fontconfig.properties.src \ + $(d)/etc/$(jdiralias)/fontconfig.properties + + : # FIXME: generate fontconfig.bfc + mv $(d)/$(basedir)/jre/lib/fontconfig.Ubuntu.bfc \ + $(d)/etc/$(jdiralias)/fontconfig.bfc + + : # remove files which we do not want to distribute + rm -f $(d)/$(basedir)/jre/lib/fontconfig*.properties.src + rm -f $(d)/$(basedir)/jre/lib/fontconfig*.bfc + + : # TODO: why do we provide a custom font.properties.ja? + : # cp -p debian/font.properties.ja $(d_jbin)/etc/$(jdiralias)/. + + : # now move things to the packages. it is so ****** to create + : # .install files first. dh_movefiles did do job perfectly + + : # $(p_bin).install + ( \ + echo 'etc'; \ + echo '$(basedir)/jre/lib/jexec'; \ + echo '$(basedir)/jre/bin'; \ + echo '$(basedir)/jre/man'; \ + echo '$(basedir)/man/ja'; \ + cd $(CURDIR)/$(d); \ + for i in $(basedir)/jre/lib/$(archdir)/*; do \ + case "$$i" in */gcjwebplugin.so) continue; esac; \ + echo $$i; \ + done; \ + cd $(CURDIR)/$(d); \ + for i in $(basedir)/{bin,man/man1,man/ja_JP.eucJP/man1}/*; do \ + [ -h $$i ] || continue; \ + echo $$i; \ + done; \ + ) > debian/$(p_bin).install + + : # $(p_jre).install + ( \ + echo '$(basedir)/jre/LICENSE'; \ + echo '$(basedir)/jre/ASSEMBLY_EXCEPTION'; \ + echo '$(basedir)/jre/README.html'; \ + echo '$(basedir)/jre/THIRD_PARTY_README'; \ + cd $(d); \ + for i in $(basedir)/jre/lib/*; do \ + case "$$i" in */$(archdir)|*/jexec) continue; esac; \ + echo $$i; \ + done; \ + ) > debian/$(p_jre).install + + : # $(p_jdk).install + ( \ + echo '$(basedir)/include'; \ + echo '$(basedir)/lib'; \ + echo '$(basedir)/LICENSE'; \ + echo '$(basedir)/ASSEMBLY_EXCEPTION'; \ + echo '$(basedir)/README.html'; \ + echo '$(basedir)/THIRD_PARTY_README'; \ + cd $(d); \ + for i in $(basedir)/{bin,man/man1,man/ja_JP.eucJP/man1}/*; do \ + [ -h $$i -o "$$i" = jexec ] && continue; \ + echo $$i; \ + done; \ + ) > debian/$(p_jdk).install + + dh_installdirs -p$(p_plug) \ + $(foreach d, $(browser_plugin_dirs), usr/lib/$(d)/plugins) + + : # $(p_plug).install + ( \ + echo '$(basedir)/jre/lib/$(archdir)/gcjwebplugin.so'; \ + ) > debian/$(p_plug).install + + : # $(p_src).install + ( \ + echo '$(basedir)/src.zip'; \ + ) > debian/$(p_src).install + + : # move demos and samples, create symlinks for $(p_demo) + mkdir -p $(d)/usr/share/doc/$(p_jre)/demo + for i in $(d)/$(basedir)/demo/*; do \ + b=$$(basename $$i); \ + case "$$i" in \ + */jvmti) \ + echo $(basedir)/demo/$$b usr/share/doc/$(p_jre)/demo/$$b >> $(d_demo).links;; \ + *) \ + mv $$i $(d)/usr/share/doc/$(p_jre)/demo/$$b; \ + echo usr/share/doc/$(p_jre)/demo/$$b $(basedir)/demo/$$b >> $(d_demo).links;; \ + esac; \ + done + mv $(d)/$(basedir)/sample $(d)/usr/share/doc/$(p_jre)/examples + echo usr/share/doc/$(p_jre)/examples $(basedir)/sample >> $(d_demo).links + echo usr/share/doc/$(p_jre) usr/share/doc/$(p_demo) >> debian/$(p_demo).links + + : # $(p_demo).install + ( \ + echo '$(basedir)/demo'; \ + echo 'usr/share/doc/$(p_jre)/examples'; \ + echo 'usr/share/doc/$(p_jre)/demo'; \ + ) > debian/$(p_demo).install + + dh_install --sourcedir=debian/tmp --fail-missing + + : # give all permissions to cross-VM extension directory + sed -i \ + -e '/permission java\.security\.AllPermission;/,/};/c\' \ + -e ' permission java.security.AllPermission;\' \ + -e '};\' \ + -e '\' \ + -e 'grant codeBase "file:/$(basedir)/ext/*" {\' \ + -e ' permission java.security.AllPermission;\' \ + -e '};\' \ + -e '\' \ + -e '// Comment this out if you want to give all permissions to the\' \ + -e '// Debian Java repository too:\' \ + -e '//grant codeBase "file:/usr/share/java/repository/-" {\' \ + -e '// permission java.security.AllPermission;\' \ + -e '//};\' \ + -e '' \ + $(d_bin)/$(security)/java.policy +# 'make Emacs Makefile mode happy + + dh_installdirs -p$(p_bin) \ + usr/share/applications \ + usr/share/control-center-2.0/capplets \ + usr/share/application-registry \ + usr/share/mime-info \ + usr/share/icons \ + usr/share/binfmts + + : # add GNOME stuff + cp -p debian/$(basename)-java.desktop \ + $(d_bin)/usr/share/applications/ + cp -p debian/$(basename)-policytool.desktop \ + $(d_bin)/usr/share/control-center-2.0/capplets/ +ifneq (,$(filter $(DEB_HOST_ARCH), i386 lpia)) + ifneq ($(with_javaws),yes) + cp -p debian/$(basename)-{java,javaws}.desktop \ + $(d_bin)/usr/share/applications/ + endif +# not yet in OpenJDK +# cp -p debian/$(basename)-controlpanel.desktop \ +# $(d_bin)/usr/share/control-center-2.0/capplets/ + cp -p debian/$(basename)-policytool.desktop \ + $(d_bin)/usr/share/control-center-2.0/capplets/ +endif + + for i in archive web-start; do \ + cp debian/$(basename)-$$i.applications \ + $(d_bin)/usr/share/application-registry/; \ + cp debian/$(basename)-$$i.keys $(d_bin)/usr/share/mime-info/; \ + cp debian/$(basename)-$$i.mime $(d_bin)/usr/share/mime-info/; \ + done + + cp -p debian/sun_java.xpm \ + $(d_bin)/usr/share/icons/$(basename).xpm + + mkdir -p $(d_demo)/usr/share/icons + cp -p debian/sun_java_app.xpm \ + $(d_demo)/usr/share/icons/$(basename)-app.xpm + + : # create docdir symlinks for $(p_src) + ( \ + echo usr/share/doc/$(p_jre) usr/share/doc/$(p_src); \ + ) > debian/$(p_src).links + + : # create docdir symlinks for $(p_jdk) + ( \ + echo usr/share/doc/$(p_jre) usr/share/doc/$(p_jdk); \ + ) > debian/$(p_jdk).links + + : # create docdir symlinks for $(p_plug) + ( \ + echo usr/share/doc/$(p_jre) usr/share/doc/$(p_plug); \ + ) > debian/$(p_plug).links + + : # create docdir symlinks for $(p_bin) + ( \ + echo usr/share/doc/$(p_jre) usr/share/doc/$(p_bin); \ + ) > debian/$(p_bin).links + + : # create links for the config files + find $(d_bin)/etc/$(jdiralias) -type f ! -name jvm.cfg \ + -printf "etc/$(jdiralias)/%P $(basedir)/jre/lib/%P\n" >> $(d_bin).links + echo "etc/$(jdiralias)/jvm.cfg $(basedir)/jre/lib/$(archdir)/jvm.cfg" \ + >> $(d_bin).links + + @echo JRE_TOOLS: $(jre_tools_alt) + @echo JDK_TOOLS: $(jdk_tools_alt) + ( \ + echo 'name=$(jdirname)'; \ + echo 'alias=$(jdiralias)'; \ + echo 'priority=$(priority)'; \ + echo 'section=non-free'; \ + echo ''; \ + for i in $(jre_tools_alt); do \ + echo "jre $$i /$(TOP)/$(jdiralias)/jre/bin/$$i"; \ + done; \ + for i in $(jdk_tools_alt); do \ + echo "jdk $$i /$(TOP)/$(jdiralias)/bin/$$i"; \ + done; \ + for i in $(browser_plugin_dirs); do \ + echo "plugin $$i-javaplugin.so /$(TOP)/$(jdiralias)/jre/lib/$(archdir)/gcjwebplugin.so"; \ + done; \ + ) > $(d_bin)/$(TOP)/.$(jdiralias).jinfo + + ( \ + echo 'package $(basename)'; \ + echo 'interpreter /$(basedir)/jre/lib/jexec'; \ + echo 'magic PK\x03\x04'; \ + ) > $(d_bin)/usr/share/binfmts/$(basename) + + +# Build architecture independant packages +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs -p$(p_jre) -p$(p_doc) + dh_installdocs -p$(p_jre) \ + debian/JAVA_HOME \ + debian/README.alternatives + for i in AUTHORS NEWS README; do \ + cp -p $$i $(d_jre)/usr/share/doc/$(p_jre)/$$i.icedtea; \ + done + + dh_installdocs -p$(p_doc) + mkdir -p $(d_doc)/usr/share/doc/$(p_jre) + for i in openjdk/control/build/linux-$(jvmarch)/docs/*; do \ + [ -e $$i ] || continue; \ + b=$$(basename $$i); \ + cp -a $$i $(d_doc)/usr/share/doc/$(p_jre)/; \ + ln -sf ../$(p_jre)/$$b $(d_doc)/usr/share/doc/$(p_doc)/$$b; \ + done +# dh_installmenu -i +# dh_installdebconf -i + dh_link -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i -- $(control_vars) + dh_md5sums -i + dh_builddeb -i $(bd_options) + +# Build architecture dependant packages +binary-arch: build install + dh_testdir + dh_testroot +# dh_installchangelogs -s ChangeLog +# dh_installdocs -s +# dh_installmenu -s +# dh_installdebconf -s + dh_link -s + dh_strip -s + dh_compress -s + dh_fixperms -s + dh_makeshlibs -p$(p_bin) + ld_path=$(CURDIR)/$(d_bin)/$(basedir)/jre/lib/$(archdir) \ + dh_shlibdeps -L $(p_bin) \ + -l$$ld_path:$$ld_path/client:$$ld_path/native_threads + dh_installdeb -s + dh_gencontrol -s -- $(control_vars) + dh_md5sums -s + dh_builddeb -s #$(bd_options) + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary install --- icedtea-java7-7~b24-1.5.orig/configure.ac +++ icedtea-java7-7~b24-1.5/configure.ac @@ -13,7 +13,6 @@ FIND_TOOL([PATCH], [patch]) FIND_TOOL([ZIP], [zip]) FIND_TOOL([UNZIP], [unzip]) -FIND_TOOL([MERCURIAL], [hg]) FIND_TOOL([CHMOD], [chmod]) dnl OpenJDK's README-builds.html lists gawk as a build dependency so we dnl check for it explicitly rather than using AC_PROG_AWK. @@ -117,6 +116,10 @@ WITH_OPENJDK_SRC_DIR ENABLE_FAST_BUILD +if test "$ALT_OPENJDK_SRC_ZIP" = "not specified"; then + FIND_TOOL([MERCURIAL], [hg]) +fi + CHECK_HEADERS AC_CHECK_LIB(Xtst, XTestQueryExtension,