From 11b79778ad3c6d1cf0e98f0aa13a91ecaa5448f5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 17 Apr 2003 02:15:09 +0000 Subject: add more cursors for move/resizing, and use the arrows not the angle brackets --- openbox/openbox.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'openbox/openbox.h') diff --git a/openbox/openbox.h b/openbox/openbox.h index 21f0e9a8..70e51136 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -35,9 +35,12 @@ extern gboolean ob_remote; extern gboolean ob_sync; typedef struct Cursors { - Cursor left_ptr; - Cursor ll_angle; - Cursor lr_angle; + Cursor ptr; + Cursor move; + Cursor bl; + Cursor br; + Cursor tl; + Cursor tr; } Cursors; extern Cursors ob_cursors; -- cgit v1.2.3