~ubuntu-branches/debian/jessie/xiphos/jessie

« back to all changes in this revision

Viewing changes to src/main/global_ops.hh

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs
  • Date: 2010-03-22 18:15:54 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100322181554-qlqchymwhcw28c0c
* New upstream release:
  + Bugfix only
  + Compatible with xulrunner 1.9.2
  + Update translations

* Revert changes introduced in 3.1.2-1ubuntu1. Thank you Chris Coulson
  for temporary fix.
* debian/xiphos.1 - spelling mistake
* waf is now default buildsystem
* help is now licensed under GPL
* Bumped standards version no changes required
* Changed email to @ubuntu.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * along with this program; if not, write to the Free Software
19
19
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
 */
21
 
 
22
 
 
 
21
 
 
22
 
23
23
#ifndef ___MOD_GLOBAL_OPS_H_
24
24
#define ___MOD_GLOBAL_OPS_H_
25
25
 
26
26
#ifdef __cplusplus
27
27
extern "C" {
28
28
#endif
29
 
        
30
 
 
 
29
 
 
30
 
31
31
typedef struct _global_ops GLOBAL_OPS;
32
32
#include "main/module_dialogs.h"
33
33
struct  _global_ops {
49
49
        gint module_type;
50
50
        gint image_content;
51
51
        gint respect_font_faces;
52
 
    
 
52
 
53
53
        gboolean dialog;
54
54
};
55
55