comparison include/mbbutton.h @ 822:586e50f82c1f

Unify coding style tag for emacs and vim.
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Tue, 14 Sep 2010 01:08:39 +0800
parents 2ca0773cd48d
children
comparison
equal deleted inserted replaced
821:bfdc82bbd6e4 822:586e50f82c1f
1 // -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*-
2 // vim: sw=4:ts=8:sts=4
1 #ifndef __MBBUTTON_H 3 #ifndef __MBBUTTON_H
2 #define __MBBUTTON_H 4 #define __MBBUTTON_H
3 typedef struct _mb_button { 5 typedef struct _mb_button {
4 mb_obj_t obj; 6 mb_obj_t obj;
5 redraw_man_t *rdman; 7 redraw_man_t *rdman;