v0.0.1
This commit is contained in:
parent
fe2146f1a5
commit
b0766e09b6
@ -3151,7 +3151,7 @@ ev_handle(XEvent *ev) {
|
|||||||
static void
|
static void
|
||||||
usage(void) {
|
usage(void) {
|
||||||
fputs(
|
fputs(
|
||||||
"compton (development version)\n"
|
"compton (v0.0.1)\n"
|
||||||
"usage: compton [options]\n"
|
"usage: compton [options]\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -3320,7 +3320,7 @@ register_cm(Bool want_glxct) {
|
|||||||
opts.vsync = VSYNC_NONE;
|
opts.vsync = VSYNC_NONE;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!reg_win)
|
if (!reg_win)
|
||||||
reg_win = XCreateSimpleWindow(dpy, root, 0, 0, 1, 1, 0,
|
reg_win = XCreateSimpleWindow(dpy, root, 0, 0, 1, 1, 0,
|
||||||
None, None);
|
None, None);
|
||||||
@ -4070,7 +4070,7 @@ vsync_drm_wait(void) {
|
|||||||
"unimplemented in this drmver?\n");
|
"unimplemented in this drmver?\n");
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -4095,7 +4095,7 @@ vsync_opengl_init(void) {
|
|||||||
"Failed to get glXWait/GetVideoSyncSGI function.\n");
|
"Failed to get glXWait/GetVideoSyncSGI function.\n");
|
||||||
return False;
|
return False;
|
||||||
}
|
}
|
||||||
|
|
||||||
return True;
|
return True;
|
||||||
#else
|
#else
|
||||||
fprintf(stderr, "Program not compiled with OpenGL VSync support.\n");
|
fprintf(stderr, "Program not compiled with OpenGL VSync support.\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user