mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Using error handler to block XGetImage errors caused in FLTK. Seems how these errors can cause
panel to stop event processing
This commit is contained in:
@@ -93,7 +93,7 @@ static int xevent_handler(int e) {
|
||||
if(fl_xevent->type == PropertyNotify) {
|
||||
int action = -1;
|
||||
|
||||
E_DEBUG("==> %s\n", XGetAtomName(fl_display, fl_xevent->xproperty.atom));
|
||||
/* E_DEBUG("==> %s\n", XGetAtomName(fl_display, fl_xevent->xproperty.atom)); */
|
||||
|
||||
if(fl_xevent->xproperty.atom == _XA_NET_NUMBER_OF_DESKTOPS)
|
||||
action = NETWM_CHANGED_WORKSPACE_COUNT;
|
||||
|
||||
Reference in New Issue
Block a user