Fix compiler warning about undefined ReinitializeRootWindow function

This commit is contained in:
Greg Kroah-Hartman 2006-06-07 14:12:40 -07:00
parent 757f40fca5
commit 78f4ab6b89
2 changed files with 3 additions and 3 deletions

View File

@ -374,9 +374,6 @@ void dmxUpdateScreenResources(ScreenPtr pScreen, int x, int y, int w, int h)
#ifdef PANORAMIX
#include "panoramiXsrv.h"
/* Defined in dix/events.c */
extern void ReinitializeRootWindow(WindowPtr win, int xoff, int yoff);
/** Change the "screen" window attributes by resizing the actual window
* on the back-end display (if necessary). */
static void dmxConfigureScreenWindow(int idx,

View File

@ -694,6 +694,9 @@ extern int TryClientEvents(
extern void WindowsRestructured(void);
#ifdef PANORAMIX
extern void ReinitializeRootWindow(WindowPtr win, int xoff, int yoff);
#endif
#ifdef RANDR
void