- 31 Aug, 2022 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 13 Aug, 2022 3 commits
-
-
Alan Coopersmith authored
ico.c: In function ‘do_ico_window’: ico.c:1084:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (xev.xclient.data.l[0] == wm_delete_window) ^~ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
ico.c: In function ‘initPoly’: ico.c:472:45: warning: declaration of ‘poly’ shadows a global declaration [-Wshadow] initPoly(struct closure *closure, Polyinfo *poly, int icoW, int icoH) ^~~~ ico.c:238:18: note: shadowed declaration is here static Polyinfo *poly; /* -obj: the poly to draw */ ^~~~ ico.c: In function ‘drawPoly’: ico.c:567:45: warning: declaration of ‘poly’ shadows a global declaration [-Wshadow] drawPoly(struct closure *closure, Polyinfo *poly, GC gc, ^~~~ ico.c:238:18: note: shadowed declaration is here static Polyinfo *poly; /* -obj: the poly to draw */ ^~~~ ico.c: In function ‘giveObjHelp’: ico.c:1137:13: warning: declaration of ‘poly’ shadows a global declaration [-Wshadow] Polyinfo *poly = polygons+i; ^~~~ ico.c:238:18: note: shadowed declaration is here static Polyinfo *poly; /* -obj: the poly to draw */ ^~~~ ico.c: In function ‘findpoly’: ico.c:1152:13: warning: declaration of ‘poly’ shadows a global declaration [-Wshadow] Polyinfo *poly = polygons+i; ^~~~ ico.c:238:18: note: shadowed declaration is here static Polyinfo *poly; /* -obj: the poly to draw */ ^~~~ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
[ico.c:587]: (style) The scope of the variable 'pxvz' can be reduced. [ico.c:730]: (style) The scope of the variable 't' can be reduced. [ico.c:1132]: (style) The scope of the variable 'poly' can be reduced. [ico.c:1149]: (style) The scope of the variable 'poly' can be reduced. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 02 Apr, 2022 1 commit
-
-
Alan Coopersmith authored
The information previously listed here didn't match what is present in the source code or the COPYING file, and the X(7) man page doesn't list any license information as this had claimed. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 03 Dec, 2021 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 22 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 17 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 10 Mar, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 07 Mar, 2018 1 commit
-
-
Alan Coopersmith authored
ico.c:1136:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i=0; i<NumberPolygons; i++) { ^ ico.c:1151:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i=0; i<NumberPolygons; i++) { ^ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 26 Jan, 2017 3 commits
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Syncs the invocation of configure with the one from the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 24 Apr, 2015 1 commit
-
-
Alan Coopersmith authored
List -version & -objhelp seperately to indicate they cannot be used with any of the other options. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 19 Jan, 2015 1 commit
-
-
Alan Coopersmith authored
Drops needless NULL arguments and enables printf format checking. Gets rid of gcc 4.8 warning: ico.c: In function ‘icoFatal’: ico.c:265:2: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] fprintf(stderr, fmt, a0); ^ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 25 Oct, 2014 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 02 Jun, 2014 6 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 16 Jan, 2013 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 04 Jan, 2013 2 commits
-
-
Alan Coopersmith authored
ico.c:851:7: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] fg = WhitePixel(dpy, DefaultScreen(dpy)); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ico.c:852:7: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] bg = BlackPixel(dpy, DefaultScreen(dpy)); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ico.c:858:18: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] bg = cdef.pixel; ~ ~~~~~^~~~~ ico.c:866:18: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] fg = cdef.pixel; ~ ~~~~~^~~~~ ico.c:874:11: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] bg = tmp; Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
ico.c:436:20: warning: unused parameter 'display' [-Wunused-parameter] predicate(Display *display, XEvent *event, XPointer args) ico.c:511:51: warning: unused parameter 'firsttime' [-Wunused-parameter] setDisplayBuf(struct closure *closure, int n, int firsttime) Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 06 Jun, 2012 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 09 Jun, 2011 1 commit
-
-
Alan Coopersmith authored
Also declare icoFatal as static since it's only used in this one file. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Mark Kettenis <kettenis@openbsd.org> Reviewed-by:
Cyril Brulebois <kibi@debian.org>
-
- 19 Jan, 2011 1 commit
-
-
Gaetan Nadon authored
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 12 Jan, 2011 1 commit
-
-
Gaetan Nadon authored
This silences an Autoconf warning
-
- 30 Oct, 2010 5 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by:
Gaetan Nadon <memsize@videotron.ca> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 11 Feb, 2010 1 commit
-
-
Gaetan Nadon authored
Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 26 Nov, 2009 1 commit
-
-
Gaetan Nadon authored
Now that the INSTALL file is generated. Allows running make maintainer-clean.
-
- 28 Oct, 2009 1 commit
-
-
Gaetan Nadon authored
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
-
- 27 Oct, 2009 2 commits
-
-
Gaetan Nadon authored
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
-
Gaetan Nadon authored
ChangeLog filename is known to Automake and requires no further coding in the makefile.
-