Kaynağa Gözat

Fixed background color for non-EWMH-compliant WMs

master
Bert 14 yıl önce
ebeveyn
işleme
d54e64faae
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +5
    -1
      main.c

+ 5
- 1
main.c Dosyayı Görüntüle

@@ -565,7 +565,11 @@ void on_keypress(XKeyEvent *kev) {
exit(0);
case XK_f:
win_toggle_fullscreen(&win);
/* render on next configurenotify */
if (mode == MODE_NORMAL)
img.checkpan = 1;
else
tns.dirty = 1;
timo_redraw = TO_WIN_RESIZE;
break;
}



Yükleniyor…
İptal
Kaydet