[gtkmm] Gtkmm-forge digest, Vol 1 #527 - 1 msg



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs.


Today's Topics:

   1. [Bug 123082] Changed - the requested #define (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  4 Oct 2003 19:41:50 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 123082] Changed - the requested #define

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=123082

Changed by pgasper designadvantage com 

--- shadow/123082	Wed Sep 24 02:28:33 2003
+++ shadow/123082.tmp.15826	Sat Oct  4 19:41:50 2003
@@ -9,13 +9,13 @@
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: pgasper designadvantage com               
 TargetMilestone: ---
 URL: 
-Summary: Compiling gtkmm against gtk+ with a linux-fb or directfb target fails because GtkSocket and GtkPlug are specific to X11.
+Summary: the requested #define
 
 Like Win32, gtk+(2.2.2) compiled with a target of linux-fb or directfb (via
 a DirectFB patch) does not have GtkSocket or GtkPlug, because they are
 specific to X11. 
 
 If one compiles gtkmm (2.2.x) against gtk+ (made with one of the above
@@ -81,6 +81,31 @@
 I would expect there to be a #define in gtk+ already, that we could 
 just use. I would like you to investigate this. I think it's a fairly 
 generic problem.
 
 For DirectFB, we could have a patch while GTK+ has a patch, and 
 support it properly when GTK+ supports it properly.
+
+------- Additional Comments From pgasper designadvantage com  2003-10-04 19:41 -------
+I think this is it:
+
+found in gdktypes.h:
+
+/* The system specific file gdkconfig.h contains such configuration
+ * settings that are needed not only when compiling GDK (or GTK)
+ * itself, but also occasionally when compiling programs that use GDK
+ * (or GTK). One such setting is what windowing API backend is in use.
+ */
+
+gdkconfig.h is found in lib/gtk-2.0/include/ where lib is in the
+prefix directory (usually /usr or /usr/local).
+
+inside gdkconfig.h is a #define which identifies the windowing API
+backend. It is #define GDK_WINDOWING_* where * is X11, FB, WIN32 or
+(with the directfb patch) DIRECTFB. 
+
+The gtk+/gdk patch for directfb is maintained by the DirectFB project
+currently.
+
+Right now I'm not entirly certain if my solution (with respect to
+wrapper_init.cc) is correct (I can't replicate it), but its a good
+example of what needs to be done.



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]