diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:56:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:56:01 +0000 |
commit | 59a2fa66d61369dd415f1cb7c8c5d6e7640e4870 (patch) | |
tree | dffd3a830f37b4ffa8ccfbd05df85dbc65f75683 | |
parent | 54d675d206d1dbb9901e33ccc14988daf98f97b8 (diff) |
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_903_specialxf86-4_3_99_902xf86-012804-2330
-rw-r--r-- | Logo.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,13 +26,14 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xlogo/Logo.c,v 1.6 2002/05/23 23:53:59 keithp Exp $ */ +/* $XFree86: xc/programs/xlogo/Logo.c,v 1.7 2003/12/19 02:05:40 dawes Exp $ */ #include <X11/StringDefs.h> #include <X11/IntrinsicP.h> #include <X11/Xmu/Drawing.h> #include "LogoP.h" #include <X11/extensions/shape.h> +#include <X11/Xos.h> #ifdef XRENDER #include "RenderLogo.h" |