A desk must always have a positive value.

SVN revision: 14815
This commit is contained in:
sebastid 2005-05-17 12:23:15 +00:00 committed by sebastid
parent f609c9b3a7
commit 17e9714ac7
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ struct _Ecore_X_Event_Window_State
struct _Ecore_X_Event_Desktop_Change struct _Ecore_X_Event_Desktop_Change
{ {
Ecore_X_Window win; Ecore_X_Window win;
int desk; unsigned int desk;
int source; int source;
}; };