~ubuntu-branches/ubuntu/edgy/libxfce4util/edgy

« back to all changes in this revision

Viewing changes to libxfce4util/xfce-resource.h

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2005-11-27 12:08:34 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127120834-uq5ptp5p6fyipwkt
Tags: 4.2.3.2-1
* Yves-Alexis Perez
 * New Upstream Release
* Simon Huggins
 * Configure sysconfdir correctly                             closes: #329139
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: xfce-resource.h,v 1.2 2004/05/24 18:51:34 benny Exp $ */
 
1
/* $Id: xfce-resource.h 14594 2005-05-29 13:52:16Z dannym $ */
2
2
/*-
3
3
 * Copyright (c) 2003-2004 Benedikt Meurer <benny@xfce.org>
4
4
 * All rights reserved.
28
28
#ifndef __LIBXFCE4UTIL_XFCE_RESOURCE_H__
29
29
#define __LIBXFCE4UTIL_XFCE_RESOURCE_H__
30
30
 
31
 
typedef enum
 
31
typedef enum /*< prefix=XFCE_RESOURCE_ >*/
32
32
{
33
33
  XFCE_RESOURCE_DATA   = 0,
34
34
  XFCE_RESOURCE_CONFIG = 1,