diff options
Diffstat (limited to 'openbox/frame.h')
| -rw-r--r-- | openbox/frame.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/openbox/frame.h b/openbox/frame.h index b48c07ca..0d044366 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -95,8 +95,10 @@ struct _ObFrame Window lgrip; Window rgrip; - Window tlresize; - Window trresize; + Window tltresize; + Window tllresize; + Window trtresize; + Window trrresize; Colormap colormap; |
