j
k
j a
j l
Daniel P. Berrange wrote:
And in the struct int fullscreen : 1;
And in the struct
int fullscreen : 1;
unsigned int fullscreen : 1; would be better (so the possible values are 0 and 1). -jim
Back to the thread
Back to the list