~smspillaz/compiz-core/compiz-core.lim

« back to all changes in this revision

Viewing changes to gtk/window-decorator/local-menus/src/local-menus.h

  • Committer: smspillaz
  • Date: 2012-03-02 02:36:45 UTC
  • Revision ID: sam.spilsbury@canonical.com-20120302023645-9tditf9u27nu20dp
We also need to test the property too

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    gint         move_timeout_id;
49
49
    gpointer     user_data;
50
50
    start_move_window_cb cb;
 
51
    gint         x_root;
 
52
    gint         y_root;
51
53
} pending_local_menu;
52
54
 
53
55
typedef struct _active_local_menu
75
77
} local_menu_entry_activated_request_funcs;
76
78
 
77
79
gboolean
78
 
gwd_window_should_have_local_menu (WnckWindow *win);
 
80
gwd_window_should_have_local_menu (Window win);
79
81
 
80
82
void
81
 
force_local_menus_on (WnckWindow       *win,
 
83
force_local_menus_on (Window win,
82
84
                      MetaButtonLayout *layout);
83
85
 
84
86
/* Button Down */
85
87
void
86
88
gwd_prepare_show_local_menu (start_move_window_cb start_move_window,
87
 
                             gpointer user_data_start_move_window);
 
89
                             gpointer user_data_start_move_window, gint x_root, gint y_root);
88
90
 
89
91
/* Button Up */
90
92
gboolean
115
117
                                    GVariant   *parameters,
116
118
                                    gpointer   user_data);
117
119
 
 
120
void
 
121
local_menu_process_motion (gint x_root, gint y_root);
 
122
 
118
123
#ifdef __cplusplus
119
124
}
120
125
#endif