Guest User

Untitled

a guest
Jul 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #ifdef HAVE_XDAMAGE
  2. if (pixmapDamage) {
  3. damageMap.remove(pixmapDamage);
  4. XDamageDestroy(QX11Info::display(), pixmapDamage);
  5. pixmapDamage = 0;
  6. }
  7. #endif
Add Comment
Please, Sign In to add comment