changeset in /hg/icedtea6: 2008-03-03 Joshua Sumali <jsumali at r...
Lillian Angel
langel at redhat.com
Mon Mar 3 19:45:05 PST 2008
I think these files should have been committed. As you see, one contains
the lesstif fix (windows decorations). The original sources have been
changed- thus the generated files have been changed. We can get rid of
the lesstif patch as well.
Lillian
Joshua Sumali wrote:
> changeset bfc8cc10d880 in /hg/icedtea6
> details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=bfc8cc10d880
> description:
> 2008-03-03 Joshua Sumali <jsumali at redhat.com>
>
> * generated/sun/awt/X11/generator/sizer.32: Accidentally committed this
> in revision 633. Reverting back to rev 632.
> * generated/sun/awt/X11/generator/sizer.32.c: Likewise.
>
> diffstat:
>
> 2 files changed, 7 insertions(+), 15 deletions(-)
> ChangeLog | 6 ++++++
> generated/sun/awt/X11/generator/sizer.32.c | 16 +---------------
>
> diffs (45 lines):
>
> diff -r 7676131f9e83 -r bfc8cc10d880 ChangeLog
> --- a/ChangeLog Mon Mar 03 20:58:16 2008 -0500
> +++ b/ChangeLog Mon Mar 03 22:06:10 2008 -0500
> @@ -1,3 +1,9 @@ 2008-03-03 Joshua Sumali <jsumali at redh
> +2008-03-03 Joshua Sumali <jsumali at redhat.com>
> +
> + * generated/sun/awt/X11/generator/sizer.32: Accidentally committed this
> + in revision 633. Reverting back to rev 632.
> + * generated/sun/awt/X11/generator/sizer.32.c: Likewise.
> +
> 2008-03-03 Joshua Sumali <jsumali at redhat.com>
>
> * Makefile.am: Updated to b06.
> diff -r 7676131f9e83 -r bfc8cc10d880 generated/sun/awt/X11/generator/sizer.32
> Binary file generated/sun/awt/X11/generator/sizer.32 has changed
> diff -r 7676131f9e83 -r bfc8cc10d880 generated/sun/awt/X11/generator/sizer.32.c
> --- a/generated/sun/awt/X11/generator/sizer.32.c Mon Mar 03 20:58:16 2008 -0500
> +++ b/generated/sun/awt/X11/generator/sizer.32.c Mon Mar 03 22:06:10 2008 -0500
> @@ -6,25 +6,11 @@
> #include <X11/Xatom.h>
> #include <stdio.h>
>
> +#include <Xm/MwmUtil.h>
> #include <X11/extensions/Xdbe.h>
> #include "awt_p.h"
> #include "color.h"
> #include "colordata.h"
> -
> -/* the struct below was copied from MwmUtil.h to workaround a lesstif bug:
> - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6586752 */
> -
> -typedef struct PROPMOTIFWMHINTS {
> -/* 32-bit property items are stored as long on the client (whether
> - * that means 32 bits or 64). XChangeProperty handles the conversion
> - * to the actual 32-bit quantities sent to the server.
> - */
> - unsigned long flags;
> - unsigned long functions;
> - unsigned long decorations;
> - long inputMode;
> - unsigned long status;
> -} PropMwmHints;
>
>
> int main(){
>
More information about the distro-pkg-dev
mailing list