Skip to content

Commit

Permalink
always use backing store
Browse files Browse the repository at this point in the history
  • Loading branch information
bbidulock committed Jul 3, 2015
1 parent 159eedc commit c19d434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wmframe.cc
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ void YFrameWindow::manage(YFrameClient *client) {

{
XSetWindowAttributes xswa;
xswa.backing_store = NotUseful;
xswa.backing_store = Always;
xswa.win_gravity = NorthWestGravity;

XChangeWindowAttributes(xapp->display(), client->handle(),
Expand Down

0 comments on commit c19d434

Please sign in to comment.