Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » TopWindow&PopUp, TrayIcon » Tester Needed for trayicon for linux version 0.1
Re: Tester Needed for trayicon for linux version 0.1 [message #5547 is a reply to message #5546] Mon, 02 October 2006 11:44 Go to previous messageGo to previous message
nicomesas is currently offline  nicomesas
Messages: 104
Registered: September 2006
Location: Barcelona, Spain
Experienced Member
I am new in this to program for linux. Work with Ubuntu, and use gnome, but the modification that I have done is tremendously simple. I have only added these lines
/* mbpixbuf.c 
 *
 * Copyright (C) 2002 Matthew Allum
...........
 * Boston, MA 02111-1307, USA.
 */

#define _GNU_SOURCE

// start added lines
#define USE_PNG
#define USE_JPG
// end added lines !!

#include <strings.h>
#include "mbpixbuf.h"
#ifdef USE_PNG
#include <png.h>
#endif


To my also I would like to be able to have available TrayIcon in Ultimate++, I believe that she would be of much utility.

Nico
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Object Hierarchy
Next Topic: [Solved][TrayIcon for Linux] Help needed to merge two eventloops
Goto Forum:
  


Current Time: Thu May 09 22:04:49 CEST 2024

Total time taken to generate the page: 0.02093 seconds