Last change
on this file since 8797 was 7826, checked in by vboxsync, 17 years ago |
Export modified rdesktop version including USB support to OSE. It's GPL anyway.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
541 bytes
|
Line | |
---|
1 | void xclip_handle_SelectionNotify(XSelectionEvent * event);
|
---|
2 | void xclip_handle_SelectionRequest(XSelectionRequestEvent * xevent);
|
---|
3 | void xclip_handle_SelectionClear(void);
|
---|
4 | void xclip_handle_PropertyNotify(XPropertyEvent * xev);
|
---|
5 | int ewmh_get_window_state(Window w);
|
---|
6 | int ewmh_change_state(Window wnd, int state);
|
---|
7 | int ewmh_move_to_desktop(Window wnd, unsigned int desktop);
|
---|
8 | int ewmh_get_window_desktop(Window wnd);
|
---|
9 | void ewmh_set_wm_name(Window wnd, const char *title);
|
---|
10 | int ewmh_set_window_popup(Window wnd);
|
---|
11 | int ewmh_set_window_modal(Window wnd);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.