mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
* GuiApplication.C: fix compilation (ev => xev)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15787 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c56671cec7
commit
94bc110668
@ -286,7 +286,7 @@ bool GuiApplication::x11EventFilter(XEvent * xev)
|
|||||||
{
|
{
|
||||||
BufferView * bv = currentView().view();
|
BufferView * bv = currentView().view();
|
||||||
|
|
||||||
switch (ev->type) {
|
switch (xev->type) {
|
||||||
case SelectionRequest:
|
case SelectionRequest:
|
||||||
lyxerr[Debug::GUI] << "X requested selection." << endl;
|
lyxerr[Debug::GUI] << "X requested selection." << endl;
|
||||||
if (bv) {
|
if (bv) {
|
||||||
|
Loading…
Reference in New Issue
Block a user