Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Sep 13, 2012
1 parent 271d894 commit 5112f91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/compton.c
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ void calc_opacity(Display *dpy, win *w, Bool refetch_prop) {
if (OPAQUE != win_type_opacity[w->window_type])
opacity = win_type_opacity[w->window_type] * OPAQUE;
}

// Respect inactive_opacity in some cases
if (inactive_opacity && IS_NORMAL_WIN(w) && False == w->focused
&& (OPAQUE == opacity || inactive_opacity_override))
Expand Down Expand Up @@ -1845,7 +1845,7 @@ restack_win(Display *dpy, win *w, Window new_above) {
char *window_name;
Bool to_free;
win* c = list;

printf("restack_win(%#010lx, %#010lx): Window stack modified. Current stack:\n", w->id, new_above);
for (; c; c = c->next) {
window_name = "(Failed to get title)";
Expand Down
4 changes: 2 additions & 2 deletions src/compton.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ static inline Bool array_wid_exists(const Window *arr,
if (arr[count] == wid)
return True;
}

return False;
}

#ifdef DEBUG_EVENTS
/*
/*
* Subtracting two struct timeval values.
*
* Taken from glibc manual.
Expand Down

0 comments on commit 5112f91

Please sign in to comment.