- 18 Jun, 2022 3 commits
-
-
Alan Coopersmith authored
It's been 16 years, we can rely on pkg-config files for X libraries now Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
These are all part of our base platform assumptions now, and the code was already using them without checking the results of the configure tests Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
configure.ac:92: warning: AC_OUTPUT should be used without arguments. configure.ac:92: You should run autoupdate. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 06 Apr, 2022 1 commit
-
-
Bug: https://bugs.gentoo.org/529782 Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
- 07 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>
-
- 05 Dec, 2021 1 commit
-
-
ThomasKuehne authored
xrestop.c: In function ‘xrestop_display’: xrestop.c:551:32: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘XID’ {aka ‘long unsigned int’} [-Wformat=] 551 | mvprintw(i+5, 0, "%.7x %4d %4d %4d %4d %4d %4d %7s %7s %7s %5s %s", | ~~~^
-
- 03 Aug, 2021 7 commits
-
-
Matthieu Herrb authored
Signed-off-by:
Matthieu Herrb <matthieu@herrb.eu>
-
Matthieu Herrb authored
Signed-off-by:
Matthieu Herrb <matthieu@herrb.eu>
-
Matthieu Herrb authored
-
Matthieu Herrb authored
Signed-off-by:
Matthieu Herrb <matthieu@herrb.eu>
-
Matthieu Herrb authored
Signed-off-by:
Matthieu Herrb <matthieu.herrb@laas.fr>
-
Matthieu Herrb authored
Signed-off-by:
Matthieu Herrb <matthieu.herrb@laas.fr>
-
Matthieu Herrb authored
Signed-off-by:
Matthieu Herrb <matthieu.herrb@laas.fr>
-
- 28 Jul, 2021 1 commit
-
-
Shared Memory Segments are often a globally constrained resource. For example, Red Hat defaults to a limit of 4096 total system-wide.
-
- 07 Oct, 2019 1 commit
-
-
Keith Packard authored
Using the extension is more reliable than a window property, plus works for clients which have no windows. Signed-off-by:
Keith Packard <keithp@keithp.com>
-
- 19 Aug, 2019 4 commits
-
-
Walter Harms authored
libc has a function to provide clean memory, so use it Signed-off-by:
Walter Harms <wharms@bfs.de>
-
Walter Harms authored
code clean up Signed-off-by:
Walter Harms <wharms@bfs.de>
-
Walter Harms authored
XFree() will accept NULL no need to check Signed-off-by:
Walter Harms <wharms@bfs.de>
-
Walter Harms authored
make static char *AtomNames -> static const char *AtomNames to avoid warning xrestop.c:82:5: warning: initialization discards `const' qualifier from pointer target type [enabled by default] "PIXMAP", ^ ..... but because XInternAtoms() expects a array of char * make a cast here Signed-off-by:
Walter Harms <wharms@bfs.de>
-
- 01 Jan, 2019 3 commits
-
-
Alan Coopersmith authored
xrestop.c: In function ‘xrestop_client_get_stats’: xrestop.c:428:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (this_type == app->atoms[ATOM_PIXMAP]) ^~ xrestop.c:430:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (this_type == app->atoms[ATOM_WINDOW]) ^~ xrestop.c:432:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (this_type == app->atoms[ATOM_GC]) ^~ xrestop.c:434:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (this_type == app->atoms[ATOM_FONT]) ^~ xrestop.c:436:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (this_type == app->atoms[ATOM_GLYPHSET]) ^~ xrestop.c:438:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (this_type == app->atoms[ATOM_PICTURE]) ^~ xrestop.c:440:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (this_type == app->atoms[ATOM_COLORMAP_ENTRY]) ^~ xrestop.c:442:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (this_type == app->atoms[ATOM_PASSIVE_GRAB]) ^~ xrestop.c:444:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (this_type == app->atoms[ATOM_CURSOR]) ^~ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
xrestop.c: In function ‘recurse_win_tree’: xrestop.c:358:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i=0; i<nchildren; i++) ^ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
#1 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>
-
- 26 Sep, 2013 2 commits
-
-
Søren Sandmann Pedersen authored
* Write --help, not -help. * Add --max-samples to synopsis
-
Søren Sandmann Pedersen authored
The option -dt doesn't exist in the code; it's called -t.
-
- 12 Jan, 2011 3 commits
-
-
Gaetan Nadon authored
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 29 Dec, 2010 2 commits
-
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 26 Jan, 2009 1 commit
-
-
Paulo Cesar Pereira de Andrade authored
-
- 08 Dec, 2007 1 commit
-
-
James Cloos authored
-
- 06 Dec, 2007 1 commit
-
-
James Cloos authored
-
- 29 Apr, 2007 1 commit
-
-
Ben Byer authored
-
- 28 Feb, 2006 1 commit
-
-
Matthew Allum authored
-
- 27 Feb, 2006 2 commits
-
-
Matthew Allum authored
Fix gcc 4 compiler warnings. Minor source cleanups. Fix missing PIDs due to window recursing bug ( John Tapsell ) Handle 'q' key to quit ( Moray Allan ) '--max-samples' option ( Jeremy C Reed )
-
Adam Jackson authored
-
- 14 Aug, 2004 1 commit
-
-
Matthew Allum authored
-
- 07 Feb, 2004 1 commit
-
-
Matthew Allum authored
-