lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

Fullscreen tilda window can appear behind panels #419

Closed lanoxx closed 4 years ago

lanoxx commented 4 years ago

When the tilda window is in fullscreen mode and the window is toggled, then it can appear that the window appears behind panels. This is due to an incorrect handling of the event time. The event time should be represented with the type Time from Xlib which is a 64bit data type but instead a 32bit data type is used.

lanoxx commented 4 years ago

This is fixed in master by commit e92175ae58a2d257034a65a450c1d4208de81a77 and in the tilda-1-5 branch by commit 1a12cbd5b8da0a991fd8aca2cc7d9fe556320dbf.