Last commit forgot to ifdef xcursor breaking Solaris builds

SVN revision: 18127
This commit is contained in:
technikolor 2005-10-30 07:21:19 +00:00 committed by technikolor
parent f56726798f
commit 66f580a1b4
1 changed files with 3 additions and 0 deletions

View File

@ -1295,6 +1295,8 @@ ecore_x_cursor_shape_get(int shape)
return XCreateFontCursor(_ecore_x_disp, shape);
}
#ifdef ECORE_XCURSOR
void
ecore_x_cursor_size_set(int size)
{
@ -1306,6 +1308,7 @@ ecore_x_cursor_size_get(void)
{
return XcursorGetDefaultSize(_ecore_x_disp);
}
#endif
int
ecore_x_pointer_grab(Ecore_X_Window win)