all repos — openbox @ 57ddb2751e718677cacafbce799024589d850f35

openbox fork - make it a bit more like ryudo

whitespace
Dana Jansens danakj@orodu.net
commit

57ddb2751e718677cacafbce799024589d850f35

parent

c96a918b39d05e913045873bf8f5bc299e290a7c

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -43,9 +43,9 @@ #include <assert.h>

/*! The event mask to grab on the root window */ #define ROOT_EVENTMASK (StructureNotifyMask | PropertyChangeMask | \ - EnterWindowMask | LeaveWindowMask | \ - SubstructureNotifyMask | SubstructureRedirectMask | \ - ButtonPressMask | ButtonReleaseMask | ButtonMotionMask) + EnterWindowMask | LeaveWindowMask | \ + SubstructureNotifyMask | SubstructureRedirectMask | \ + ButtonPressMask | ButtonReleaseMask | ButtonMotionMask) guint screen_num_desktops; guint screen_num_monitors;