~ubuntu-branches/ubuntu/breezy/tiemu/breezy

« back to all changes in this revision

Viewing changes to src/gui/gtk/main_wnd.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2005-06-02 16:50:15 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050602165015-59ab24414tl2wzol
Tags: 1.99+svn1460-1
* New snapshot.
* debian/control:
  + Updated build-depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#include <gtk/gtk.h>
3
 
 
4
 
#ifdef __WIN32__
5
 
# include "D:\devel\tiemu_project\SDL-1.2.0\include\SDL.h"
6
 
#else
7
 
# include <SDL/SDL.h>
8
 
#endif
9
 
 
10
 
 
11
 
gint gtk_main_window(void);
12
 
 
13
 
void hid_popup_menu(SDL_MouseButtonEvent event);