Ignore:
Timestamp:
Aug 31, 2016, 5:19:25 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update vendor to version 16.8.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/myapplication.cpp

    r175 r179  
    1818
    1919#include "myapplication.h"
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
    2054
    2155#ifdef USE_WINEVENTFILTER
     
    122156               
    123157                if (eat_key) {
    124                         qDebug("MyApplication::winEventFilter: ignoring key %X", msg->wParam);
     158                        qDebug(;
    125159                        last_appcommand = 0;
    126                         *result = true;
     160                        *result = true;
    127161                        return true;
    128162                }
     
    165199                                QWidget * w = QApplication::focusWidget();
    166200                                if (w) QCoreApplication::sendEvent(w, &event);
    167                                 *result = true;
     201                                *result = true;
    168202                                return true;
    169203                        }
Note: See TracChangeset for help on using the changeset viewer.