dtwm: Remove the define PANELIST, it is always on for dtwm

This commit is contained in:
Peter Howkins
2018-06-19 19:57:29 +01:00
parent db6de6284f
commit daba6ea7e7
32 changed files with 12 additions and 854 deletions

View File

@@ -54,9 +54,7 @@ static char rcsid[] = "$TOG: WmProtocol.c /main/8 1997/06/18 17:31:34 samborn $"
#ifndef NO_WMQUERY
#include "WmEvent.h"
#endif /* NO_WMQUERY */
#ifdef PANELIST
#include "WmPanelP.h"
#endif /* PANELIST */
#if ((!defined(WSM)) || defined(MWM_QATS_PROTOCOL))
# include "WmCmd.h"
@@ -339,7 +337,6 @@ void SendConfigureNotify (ClientData *pCD)
notifyEvent.display = DISPLAY;
notifyEvent.event = pCD->client;
notifyEvent.window = pCD->client;
#ifdef PANELIST
if (pCD->pECD)
{
int rootX, rootY;
@@ -362,8 +359,6 @@ void SendConfigureNotify (ClientData *pCD)
notifyEvent.height = pCD->clientHeight;
}
else
#else /* PANELIST */
#endif /* PANELIST */
if (pCD->maxConfig)
{
notifyEvent.x = pCD->maxX;