Merge branch 'master' into XACE-SELINUX
This commit is contained in:
@@ -464,7 +464,7 @@ AllocateWindowPrivateIndex()
|
||||
}
|
||||
|
||||
_X_EXPORT Bool
|
||||
AllocateWindowPrivate(register ScreenPtr pScreen, int index2, unsigned amount)
|
||||
AllocateWindowPrivate(ScreenPtr pScreen, int index2, unsigned amount)
|
||||
{
|
||||
unsigned oldamount;
|
||||
|
||||
@@ -514,7 +514,7 @@ AllocateGCPrivateIndex()
|
||||
}
|
||||
|
||||
_X_EXPORT Bool
|
||||
AllocateGCPrivate(register ScreenPtr pScreen, int index2, unsigned amount)
|
||||
AllocateGCPrivate(ScreenPtr pScreen, int index2, unsigned amount)
|
||||
{
|
||||
unsigned oldamount;
|
||||
|
||||
@@ -563,7 +563,7 @@ AllocatePixmapPrivateIndex()
|
||||
}
|
||||
|
||||
_X_EXPORT Bool
|
||||
AllocatePixmapPrivate(register ScreenPtr pScreen, int index2, unsigned amount)
|
||||
AllocatePixmapPrivate(ScreenPtr pScreen, int index2, unsigned amount)
|
||||
{
|
||||
unsigned oldamount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user