1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-07 15:23:33 +02:00

Added windowmaker + experimental patch for fixing language icon on titlebar

This commit is contained in:
root
2010-07-18 13:16:44 +02:00
parent 7bc474d009
commit 29608b8072
14 changed files with 906 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
Index: src/event.c
===================================================================
--- src/event.c (revision 41)
+++ src/event.c (working copy)
@@ -559,6 +559,10 @@
wwin->flags.skip_next_animation = 1;
wIconifyWindow(wwin);
}
+ if (wwin->flags.fullscreen) {
+ wwin->flags.fullscreen = 0;
+ wFullscreenWindow(wwin);
+ }
if (wwin->flags.hidden) {
WApplication *wapp = wApplicationOf(wwin->main_window);