Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Oct 22, 2012
1 parent fe2146f commit b0766e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/compton.c
Original file line number Diff line number Diff line change
Expand Up @@ -3151,7 +3151,7 @@ ev_handle(XEvent *ev) {
static void
usage(void) {
fputs(
"compton (development version)\n"
"compton (v0.0.1)\n"
"usage: compton [options]\n"
"Options:\n"
"\n"
Expand Down Expand Up @@ -3320,7 +3320,7 @@ register_cm(Bool want_glxct) {
opts.vsync = VSYNC_NONE;
}
#endif

if (!reg_win)
reg_win = XCreateSimpleWindow(dpy, root, 0, 0, 1, 1, 0,
None, None);
Expand Down Expand Up @@ -4070,7 +4070,7 @@ vsync_drm_wait(void) {
"unimplemented in this drmver?\n");

return ret;

}
#endif

Expand All @@ -4095,7 +4095,7 @@ vsync_opengl_init(void) {
"Failed to get glXWait/GetVideoSyncSGI function.\n");
return False;
}

return True;
#else
fprintf(stderr, "Program not compiled with OpenGL VSync support.\n");
Expand Down

0 comments on commit b0766e0

Please sign in to comment.