summaryrefslogtreecommitdiff
path: root/src/frames.h
diff options
context:
space:
mode:
authorrhp <rhp>2001-07-26 03:14:45 +0000
committerrhp <rhp>2001-07-26 03:14:45 +0000
commitb6e4c8bc414cf8905e5b2d0f2f84c2155acd10cf (patch)
treef60350199153b15fdc884d2b5ceeed8a8dbb0619 /src/frames.h
parent46edcc4832cfb9e7882b2ff4c77e3b45ae9415d0 (diff)
downloadmetacity-b6e4c8bc414cf8905e5b2d0f2f84c2155acd10cf.tar.gz
...
Diffstat (limited to 'src/frames.h')
-rw-r--r--src/frames.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/frames.h b/src/frames.h
index b53325ee..4531d2a4 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -44,24 +44,6 @@ typedef enum
META_FRAME_CONTROL_RESIZE_E
} MetaFrameControl;
-typedef enum
-{
- META_FRAME_STATUS_NORMAL,
- META_FRAME_STATUS_MOVING,
- META_FRAME_STATUS_CLICKING_MINIMIZE,
- META_FRAME_STATUS_CLICKING_MAXIMIZE,
- META_FRAME_STATUS_CLICKING_DELETE,
- META_FRAME_STATUS_CLICKING_MENU,
- META_FRAME_STATUS_RESIZING_SE,
- META_FRAME_STATUS_RESIZING_S,
- META_FRAME_STATUS_RESIZING_SW,
- META_FRAME_STATUS_RESIZING_N,
- META_FRAME_STATUS_RESIZING_NE,
- META_FRAME_STATUS_RESIZING_NW,
- META_FRAME_STATUS_RESIZING_W,
- META_FRAME_STATUS_RESIZING_E
-} MetaFrameStatus;
-
/* This is one widget that manages all the window frames
* as subwindows.
*/
@@ -99,26 +81,6 @@ struct _MetaFrames
guint tooltip_timeout;
MetaUIFrame *last_motion_frame;
-
- GdkCursor *south_resize_cursor;
- GdkCursor *west_resize_cursor;
- GdkCursor *east_resize_cursor;
- GdkCursor *se_resize_cursor;
- GdkCursor *sw_resize_cursor;
-
- GdkCursor *current_cursor;
-
- /* The below is all for grabs */
- MetaFrameStatus grab_status;
- MetaUIFrame *grab_frame;
- /* initial mouse position for drags */
- int start_root_x, start_root_y;
- /* initial window position for drags */
- int start_window_x, start_window_y;
- /* initial window size for drags */
- int start_window_w, start_window_h;
- /* button doing the dragging */
- int start_button;
};
struct _MetaFramesClass