OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [gcj/] [xlib/] [natXButtonEvent.cc] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
/* Copyright (C) 2000  Free Software Foundation
2
 
3
   This file is part of libgcj.
4
 
5
This software is copyrighted work licensed under the terms of the
6
Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
7
details.  */
8
 
9
#include <X11/Xlib.h>
10
 
11
#include <gcj/cni.h>
12
#include <gnu/gcj/RawData.h>
13
 
14
#include <gnu/gcj/xlib/Display.h>
15
#include <gnu/gcj/xlib/Window.h>
16
#include <gnu/gcj/xlib/XAnyEvent.h>
17
#include <gnu/gcj/xlib/XEvent.h>
18
#include <gnu/gcj/xlib/XButtonEvent.h>
19
 
20
void gnu::gcj::xlib::XButtonEvent::init()
21
{
22
  ::XButtonEvent* evt = (::XButtonEvent*) event->structure;
23
 
24
  time = evt->time;
25
  x = evt->x;
26
  y = evt->y;
27
  state = evt->state;
28
  button = evt->button;
29
}
30
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.