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:
alexm 2004-06-27 22:48:18 +00:00
parent cdf5220ff6
commit 7dd3cf95ad
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;