mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 23:04:15 +01:00
*** empty log message ***
This commit is contained in:
@@ -2531,12 +2531,6 @@ handleEvents(XEvent *event, void *data)
|
||||
|
||||
case DestroyNotify:
|
||||
clearText(tPtr);
|
||||
if(tPtr->hS)
|
||||
WMDestroyWidget(tPtr->hS);
|
||||
if(tPtr->vS)
|
||||
WMDestroyWidget(tPtr->vS);
|
||||
if(tPtr->ruler)
|
||||
WMDestroyWidget(tPtr->ruler);
|
||||
if(tPtr->db)
|
||||
XFreePixmap(tPtr->view->screen->display, tPtr->db);
|
||||
if(tPtr->gfxItems)
|
||||
|
||||
Reference in New Issue
Block a user