From 43139ed3734c11c858f92f1c2cc7ed4cdba169cb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 17 Apr 2003 16:18:34 +0000 Subject: add the left/right/top/bottom direction arrows and use them for resizing those ways --- openbox/openbox.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/openbox.h') diff --git a/openbox/openbox.h b/openbox/openbox.h index 932c3e3e..d747b3f7 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -41,6 +41,10 @@ typedef struct Cursors { Cursor br; Cursor tl; Cursor tr; + Cursor t; + Cursor r; + Cursor b; + Cursor l; } Cursors; extern Cursors ob_cursors; -- cgit v1.2.3