Re : [PATCH] Add Other maximization options to window menu.

2013-10-15 Thread Christophe
- Doug Torrance torra...@vandals.uidaho.edu a écrit : [...] -#define MC_MAXIMIZE 0 -#define MC_MINIATURIZE 1 -#define MC_SHADE 2 -#define MC_HIDE 3 -#define MC_MOVERESIZE 4 -#define MC_SELECT 5 -#define MC_DUMMY_MOVETO 6 -#define MC_PROPERTIES 7

Re: Re : [PATCH] Add Other maximization options to window menu.

2013-10-15 Thread Torrance, Douglas
On 10/15/2013 12:33 PM, Christophe wrote: Hi, May I suggest to take the opportunity to transform these #define into an enum? that would make the code easier to work with. I'll take a look at it. [...] +entry = wMenuAddCallback(menu, _(Other maximization options), NULL, NULL); +

[PATCH] Add Other maximization options to window menu.

2013-10-14 Thread Doug Torrance
There are a number of window maximization options which are currently only available to the user via keyboard shortcut: * maximize vertically/horizontally * maximize left/right/top/bottom half * maximize left top/right top/left bottom/right bottom corner * maximus In this