mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
Hide mouse pointer while rotation. Show it afterwards.
2001-01-12 Alexander Larsson <alla@lysator.liu.se> * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation): Hide mouse pointer while rotation. Show it afterwards.
This commit is contained in:
parent
058c2d9320
commit
8e1a69c28b
@ -1,3 +1,8 @@
|
||||
2001-01-12 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
|
||||
Hide mouse pointer while rotation. Show it afterwards.
|
||||
|
||||
2001-01-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-01-12 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
|
||||
Hide mouse pointer while rotation. Show it afterwards.
|
||||
|
||||
2001-01-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-01-12 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
|
||||
Hide mouse pointer while rotation. Show it afterwards.
|
||||
|
||||
2001-01-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-01-12 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
|
||||
Hide mouse pointer while rotation. Show it afterwards.
|
||||
|
||||
2001-01-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-01-12 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
|
||||
Hide mouse pointer while rotation. Show it afterwards.
|
||||
|
||||
2001-01-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-01-12 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
|
||||
Hide mouse pointer while rotation. Show it afterwards.
|
||||
|
||||
2001-01-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-01-12 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
|
||||
Hide mouse pointer while rotation. Show it afterwards.
|
||||
|
||||
2001-01-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
|
||||
|
@ -1229,6 +1229,8 @@ gdk_fb_set_rotation (GdkFBAngle angle)
|
||||
{
|
||||
gdk_shadow_fb_stop_updates ();
|
||||
|
||||
gdk_fb_cursor_hide ();
|
||||
|
||||
_gdk_fb_screen_angle = angle;
|
||||
|
||||
if (angle % 2 == 0)
|
||||
@ -1246,6 +1248,8 @@ gdk_fb_set_rotation (GdkFBAngle angle)
|
||||
|
||||
gdk_fb_recompute_all();
|
||||
gdk_fb_redraw_all ();
|
||||
|
||||
gdk_fb_cursor_unhide ();
|
||||
}
|
||||
else
|
||||
_gdk_fb_screen_angle = angle;
|
||||
|
Loading…
Reference in New Issue
Block a user