Radeon: fix warning.
This commit is contained in:
@@ -429,7 +429,7 @@ typedef struct {
|
|||||||
|
|
||||||
// status of overlay
|
// status of overlay
|
||||||
typedef struct {
|
typedef struct {
|
||||||
vint32 inuse; // one, if someone allocated overlay head
|
int32 inuse; // one, if someone allocated overlay head
|
||||||
// (this doesn't necessarily mean that an overlay is shown)
|
// (this doesn't necessarily mean that an overlay is shown)
|
||||||
uint32 token; // arbitrarily chosen token to identify overlay owner
|
uint32 token; // arbitrarily chosen token to identify overlay owner
|
||||||
// (increased by 1 whenever there is a new owner)
|
// (increased by 1 whenever there is a new owner)
|
||||||
|
|||||||
Reference in New Issue
Block a user