fixed black windows drawing in fake transparency (flush before drawing window)
git-svn-id: http://tint2.googlecode.com/svn/trunk@348 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -114,6 +114,7 @@ void tooltip_show(void* arg)
|
||||
tooltip_copy_text(area);
|
||||
g_tooltip.mapped = True;
|
||||
XMapWindow(server.dsp, g_tooltip.window);
|
||||
tooltip_update();
|
||||
XFlush(server.dsp);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user