Age | Commit message (Collapse) | Author | Files | Lines |
|
- Note that functions involving measuring or clicking on the desktop
- Are x11 only as wayland does not allow one app to access another's windows
- Fix warnings on removal of applet
- use wnck only in x11
- Cleanup X11 checks
|
|
- tabs to spaces
- shortened lines
- unnecessary casts on functions which accept a gpointer like g_signal_connect
|
|
|
|
and renaming gdk_display to xdisplay var to match
GDK_DISPLAY_XDISPLAY, what it really is.
|
|
|
|
gdk_x11_window_foreign_new_for_display | since 2.24
gdk_window_get_width | since 2.24
gdk_window_get_height | since 2.24
gdk_x11_display_get_xdisplay | since 2.2
gdk_window_get_display | since 2.24
gdk_x11_window_foreign_new_for_display | since 2.24
GDK_WINDOW_XID | since always
GDK_SCREEN_XDISPLAY | since always
|
|
|
|
|
|
|