mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
DrawX11 fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1220 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
63b24ae5bf
commit
1eda8dde45
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ void InitX11Draw(XDisplay *display)
|
|||
fflush(stdout);
|
||||
XError();
|
||||
}
|
||||
int Xscreenno = DefaultScreen(Xdisplay);
|
||||
Xscreenno = DefaultScreen(Xdisplay);
|
||||
Xroot = RootWindow(Xdisplay, Xscreenno);
|
||||
Xscreen = ScreenOfDisplay(Xdisplay, Xscreenno);
|
||||
Xcolormap = DefaultColormap(Xdisplay, Xscreenno);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue