comment typo
This commit is contained in:
parent
bbad88aa21
commit
c64be9066e
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ static void event_process(const XEvent *ec, gpointer data)
|
||||||
|
|
||||||
if (e->type == ButtonPress || e->type == ButtonRelease) {
|
if (e->type == ButtonPress || e->type == ButtonRelease) {
|
||||||
/* If the button press was on some non-root window, or was physically
|
/* If the button press was on some non-root window, or was physically
|
||||||
on the root window, the process it */
|
on the root window, then process it */
|
||||||
if (window != RootWindow(ob_display, ob_screen) ||
|
if (window != RootWindow(ob_display, ob_screen) ||
|
||||||
e->xbutton.subwindow == None)
|
e->xbutton.subwindow == None)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue