[x11_with_sync] fix indentation on comments
parent
c6b9893340
commit
4062a1ec10
|
|
@ -36,9 +36,9 @@ int main(int argc, char **argv){
|
|||
}
|
||||
|
||||
/* (2) XSyncQueryExtension
|
||||
** " If display supports the SYNC extension, XSyncQueryExtension
|
||||
** " If display supports the SYNC extension, XSyncQueryExtension
|
||||
** returns True "
|
||||
*/
|
||||
*/
|
||||
int event_base = 0;
|
||||
int error_base = 0;
|
||||
Status has_sync_ext = 0;
|
||||
|
|
@ -50,9 +50,9 @@ int main(int argc, char **argv){
|
|||
}
|
||||
|
||||
/* (2) XSyncInitialize
|
||||
** " If display supports the SYNC extension, XSyncQueryExtension
|
||||
** " If display supports the SYNC extension, XSyncQueryExtension
|
||||
** returns True "
|
||||
*/
|
||||
*/
|
||||
int server_event_base = 0;
|
||||
int server_error_base = 0;
|
||||
Status sync_init = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue