1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

opaque resize

WPrefs:
 WindowHandling page: Mouse opaque resize
 Expert page: Opaque move and resize with keyboard
This commit is contained in:
Ambrus Szabo
2011-03-30 00:06:18 +02:00
committed by Carlos R. Mafra
parent 8fd4821155
commit a750fe03f4
11 changed files with 1253 additions and 60 deletions

View File

@@ -324,6 +324,8 @@ typedef struct WPreferences {
signed char focus_mode; /* window focusing mode */
char opaque_move; /* update window position during move */
char opaque_resize; /* update window position during resize */
char opaque_move_resize_keyboard; /* update window position during move,resize with keyboard */
char wrap_menus; /* wrap menus at edge of screen */
char scrollable_menus; /* let them be scrolled */
char align_menus; /* align menu with their parents */