mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
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:
parent
40c4368cc9
commit
555b1602b8
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2004-06-26 13:04 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
* Source/x11/XGServerEvent.m (-processEvent: ConfigureNotify):
|
* Source/x11/XGServerEvent.m (-processEvent: ConfigureNotify):
|
||||||
|
|
|
@ -151,7 +151,7 @@ static Region emptyRegion;
|
||||||
XGServer *srv;
|
XGServer *srv;
|
||||||
gswindow_device_t *gs_win;
|
gswindow_device_t *gs_win;
|
||||||
|
|
||||||
gs_win = (gswindow_device_t *)windevice = device;
|
gs_win = windevice = device;
|
||||||
draw = GET_XDRAWABLE(gs_win);
|
draw = GET_XDRAWABLE(gs_win);
|
||||||
[self setGraphicContext: gs_win->gc];
|
[self setGraphicContext: gs_win->gc];
|
||||||
alpha_buffer = 0;
|
alpha_buffer = 0;
|
||||||
|
|
Loading…
Reference in a new issue