Care about skip_pager state

SVN revision: 15177
This commit is contained in:
sebastid 2005-06-07 13:28:48 +00:00 committed by sebastid
parent 4f2f840dc7
commit 84468a1c2c
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ _pager_window_new(Pager_Desk *pd, E_Border *border)
E_App *app;
int visible;
if (!border) return NULL;
if ((!border) || (border->client.netwm.state.skip_pager)) return NULL;
pw = E_NEW(Pager_Win, 1);
if (!pw) return NULL;