Go to the source code of this file.
| #define MAX_BUTTONS_PER_CORNER META_BUTTON_FUNCTION_LAST |
Definition at line 261 of file common.h.
Referenced by button_layout_equal(), init_layouts(), meta_frame_layout_calc_geometry(), meta_preview_init(), and run_theme_benchmark().
| #define META_DEFAULT_ICON_NAME "window" |
Definition at line 281 of file common.h.
Referenced by meta_preview_get_icon(), meta_preview_get_mini_icon(), meta_ui_get_default_mini_icon(), and meta_ui_get_default_window_icon().
| #define META_ICON_HEIGHT 32 |
Definition at line 277 of file common.h.
Referenced by meta_window_update_icon_now(), and set_wm_icon_size_hint().
| #define META_ICON_WIDTH 32 |
Definition at line 276 of file common.h.
Referenced by meta_preview_get_icon(), meta_ui_get_default_window_icon(), meta_window_update_icon_now(), and set_wm_icon_size_hint().
| #define META_MINI_ICON_HEIGHT 16 |
| #define META_MINI_ICON_WIDTH 16 |
Definition at line 278 of file common.h.
Referenced by meta_preview_get_mini_icon(), meta_ui_get_default_mini_icon(), and meta_window_update_icon_now().
| #define META_PRIORITY_PREFS_NOTIFY (G_PRIORITY_DEFAULT_IDLE + 10) |
| #define META_PRIORITY_WORK_AREA_HINT (G_PRIORITY_DEFAULT_IDLE + 15) |
| #define POINT_IN_RECT | ( | xcoord, | |||
| ycoord, | |||||
| rect | ) |
Value:
((xcoord) >= (rect).x && \ (xcoord) < ((rect).x + (rect).width) && \ (ycoord) >= (rect).y && \ (ycoord) < ((rect).y + (rect).height))
Definition at line 286 of file common.h.
Referenced by get_control(), window_contains_point(), and window_raise_with_delay_callback().
| typedef struct _MetaButtonLayout MetaButtonLayout |
| typedef struct _MetaResizePopup MetaResizePopup |
| typedef struct _MetaWindowMenu MetaWindowMenu |
| typedef void(* MetaWindowMenuFunc)(MetaWindowMenu *menu, Display *xdisplay, Window client_xwindow, guint32 timestamp, MetaMenuOp op, int workspace, gpointer data) |
| enum MetaActionTitlebar |
| enum MetaButtonFunction |
| enum MetaCursor |
| enum MetaDirection |
| enum MetaFocusMode |
| enum MetaFocusNewWindows |
| enum MetaFrameFlags |
| enum MetaFrameType |
| enum MetaGrabOp |
| enum MetaMenuOp |
| enum MetaVirtualModifier |
1.5.5