add enum for deskflip animation mode

SVN revision: 81931
This commit is contained in:
Mike Blumenkrantz 2012-12-31 14:00:47 +00:00
parent 0d8a0f40df
commit 9bd47bb46b
3 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,7 @@
windows don't fail to raise as expected if user has configured
E to ignore activate hints
* Various #defines in e_int_menus.h are now enums
* Added enum for deskflip animation mode
2012-12-29 Mike Blumenkrantz

1
NEWS
View File

@ -4,6 +4,7 @@ Changes since 0.17.0:
Additions:
* Added action to reset filemanager
* Added function to hide all active menus
* Added enum for deskflip animation mode
Deprecations:
*

View File

@ -13,6 +13,13 @@ typedef struct _E_Event_Desk_Window_Profile_Change E_Event_Desk_Window_Profile_C
#define E_DESK_TYPE 0xE0b01005
typedef enum
{
E_DESKFLIP_ANIMATION_MODE_OFF,
E_DESKFLIP_ANIMATION_MODE_PANE,
E_DESKFLIP_ANIMATION_MODE_ZOOM
} E_Deskflip_Animation_Mode;
struct _E_Desk
{
E_Object e_obj_inherit;