openbox/actions/resize.c \
openbox/actions/resizerelative.c \
openbox/actions/restart.c \
+ openbox/actions/sendkeyevent.c \
openbox/actions/shade.c \
+ openbox/actions/shadelowerraise.c \
openbox/actions/showdesktop.c \
openbox/actions/showmenu.c \
+ openbox/actions/stop.c \
openbox/actions/unfocus.c \
openbox/actions.c \
openbox/actions.h \
action_growtoedge_startup();
action_if_startup();
action_focustobottom_startup();
+ action_sendkeyevent_startup();
+ action_lock_startup();
+ action_allclients_startup();
+ action_stop_startup();
+ /* 3.4-compatibility */
+ action_shadelowerraise_startup();
}
void action_growtoedge_startup(void);
void action_if_startup(void);
void action_focustobottom_startup(void);
+void action_sendkeyevent_startup(void);
+void action_lock_startup(void);
+void action_zenbu_startup(void);
+void action_stop_startup(void);
+ /* 3.4-compatibility */
+ void action_shadelowerraise_startup(void);
#endif
"Current focus_client: %s",
(focus_client ? focus_client->title : "(none)"));
ob_debug_type(OB_DEBUG_FOCUS,
- "parent focuesed: %d relative focused: %d",
+ "parent focused: %d relative focused: %d",
parent_focused, relative_focused);
- if (menu_frame_visible || moveresize_in_progress) {
- activate = FALSE;
- raise = TRUE;
- ob_debug_type(OB_DEBUG_FOCUS,
- "Not focusing the window because the user is inside "
- "an Openbox menu or is move/resizing a window and "
- "we don't want to interrupt them");
- }
-
/* if it's on another desktop */
- else if (!(self->desktop == screen_desktop ||
+ if (!(self->desktop == screen_desktop ||
self->desktop == DESKTOP_ALL) &&
/* the timestamp is from before you changed desktops */
launch_time && screen_desktop_user_time &&