laigor

Results 6 comments of laigor

> Thanks, We do need a check for this. This looks like it was added in 1.20.7 so lets use #if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1, 20, 7, 0, 0) instead so...

On debian 10 command ``` $ nm -D /usr/lib/xorg/modules/libglamoregl.so | grep glamor_egl_get_driver_name $ ``` gives empty result. xorgxrdp compiled on Debian 10

Debian 11: ``` $ grep glamor_egl_get_driver_name /usr/include/xorg/glamor.h extern _X_EXPORT const char *glamor_egl_get_driver_name(ScreenPtr screen); ``` Debian 10: ``` $ grep glamor_egl_get_driver_name /usr/include/xorg/glamor.h $ ```

If I use views in mysql, database changes are not tracked.