]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
invisible resizing areas/grips in the top corners of the window
[chaz/openbox] / openbox / frame.h
index 0fd7aba326504ba0c159101fb490ae2efada69ea..8eacbb1bcdd2d96c021a838c3040bbd428e98d74 100644 (file)
@@ -17,6 +17,8 @@ typedef enum {
     OB_FRAME_CONTEXT_FRAME,
     OB_FRAME_CONTEXT_BLCORNER,
     OB_FRAME_CONTEXT_BRCORNER,
+    OB_FRAME_CONTEXT_TLCORNER,
+    OB_FRAME_CONTEXT_TRCORNER,
     OB_FRAME_CONTEXT_MAXIMIZE,
     OB_FRAME_CONTEXT_ALLDESKTOPS,
     OB_FRAME_CONTEXT_SHADE,
@@ -66,6 +68,9 @@ struct _ObFrame
     Window    lgrip;
     Window    rgrip;
 
+    Window    tlresize;
+    Window    trresize;
+
     RrAppearance *a_unfocused_title;
     RrAppearance *a_focused_title;
     RrAppearance *a_unfocused_label;
This page took 0.027934 seconds and 4 git commands to generate.