Remove use of cast-as-lvalue.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@19635 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-06-27 22:48:18 +00:00
parent 40c4368cc9
commit 555b1602b8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-06-28 00:41 Alexander Malmberg <alexander@malmberg.org>
* Source/xlib/XGGState.m (-setWindowDevice:): Remove use of
cast-as-lvalue.
2004-06-26 13:04 Alexander Malmberg <alexander@malmberg.org>
* Source/x11/XGServerEvent.m (-processEvent: ConfigureNotify):

View file

@ -151,7 +151,7 @@ static Region emptyRegion;
XGServer *srv;
gswindow_device_t *gs_win;
gs_win = (gswindow_device_t *)windevice = device;
gs_win = windevice = device;
draw = GET_XDRAWABLE(gs_win);
[self setGraphicContext: gs_win->gc];
alpha_buffer = 0;