Skip to content

Commit

Permalink
make activate() function static
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Jaeger authored and thjaeger committed Feb 19, 2013
1 parent f73ac6f commit 9acb361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grabber.cc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void Children::destroy(Window w) {
frame_win.erase2(w);
}

void activate(Window w, Time t) {
static void activate(Window w, Time t) {
XClientMessageEvent ev;
ev.type = ClientMessage;
ev.window = w;
Expand Down

0 comments on commit 9acb361

Please sign in to comment.