]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
change the "handle" context to "bottom". add a "top" context. make the top
[chaz/openbox] / openbox / action.h
index ecb199ce11814fd590864af8b03eaf588b7b3edb..8a1726bc5e33e63b2722cd614cd877e668b5219b 100644 (file)
@@ -129,8 +129,8 @@ struct DesktopDirection {
 
 struct MoveResize {
     struct AnyAction any;
-    gboolean move;
     gboolean keyboard;
+    guint32 corner;
 };
 
 struct ShowMenu {
@@ -314,8 +314,10 @@ void action_desktop_dir(union ActionData *data);
 void action_desktop_last(union ActionData *data);
 /* ClientAction */
 void action_toggle_decorations(union ActionData *data);
-/* MoveResize */
-void action_moveresize(union ActionData *data);
+/* Move */
+void action_move(union ActionData *data);
+/* Resize */
+void action_resize(union ActionData *data);
 /* Any */
 void action_reconfigure(union ActionData *data);
 /* Execute */
This page took 0.022576 seconds and 4 git commands to generate.