Skip to content

Commit

Permalink
remove a bindgen:: from a comment...
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Aug 20, 2024
1 parent e6e5cf2 commit 9c98b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@ fn unmanage(c: *mut Client, destroyed: c_int) {
setclientstate(c, WITHDRAWN_STATE);
bindgen::XSync(DPY, False);
// xerror exists, but I'm using it somewhere else with X11
// arguments. just remove bindgen:: on xerror after switching to X11
// arguments. just remove prefix on xerror after switching to X11
// types everywhere
bindgen::XSetErrorHandler(Some(bindgen::xerror));
bindgen::XUngrabServer(DPY);
Expand Down

0 comments on commit 9c98b91

Please sign in to comment.