mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 17:00:52 +00:00
* Source/x11/raster.c (RCreateImage): Remove unused variables.
* Source/x11/XGServerEvent.m (gotShmCompletion:) Declare privat interface for shared memory handling. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@22840 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e4c0a90bfb
commit
c352f79a30
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-04-30 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* Source/x11/raster.c (RCreateImage): Remove unused variables.
|
||||
|
||||
* Source/x11/XGServerEvent.m (gotShmCompletion:) Declare privat
|
||||
interface for shared memory handling.
|
||||
|
||||
2006-03-13 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/x11/XGServerWindow.m (titlewindow::): Set NAME and ICON_NAME
|
||||
|
|
|
@ -93,6 +93,12 @@ void __objc_xgcontextevent_linking (void)
|
|||
static SEL procSel = 0;
|
||||
static void (*procEvent)(id, SEL, XEvent*) = 0;
|
||||
|
||||
#ifdef XSHM
|
||||
@interface NSGraphicsContext (SharedMemory)
|
||||
-(void) gotShmCompletion: (Drawable)d;
|
||||
@end
|
||||
#endif
|
||||
|
||||
@interface XGServer (Private)
|
||||
- (void) receivedEvent: (void*)data
|
||||
type: (RunLoopEventType)type
|
||||
|
|
|
@ -47,7 +47,6 @@ RImage*
|
|||
RCreateImage(unsigned width, unsigned height, int alpha)
|
||||
{
|
||||
RImage *image=NULL;
|
||||
unsigned bla1, bla2;
|
||||
|
||||
assert(width>0 && height>0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue