Right orientation for left and right side

SVN revision: 54245
This commit is contained in:
Sebastian Dransfeld 2010-11-06 19:47:55 +00:00
parent b047d83d7a
commit 02910b4579
1 changed files with 4 additions and 4 deletions

View File

@ -1062,19 +1062,19 @@ _gc_orient(E_Gadcon_Client *gcc, E_Gadcon_Orient orient)
break;
case E_GADCON_ORIENT_CORNER_LT:
signal = "e,action,orient,corner_lt";
systray_orient = _NET_SYSTEM_TRAY_ORIENTATION_HORZ;
systray_orient = _NET_SYSTEM_TRAY_ORIENTATION_VERT;
break;
case E_GADCON_ORIENT_CORNER_RT:
signal = "e,action,orient,corner_rt";
systray_orient = _NET_SYSTEM_TRAY_ORIENTATION_HORZ;
systray_orient = _NET_SYSTEM_TRAY_ORIENTATION_VERT;
break;
case E_GADCON_ORIENT_CORNER_LB:
signal = "e,action,orient,corner_lb";
systray_orient = _NET_SYSTEM_TRAY_ORIENTATION_HORZ;
systray_orient = _NET_SYSTEM_TRAY_ORIENTATION_VERT;
break;
case E_GADCON_ORIENT_CORNER_RB:
signal = "e,action,orient,corner_rb";
systray_orient = _NET_SYSTEM_TRAY_ORIENTATION_HORZ;
systray_orient = _NET_SYSTEM_TRAY_ORIENTATION_VERT;
break;
default:
signal = "e,action,orient,horiz";