Greg Kroah-Hartman
ee2bb4d192
fix compiler warnings in Xprint/ps/PsArea.c
2006-06-08 11:15:34 -07:00
Greg Kroah-Hartman
92303d534a
fix compiler warning in Xprint/ps/PsGC.c
2006-06-08 11:12:16 -07:00
Greg Kroah-Hartman
cf6169f9e9
fix compiler warnings in Xprint/ps/PsFonts.c
2006-06-08 11:09:56 -07:00
Greg Kroah-Hartman
1abc7f96ed
fix compiler warnings in Xprint/ps/PsInit.c
2006-06-08 11:06:51 -07:00
Greg Kroah-Hartman
2dc291384c
fixed compiler warnings in Xprint/ps/PsPixmap.c
2006-06-08 11:04:40 -07:00
Greg Kroah-Hartman
aef092e029
fix compiler warnings in Xprint/ps/PsPolygon.c
2006-06-08 10:53:17 -07:00
Greg Kroah-Hartman
511b231ded
fix compiler warnings in Xprint/ps/PsPrint.c
2006-06-08 10:41:34 -07:00
Greg Kroah-Hartman
35fccb0068
remove some compiler warnings in Xprint/ps/PsText.c
...
Note that one of the existing warnings is pointing out a
real bug (uninitialized use for fontPage in PsPolyText16())
if anyone really cares about this code.
2006-06-08 10:40:24 -07:00
Greg Kroah-Hartman
1ac30947f4
fix compiler warnings in Xprint/ps/PsWindow.c
2006-06-08 10:35:18 -07:00
Greg Kroah-Hartman
c405659626
comment out QualifyName in Xprint/Init.c which is not used anymore
...
If someone else wants to delete this function, that's fine with me too.
2006-06-08 10:19:24 -07:00
Greg Kroah-Hartman
a940b851fa
fix function pointer warning in Xprint/Init.c
2006-06-08 10:17:53 -07:00
Greg Kroah-Hartman
9e0c82386a
fix already-defined warning in Xprint/Init.c
2006-06-08 10:16:37 -07:00
Greg Kroah-Hartman
40fb7eecaf
fix noDamageExtension warning in Xprint/Init.c
...
Also took out duplicate definition of this variable in mi/miinitext.c
2006-06-08 10:11:17 -07:00
Greg Kroah-Hartman
494895e0fb
Properly define dispatchExceptionAtReset to fix compiler warnings
2006-06-08 09:43:44 -07:00
Greg Kroah-Hartman
d90eecf40e
add some missing function prototypes to Xprint/AttrValid.h to fix compiler warnings
2006-06-08 09:11:41 -07:00
Greg Kroah-Hartman
bccde16091
fix incompatible pointer warning in Xprint/ddxInit.c
2006-06-08 09:01:59 -07:00
Greg Kroah-Hartman
60bd8893d5
Properly #ifdef out ddxBeforeReset() to fix compiler warning
2006-06-08 09:01:21 -07:00
Greg Kroah-Hartman
ac21e6a594
remove unused variable warning in Xprint/ddxInit.c
2006-06-08 09:00:42 -07:00
Greg Kroah-Hartman
71dd44b0ad
Fixed up most "warning: function declaration isn't a prototype" warnings from Xprint/
2006-06-07 19:17:26 -07:00
Greg Kroah-Hartman
839305bac9
Remove unused variables from Xprint/attributes.c
2006-06-07 19:12:23 -07:00
Greg Kroah-Hartman
7a40ac2585
remove a bunch of unused variables in Xprint/Init.c (fixing the compiler warnings)
2006-06-07 16:23:45 -07:00
Greg Kroah-Hartman
163980138c
remove some unused local variables in Xprint/Oid.c
2006-06-07 16:11:20 -07:00
Daniel Stone
a73e0f8cdf
Die XTESTEXT1, die!
2006-06-01 18:47:47 +00:00
Adam Jackson
ad124742ae
Remove stray mfb/cfb references.
2006-04-30 20:33:27 +00:00
Adam Jackson
291e89d4f2
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
2006-04-30 19:16:14 +00:00
Adam Jackson
373f9f9256
Bug #4766 : Convert all Xprint drivers to fb.
2006-04-03 21:45:54 +00:00
Adam Jackson
a605b9ffd3
Fix some includes to point into X11/fonts/ properly.
2006-04-02 00:09:43 +00:00
Daniel Stone
4c317bbc12
Add full FreeType support for Xprint. (Drew Parsons)
2006-03-31 07:21:41 +00:00
Adam Jackson
7deaaa797c
Big old pile of warning fixes.
2006-03-28 01:21:00 +00:00
Benjamin Herrenschmidt
4839e91fca
HAS_MKSTEMP vs. HAVE_MKSTEMP (From Fredrik Höglund)
2006-02-13 05:03:13 +00:00
Adam Jackson
3c58072956
One more build fix.
2006-01-07 00:33:41 +00:00
Adam Jackson
07303c1b42
This version will actually compile
2006-01-07 00:05:46 +00:00
Adam Jackson
25babf2791
Missed file.
2006-01-06 23:36:53 +00:00
Adam Jackson
13c9e0c094
Bug #5525 : Build a working Xprt. (Drew Parsons)
2006-01-06 23:06:15 +00:00
Kevin E Martin
4a39354e14
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
2005-12-06 22:48:51 +00:00
Kevin E Martin
7c00afd0ec
Define XFree86Server only where it is required.
2005-12-02 06:02:45 +00:00
Alan Coopersmith
51a721a6db
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
...
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-28 22:05:09 +00:00
Kevin E Martin
63aa96c08a
Update pkgconfig files to separate library build-time dependencies from
...
application build-time dependencies, and update package deps to work
with separate build roots.
2005-11-19 07:15:50 +00:00
Alan Coopersmith
267cbffa41
Bug #5019 < https://bugs.freedesktop.org/show_bug.cgi?id=5019 > xserver
...
installs manpages into 'man1' instead of 'man1x'
2005-11-13 20:53:24 +00:00
Kean Johnson
5390c7ab05
See ChangeLog entry 2005-11-07 for details.
2005-11-08 06:33:30 +00:00
Kevin E Martin
c2e461c7e9
Fix typo and add new Makefiles to AC_OUTPUT
...
Fix typos
Add xorg.conf.man to CLEANFILES
Add missing files to EXTRA_DIST
2005-10-15 20:44:44 +00:00
Kristian Høgsberg
5a71a5667e
Add Xprint init scrips to EXTRA_DIST.
2005-10-07 19:01:10 +00:00
Alan Coopersmith
5037d3441d
Bug #1465 < https://bugs.freedesktop.org/show_bug.cgi?id=1465 >
...
/etc/init.d/Xprint should use PROJECTROOT from build (Grzegorz
D?browski)
2005-10-02 22:17:38 +00:00
Alan Coopersmith
4608a2b654
Man page processing/installation and other doc file updates
2005-09-30 02:37:57 +00:00
Søren Sandmann Pedersen
df938987d6
Add buildsystem for Xprint, and:
...
Wed Aug 17 14:50:58 2005 Soren Sandmann <sandmann@redhat.com>
Include <X11/extensions/Print{,str}.h> instead of "Print{,str}.h"
Include <X11/fonts/fontstruct.h> isntead of "fonts/fontstruct.h"
Wed Aug 17 14:54:49 2005 Søren Sandmann <sandmann@redhat.com>
Conditionally compile in xprint.c
Add Xprint
2005-08-17 19:03:18 +00:00
Keith Packard
697cf74fb5
Make Xprt run when linked against Xlib for Xrm
2005-07-12 03:09:20 +00:00
Alan Coopersmith
0a28516a6e
More compiler warning fixes for missing prototypes:
...
Add prototype for XkbSetExtension()
Add #include <ctype.h> for isspace() & isdigit()
Add #include <grp.h> (for initgroups()) and remove extra *
Add prototype for xorgGetVersion()
2005-07-07 19:07:28 +00:00
Alan Coopersmith
6cba5f1260
Bug #2901 < https://bugs.freedesktop.org/show_bug.cgi?id=2901 > Patch #2332
...
<https://bugs.freedesktop.org/attachment.cgi?id=2332 > This patch avoids
79 gcc-3.4.3 warnings 'xxx' declared `static' but never defined mostly
due to including "ftfuncs.h" with the declaration of static functions
defined in "ftfuncs.c". (Peter Breitenlohner)
2005-07-07 14:59:48 +00:00
Alan Coopersmith
f86562540d
Bug #2901 < https://bugs.freedesktop.org/show_bug.cgi?id=2901 > Patch #2325
...
<https://bugs.freedesktop.org/attachment.cgi?id=2325 > Avoid 38
gcc-3.4.2 warnings: suggest parentheses around assignment used as truth
value suggest explicit braces to avoid ambiguous `else' suggest
parentheses around && within || suggest parentheses around arithmetic
in operand of ^ "/*" within comment (Peter Breitenlohner)
Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901 > Patch #2326
<https://bugs.freedesktop.org/attachment.cgi?id=2326 > This patch
removes these 2 gcc-3.4.3 warnings: missing braces around initializer
implicit declaration of function `XpOidTrayMediumListHasTray' (Peter
Breitenlohner)
2005-07-07 02:47:06 +00:00
Daniel Stone
0bb669638f
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
2005-07-03 08:53:54 +00:00