Re: (2) Segmetation fault assigning a GdkPixmap* to a GdkPixmap& parameter (using C++)
- From: Havoc Pennington <hp redhat com>
- To: Ignacio Nodal <inodal teleline es>
- Cc: GTK-List <gtk-list gnome org>
- Subject: Re: (2) Segmetation fault assigning a GdkPixmap* to a GdkPixmap& parameter (using C++)
- Date: 06 Jun 2001 20:46:15 -0400
Ignacio Nodal <inodal teleline es> writes:
> but not the segmentation fault I get with "pix = *pixmap;" which I don't
> really understand ;((
You can't copy GdkPixmap by value. It can only be manipulated as a
pointer.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]