diff options
Diffstat (limited to 'present/present_event.c')
-rw-r--r-- | present/present_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/present/present_event.c b/present/present_event.c index ff57eba41..e9b827651 100644 --- a/present/present_event.c +++ b/present/present_event.c @@ -173,7 +173,7 @@ present_send_complete_notify(WindowPtr window, CARD8 kind, CARD8 mode, CARD32 se } } } - if (complete_notify) + if (complete_notify && kind == PresentCompleteKindPixmap) (*complete_notify)(window, mode, serial, ust, msc); } |