xserver-multidpi/hw/dmx/config
Cyril Brulebois 33dad2b74e hw/dmx: Stop using variables for text widgets.
They are unused in the sense they're not getting any callback set up, so
there's no point in storing them into variables. Keep the initial
alignment of the parameters to try and reduce the diff noise.

Those warnings go away accordingly:
|   CC     xdmxconfig-xdmxconfig.o
| xdmxconfig.c: In function ‘main’:
| xdmxconfig.c:881:29: warning: variable ‘quittext’ set but not used [-Wunused-but-set-variable]
| xdmxconfig.c:880:53: warning: variable ‘abouttext’ set but not used [-Wunused-but-set-variable]

Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Cyril Brulebois <kibi@debian.org>
2011-06-16 00:44:08 +02:00
..
man man: refactor common code in the man pages makefiles 2011-01-18 15:11:10 -08:00
.gitignore .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
Canvas.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
Canvas.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
CanvasP.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxcompat.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxcompat.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxconfig.c Use the default XKB settings for dmx and kdrive. 2009-10-20 13:32:11 +10:00
dmxconfig.h Use the default XKB settings for dmx and kdrive. 2009-10-20 13:32:11 +10:00
dmxparse.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
dmxparse.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxprint.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxprint.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxtodmx.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
Makefile.am Xdmx: build all man pages using XORG_MANPAGE_SECTIONS 2011-01-18 15:11:06 -08:00
parser.y Prepare Xdmx and Xvfb for modularization by adding appropriate #include 2005-07-12 00:52:48 +00:00
scanner.l Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function 2006-02-11 19:16:51 +00:00
test-a.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-a.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-b.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-b.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-c.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-c.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-d.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-d.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-e.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-e.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-f.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-f.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-g.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-g.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-h.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-h.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-i.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-i.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-j.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-j.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-k.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-k.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-l.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-l.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
TODO Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
vdltodmx.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
xdmxconfig.c hw/dmx: Stop using variables for text widgets. 2011-06-16 00:44:08 +02:00