]> Pileus Git - ~andy/gtk/blobdiff - gdk/x11/gdkdeviceprivate-xi.h
Change FSF Address
[~andy/gtk] / gdk / x11 / gdkdeviceprivate-xi.h
index 05df1ee5ab9b06df6205840361e5050991865830..70626bfacf21cb267bdc79669fd3f0c23ce9ce1a 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GDK_DEVICE_PRIVATE_XI_H__
@@ -33,9 +31,10 @@ struct _GdkX11DeviceXI
 {
   GdkDevice parent_instance;
 
-  /*< private >*/
-  guint32 device_id;
   XDevice *xdevice;
+  gint *axis_data;
+
+  guint32 device_id;
 
   gint button_press_type;
   gint button_release_type;
@@ -46,9 +45,7 @@ struct _GdkX11DeviceXI
   gint proximity_out_type;
   gint state_notify_type;
 
-  /* minimum key code for device */
-  gint min_keycode;
-  gint *axis_data;
+  gint min_keycode; /* minimum key code for device */
   guint in_proximity : 1;
 };